Wednesday, September 7, 2016
3 changes
Enhancements to existing features
Users can now select the company’s base currency as an account currency without receiving a confusing error. The warning is only shown when the journal and account currencies truly differ, making invoice validation smoother and easier to understand.
Original PR description
Description of the issue/feature this PR addresses: - Base currency and account currency <strong>Task:</strong>https://www.odoo.com/web#id=26905&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad:</strong>https://pad.odoo.com/p/r.3bed85539d6bc71aae01bf51f3ad74a2 Current behavior before PR: - If you set the base currency as account currency in account , than it gives the wanning message which is not understanding fot the users. Desired behavior after PR is merged: - User can select 'base currency' as 'account currency' in account than the users got expected behavior ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The email template preview now lets users pick a sample document through a clearer record selector instead of a limited dropdown. The wizard wording and buttons are simplified so users can preview templates more naturally and close the window when done.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task: </strong>https://www.odoo.com/web#id=26754&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong>https://pad.odoo.com/p/r.d08719a600388717a9f0da776d6e5c25 Current behavior before PR: - Email Template Preview we get to choose out of max 10 records. Desired behavior after PR is merged: - Email templates 'Sample Document' field Change 'Selection' to 'Many2one' with no create and no open. - We rename "Choose an example _Model Name_ record:" into "Preview the _Model Name_ record for : ". ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When an XML file cannot be read correctly, Odoo now includes the affected file name in the error message. This helps developers and support teams find and fix broken files faster, reducing troubleshooting time.
Original PR description
### Description of the issue/feature this PR addresses: Be nice to Odoo developers! ### Current behavior before PR: When an XML file fails to parse, it report the problem and line number, but not the file name. ### Desired behavior after PR is merged: Show the file name with the parsing problem. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr