Daily updates from Odoo
Monday, October 8, 2018
4 changes · master
Enhancements to existing features
Fleet vehicle brands and models are now loaded as standard data instead of demo-only content. This makes the fleet module more useful in regular installations because key vehicle reference information is available without enabling demo data.
Original PR description
Purpose ======= In the fleet module, Models & Brand are in demo data. It should be loaded as regular data. TaskID: 1881780
This update streamlines part of Odoo's messaging system by removing an unnecessary internal step when tracking changes. It helps keep activity updates more reliable and efficient without changing how users interact with the system.
Original PR description
Task: https://www.odoo.com/web#id=1832037&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Resolved issues and error corrections
Mexican electronic invoice PDFs now show key payment and tax details more neatly on the same line. This makes invoices easier to read and helps customers quickly find important SAT, barcode, usage, and payment information.
Original PR description
- Adjust fields: Usage, Payment Way, Payment Method to display in-line - Adjust barcode and SAT data to display in-line
Code cleanup and technical improvements
This change simplifies the internal logic used when starting a manufacturing work order. It removes unnecessary repeated handling in a process that is designed for one work order at a time, making the code easier to maintain without changing expected user behavior.
Original PR description
The method button_start begins by an ensure_one() but loop on self too. This commit removes to loop for cleaner code. Task : 1850640 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr