Daily updates from Odoo
Thursday, July 9, 2015
1 change
Code cleanup and technical improvements
Recurring invoices generated from contracts now prepare invoice line details through a separate reusable step. This makes it easier for custom implementations to adjust invoice line values without changing the main invoicing flow.
Original PR description
In recurring invoices from contracts. It allows to inherit and modify the prepared values for the lines. Details about the reason of the change on odoo/odoo#6822