Wednesday, November 28, 2018
2 changes
Resolved issues and error corrections
Purchase users can now confirm a request for quotation linked to an exclusive purchase agreement even when manager approval is required. The agreement is closed only after the order is approved, preventing an incorrect blocking error and keeping the approval workflow intact.
Original PR description
…pprove Task ID : https://www.odoo.com/web?#id=1884410&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.e5e7435456e1ca31053ac3a88134c41b 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
This fixes an issue where editing translated XML or HTML text could accidentally remove translations in other languages. Businesses using multilingual content will have more reliable translations after synchronization, reducing rework and inconsistent customer-facing text.
Original PR description
Modifying a source term in an XML/HTML translated field can lose translations if the same term is translated in several languages.