Implement HTML/SVG view in GTK Client

Registered by Christophe CHAUVET

2 thinks about this

1) Implement a widget (use GTKHTML) to a text fields which containt HTML
(ex: in XML View <field name="notes" widget="html" />
2) Add new display (HTML View)
(ex: html, form, tree, calendar, graph)

Maybe SVG View
why ?
Because we can generate SVG with Python or/and PostgreSQL (see http://www.postgresonline.com/journal/index.php?/archives/107-PLPython-Part-5-PLPython-meets-PostgreSQL-Multi-column-aggregates-and-SVG-plots.html )

(exemple to implement this in GTK view http://www.nabble.com/drawing-and-modifying-svg-file-td19399166.html )

Another possibility is to add a new field ?.
------------8<---------------------8<----------------
from tools.svg import *

def _get_xml(self, cr, uid, ids, ......):

    return res_xml

'test': fields.svg(_get_xml, 'New graph')

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Christophe CHAUVET
Direction:
Needs approval
Assignee:
None
Definition:
Drafting
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

Javascript can be used in SVG to interact with the GTK client.

And can we pyWebKitGtk [1] to improve this view
[1] http://code.google.com/p/pywebkitgtk/

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.