Daily updates from Odoo
Tuesday, January 16, 2018
1 change · master
Enhancements to existing features
Odoo now lets many settings store and retrieve their configuration values automatically, reducing custom code across apps. This makes configuration screens easier to maintain and less prone to mistakes, while preserving existing behavior for users.
Original PR description
https://www.odoo.com/web?debug#id=23838&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Enterprise PR: https://github.com/odoo/enterprise/pull/1282 Implemented: - [x] support for `char` + `selection` fields - [x] support for default values directly defined on the field - [x] support for `integer` fields - [x] support for `many2one` fields + support when the corresponding record has been deleted - [x] support for `boolean` fields - [x] support for `float` fields - [x] conversion of all the existing `res.config.settings`: removing boilerplate code when possible, with as few refactoring as possible