Daily updates from Odoo
Friday, May 17, 2019
2 changes
Resolved issues and error corrections
Editable list views now correctly become read-only when editing is disabled by settings or user access rights. This prevents users from being shown editable fields they should not be able to change, making permissions clearer and more consistent.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: Task : https://www.odoo.com/web#id=32612&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.e1cf1fd65c3cd171bdf8ad2bb4c83d20 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where customers could see or use the wrong pricelist after moving between different websites in the same Odoo setup. Pricelists are now kept separate per website, helping businesses show the right prices for each storefront.
Original PR description
Description of the issue/feature this PR addresses: One more step toward to multi-website support. A similar update was accepted, for example, here https://github.com/odoo/odoo/commit/15bf41270d3abb607e7b623b59355594cad170cf Current behavior before PR: The wrong pricelist is used after switching to another website Desired behavior after PR is merged: pricelist are cached independetly per website -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr