Daily updates from Odoo
Navigate
Branch
Wednesday, July 11, 2018
4 changes
New functionality added to Odoo
This change adds a way to trigger demo data loading after setup, making it easier to populate a database with sample records when needed. It affects sales examples and the settings dashboard, helping teams evaluate or demonstrate Odoo without rebuilding an environment.
Original PR description
Task ID: 1856493
Enhancements to existing features
Pivot reports can now be configured to automatically sort by a chosen measure when opened, matching behavior already available in graph views. This helps users see the most relevant figures first without manually sorting each time.
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
Financial reports have been redesigned to be easier to read, print, and review. The update adds useful details such as due dates, currency amounts, and extra report columns, while improving layout choices like totals placement, headers, footers, and page breaks.
Original PR description
Task: https://www.odoo.com/web#id=38862&view_type=form&model=project.task&menu_id= Pad: https://pad.odoo.com/p/r.aeb88896f9363efc79bfdbea6ef3f87a Purpose: Improve the financial reports, make them easier to read ...
Resolved issues and error corrections
This fixes demo accounting data so a sample invoice line includes the required product information. It prevents unnecessary error messages when users or testers update that invoice in demo environments.
Original PR description
Description of the issue/feature this PR addresses: In l10n_generic_coa, in demo data, there is validated invoice line without any product. Current behavior before PR: Missing mandatory field error is showing when doing any writing involving that invoice. Desired behavior after PR is merged: No error is shown when writing that invoice. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr