Daily updates from Odoo
Monday, June 17, 2019
2 changes
Resolved issues and error corrections
Online payment is now activated no matter which payment provider is selected, including alternative payment acquirers beyond the previously predefined options. This makes it easier for sales teams to offer online payment consistently, including from quotation forms.
Original PR description
Description of the issue/feature this PR addresses: - Task - https://www.odoo.com/web?#id=1945749&action=327&model=project.task&view_type=form&menu_id=4720 - Pad - https://pad.odoo.com/p/r.eba5eb86616039a42a24d0b4e0cd77e1 Current behavior before PR: - Previously, online payment option was only activated with options which are predefined such as (paypal, stripe or manual). Desired behavior after PR is merged: - After this commit, online payment will be activated with all the options and also on quation form online payment will be activated. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Copying a product template with variants now also copies its attribute lines. This helps duplicated products retain their expected variant setup, reducing manual rework and avoiding incomplete product copies.
Original PR description
Before this commit, copying a template with variants would not copy the attributes lines, so it didn't work as expected. 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