Daily updates from Odoo
Wednesday, April 18, 2018
2 changes · master
New functionality added to Odoo
Belgian companies can now generate compliant electronic invoice XML files when creating invoice reports. This supports the Belgian e-FFF standard based on UBL, helping businesses exchange invoices digitally with customers and partners.
Original PR description
Allow generation of e-invoice in xml format, respecting the UBL standard, using the supported e-fff protocol in Belgium. see task: https://www.odoo.com/web#id=29757&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 https://pad.odoo.com/p/r.ebb0beba0ee1d75dd8b8805fbfa91742 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo will now create database indexes for linked records automatically unless explicitly disabled. This reduces the need for manual tuning and should help prevent performance bottlenecks as business data grows.
Original PR description
Description of the issue/feature this PR addresses: we got fed up with finding and fixing bottlenecks in database performance by adding databases on an ad hoc basis. Current behavior before PR: Indexes on Many2one fields were only created when index = True in the code. Desired behavior after PR is merged: indexes on Many2one fields are created unless index = False in the code. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr