Tuesday, June 20, 2017
4 changes
New functionality added to Odoo
The SEPA payments module now allows more information to be passed when preparing payment values. This is a small internal enhancement that makes it easier to customize or extend SEPA payment handling without changing the core flow.
Original PR description
see task: https://www.odoo.com/web#id=24014&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
Enhancements to existing features
The automated action form now uses clearer wording for several field labels, making setup easier to understand for business users. Labels such as “Base Model” and “Domain” were renamed to more intuitive terms, reducing confusion when configuring automation rules.
Original PR description
Task: https://www.odoo.com/web#id=34024&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.88107d8ff792aad49ad260db044270cc 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
Code cleanup and technical improvements
The website shop and portal now use the same central VAT validation logic already available for partners. This reduces duplicated code, making future tax ID validation updates easier and less likely to behave inconsistently across customer-facing flows.
Original PR description
Avoid copy and paste code and repeated lines if a change is generated from check_vat so we need to remember upgrade a copy and paste of all models where is used this validation. Use check_vat function directly help us to re-use 100% the code without errors and inheritable. "A good developer create code a better one re-use": 
Sales screens, settings, email/report templates, and PDF reports now use the clearer label "Pro-Forma Invoice" instead of the shorter "Pro-Forma" wording. This helps customers and sales teams better understand that the document is an invoice-style preview rather than a separate sales concept.
Original PR description
Task: https://www.odoo.com/web#id=34164&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.6e0531e70ba5e7566f1fabb14f4ae2d6 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