Tuesday, June 20, 2017
6 changes · master
New functionality added to Odoo
Accounting users can now combine several vendor bills or invoices into a single payment flow, even across different partners or document types. This reduces repetitive payment processing work and makes bulk payment handling faster and easier.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web#id=24014&view_type=form&model=project.task&menu_id= Current behavior before PR: Desired behavior after PR is merged: -Pay Multiple Vendor Bills at Once -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Invoice and sales order reports now show the taxable amount alongside each tax group when there are multiple invoice lines and multiple tax groups. This makes tax details easier for customers to understand and updates many country accounting setups to support the improved grouping.
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": 
Original PR description
Description of the issue/feature this PR addresses: - We need a details of taxes when we sell goods so customer know detailed amount of tax. Current behavior before PR: - Currently no any amount displayed when multi invoice line and multi tax groups in SO/invoice report. Desired behavior after PR is merged: - Now amount is display in () when multi invoice line and multi tax groups in SO/invoice report. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=30501&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.4c5e2a8c432e737fde588c32fdf2e769
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
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