Daily updates from Odoo
Friday, November 8, 2019
2 changes · master
Enhancements to existing features
This update tidies company-related setup in accounting and inventory. It helps ensure stock locations are created more consistently when a new company is added, while also simplifying related accounting company handling.
Original PR description
Split of https://github.com/odoo/odoo/pull/36804 for ~unrelated company cleanups -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change makes common decimal number helper functions available directly from Odoo's Float field type. It simplifies development work by reducing extra imports, with no expected impact on end users or business processes.
Original PR description
**Description of the issue/feature this PR addresses:** In this PR it is possible to call the float utils by the Float class, exemple `fields.Float.is_zero(x)`. Like `fields.Datetime.to_string()`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr