Daily updates from Odoo
Monday, July 1, 2019
2 changes
Code cleanup and technical improvements
This pull request restructures Odoo accounting so invoices, receipts, and journal entries use one shared process. It should make accounting records easier to edit consistently, improve reporting on drafts, and reduce duplicated business logic, while also including a few related fixes in HR, website sales, and web forms.
Original PR description
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
This update aligns Enterprise accounting features with a major accounting data model cleanup, merging invoices, vouchers, and journal entries into a simpler underlying structure. It improves maintainability and consistency across accounting workflows, with broad impact on invoice handling, assets, reporting, and related payment processes.