Monday, August 28, 2017
2 changes · master
Enhancements to existing features
A label in the accounting form view was renamed to make the interface clearer for users. This is a small wording improvement that helps users better understand the form without changing any underlying accounting behavior.
Original PR description
Task : https://www.odoo.com/web#id=35764&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.4acd490c996e4bc4d1ea9afc8f472090 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This update replaces older internal mechanisms for default values and action links with newer Odoo foundations. It helps keep many business apps consistent and easier to maintain, with little expected change to day-to-day workflows.
Original PR description
Use the new model `ir.default` and action binding mechanism.