lp:~dle-credativ/openerp-web/rebase-commit
- Get this branch:
- bzr branch lp:~dle-credativ/openerp-web/rebase-commit
Branch merges
Branch information
Recent revisions
- 1454. By Xavier (Open ERP)
-
[ADD] 'id' to all advanced filters if not in fields_get, to serve as a 'get resource by id' in web client
- 1451. By Xavier (Open ERP)
-
[FIX] only aggregate columns explicitly asking for aggregation ~/projects/
tiny/web/ current Instead of relying only on the column's group_operator, ensure the
view itself asks for the aggregation function (by checking if the
corresponding field attribute is set).If the @group_operator function is not set on the field (even without
a label, it just has to be *there* so `<field sum=""/>` would work),
do not aggregate the column at all. - 1447. By Xavier (Open ERP)
-
[FIX] list view: display group titles straight from read_group if we fail to format them
read_group plays fast and loose with formats, and apparently has no
problem returning arbitrary strings for date columns, arbitrary
strings which may very well be completely unparseable. - 1446. By Xavier (Open ERP)
-
[IMP] throw actual errors in formatting functions, in order for browser devtools to be useful
throwing strings prevents browser devtools/consoles from using traceback information (because there isn't any on strings)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:openerp-web