[IMP] fields: reset decimal precision on new-style fields
authorRaphael Collet <rco@openerp.com>
Thu, 18 Sep 2014 08:31:18 +0000 (10:31 +0200)
committerRaphael Collet <rco@openerp.com>
Thu, 18 Sep 2014 09:11:19 +0000 (11:11 +0200)
commit764c5acd81f3793606f1b9f7db48cc27bb837102
treeb7960647c43d221893cf7881fd07c5d996283521
parente31d25c8671208b867b0996adc122b8d51fd7737
[IMP] fields: reset decimal precision on new-style fields

When a decimal_precision record is created/modified, the float fields of the
models in the registry must be reset.  This was done on old-API columns only.
It is now handled by the new-API fields.
addons/decimal_precision/decimal_precision.py
openerp/fields.py
openerp/modules/registry.py