Thursday, June 6, 2019
3 changes · master
Enhancements to existing features
Survey editors can now add section rows directly from the list view instead of being interrupted by a pop-up window. This makes editing surveys faster and more consistent with how sections or notes are added in other Odoo documents such as invoices.
Original PR description
Description of the issue/feature this PR addresses: You can now add a section directly in the list view without to be redirected in a modal. Current behavior before PR: when you add a section into a Survey, it openend a modal. Desired behavior after PR is merged: you stay on the list view and can add the section, the same you you do on an invoice for a note or section. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now uses a standard library to read and write translation files instead of a custom parser. This makes translation imports and exports more reliable, especially when references contain spaces or unusual identifiers, reducing maintenance risk for multilingual deployments.
Original PR description
Remove ugly custom po files parser and use polib for reader and writer. Refactor reader/writer to use a class and have an abstraction for csv or po files. Task-id: 1986334
New products created from the website sales backend are no longer published automatically. This gives product managers time to review and finish product details before customers can see them online.
Original PR description
rebase-ff