[MERGE] [ADD] web: form: added FieldCharDomain widget. This widget works on a char...
authorThibault Delavallée <tde@openerp.com>
Wed, 16 Apr 2014 11:49:38 +0000 (13:49 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 16 Apr 2014 11:49:38 +0000 (13:49 +0200)
commit4f5355731126cf1dbc8a454daf84c32a0c839675
tree0664f28e798b4ca7cc26a3dc41026f2330c2bf3f
parent73bbf079c79eb2382ff3675d0038c72ab001c81b
parent482638ab27e7caa1fa87a543dfdefda1c7671914
[MERGE] [ADD] web: form: added FieldCharDomain widget. This widget works on a char field and is used to manage a domain. It allows to select records in a list view and to store the domain in the field, without having to deal with the complexity of writing domains.

[ADD] web: form: added FieldBarChart widget. This widget works on char field and display a serialized list of values as a barchart. This is used in stat buttons, like percent pie or stat info, to display a summary of some data on form view.

[IMP] web: some fixes and improvements in the stat buttons.

[IMP] web: list view: buttons in list view can now be text button, not only icon-based buttons. Icons are so v6 and not swag.

bzr revid: tde@openerp.com-20140416114938-3qsv8b8dumw5x4pj