Tuesday, August 9, 2016
3 changes · master
Code cleanup and technical improvements
The anonymization feature was updated to Odoo's newer internal framework and its files were reorganized for cleaner maintenance. This should not introduce major day-to-day changes for users, but it helps keep the feature compatible and easier to support; a small related Google Drive view cleanup was also included.
Original PR description
superseding #12162
This update modernizes the product margin area and several supporting Odoo modules to use newer internal APIs and file organization standards. It should improve maintainability and reduce migration-related issues, with only limited direct impact on day-to-day users.
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 change updates Enterprise modules to work with the new invoice processing approach in Odoo. It replaces an older workflow mechanism with direct application logic, helping keep invoicing-related features consistent and maintainable without changing day-to-day business usage.
Original PR description
account.invoice workflow is removed and replaced by python code in addons/account, adapt in enterprise. odoo task: https://www.odoo.com/web#id=27198&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720