Daily updates from Odoo
Tuesday, February 12, 2019
2 changes · master
Code cleanup and technical improvements
Accounting reconciliation code was reorganized so it can be reused by the enterprise document bridge. This is an internal preparation step that should help support document-related accounting workflows without changing day-to-day user behavior.
Original PR description
This commit changes some methods so they can be used in the account_documents enterprise bridge and adapts activity tests for the new request on upload_file feature. task: #1928404 related to: odoo/enterprise#3607 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Delivery carrier tests were updated to use the new sale order delivery wizard, helping ensure shipping integrations continue to work as expected. A new check was also added for how delivery carrier invoice policy affects billing behavior.
Original PR description
Adapt external carriers tests by using the new delivery wizard in sale order. Task : 1908654