Daily updates from Odoo
Wednesday, July 11, 2018
1 change
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