Daily updates from Odoo
Wednesday, August 14, 2019
3 changes
Enhancements to existing features
Printed pages now better reserve space for the browser's automatic header and footer. This helps prevent page content from overlapping those areas when users print from the web interface.
Original PR description
Limits the content's height when we print (CTRL + P) to avoid overlap on the automatic generate header/footer. Task #1838256 Description of the issue: See this [task](https://www.odoo.com/web#id=1838256&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720). -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Accounting-related modules were updated to match a newer way of loading company chart of accounts data. This keeps enterprise features and Belgian payroll demo data aligned with the underlying accounting changes, reducing setup and test inconsistencies.
The manufacturing work order module now uses the updated planned date field name in the manufacturing order view. This keeps the screen aligned with related system changes and helps avoid confusion or display issues for users planning production.
Original PR description
Rename production field in inherited view. Related to commit #6cab8bd89bb0cc30f3cd7aec696bb6bc2703ec28 Task #1935229