Daily updates from Odoo
Thursday, April 9, 2015
1 change · master
New functionality added to Odoo
Adds a dedicated monetary field and display widget so amounts can be shown with the correct currency and decimal precision. This improves consistency across lists, forms, reports, graphs, pivots, and search views by loading currency details once in the web client.
Original PR description
[ADD] fields: add new Monetary field with a currency_field parameter
(Use to define which field is the currency) and no digits precision
[ADD] currency: add new field decimal_places needed to round
value at the correct digits
[ADD] web: load all informations about currencies at the
loading of webclient + new widget monetary for list view
+ adapt widget monetary on form view