lp:~openerp-community/openerp-web/stefan-therp_lp883445

Created by Stefan Rijnhart (Opener) and last modified

This branch honours the 'string' attribute of a form view's 'group' tag. The presence of a non-empty string attribute triggers the rendering of the group in a bordered frame, labelled with the contents of the string attribute. This way, the behaviour of the new web client is equal to that of the GTK client and the old web client.

Get this branch:
bzr branch lp:~openerp-community/openerp-web/stefan-therp_lp883445
Members of OpenERP Community (OBSOLETE) can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

1396. By Stefan Rijnhart (Opener)

[FIX] Changed widget name to WidgetGroup as per convention

1395. By Stefan Rijnhart (Opener)

[IMP] Form view: honours 'string' attribute on 'group' tag

1394. By Xavier (Open ERP)

[FIX] incorrect rendering of hidden graphs

dhtmlx is apparently entirely unable to render invisible graphs
(hidden via display:none on itself or a parent, visibility: hidden
does not trouble it), it apparently uses the actual size of the graph
container in its rendering and display:none elements have no
dimensions.

A graph in an o2m in a secondary tab gets rendered in display:none
environment yielding a completely broken and unusable graph.

Worked around this by deferring the graph's rendering until
visibility: the actual graph rendering is stored in a function which
is periodically deferred (via setTimeout) until we know the graph view
is visible (meaning its root element isn't invisible
anymore). Ideally, we'd use a library which is not broken instead...

The check periodicity is currently set to 100ms, seems sufficiently
reactive for our purposes.

1393. By Xavier (Open ERP)

[IMP] remove a few object trailing commas

1392. By Xavier (Open ERP)

[FIX] on a button action, ListView should send the content of the corresponding record as (evaluation) context

also needs to set active_id, and let's throw active_ids and active_model in for the same price

1391. By Fabien Meghazi (OpenERP)

[IMP] Kanban: Added white and gray colors. Color#0 (white) is the default color

1390. By Fabien Meghazi (OpenERP)

[FIX] Kanban: restore dataset index after search

1389. By Xavier (Open ERP)

[IMP] display wait throbber/blockUI for network operations taking more than ~3s (aggregated)

1388. By Xavier (Open ERP)

[FIX] unfuck formatting of negative floats

1387. By Xavier (Open ERP)

[IMP] blockUI defaults configuration

* Set throbber image as the default message
* Ensure blockUI is on top of dialogs

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openerp-web
This branch contains Public information 
Everyone can see this information.