Tuesday, January 7, 2020
4 changes · master
Resolved issues and error corrections
This fixes an empty blank space that appeared in product settings when website sales and event sales were installed together. The product form layout is reorganized so related options appear in the right place, improving clarity without changing business workflows.
Original PR description
Task : https://www.odoo.com/web#id=2150643&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2eaa5df3bef2cec6d157c5fc41fbd0f5 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website theme preview images now load correctly even when the Website app is installed from the command line instead of the apps screen. This makes theme selection more consistent for deployments and automated setup processes.
Original PR description
Themes image would not be shown correctly in the theme selection if the `website` module was installed in CLI. Indeed, the code supposed to load the theme images was done in the kanban view during theme selection after installing module through apps screen. Now, this code is encapsulated and called in post_init hook of website. This was also needed for an improvement on `test_themes` module, see odoo/design-themes#195.
This fixes an issue that could prevent a restaurant point of sale session from resuming correctly when the restaurant POS module is installed. The change adds a safer check for missing data so users can continue shop operations without interruption.
Original PR description
This is a followup to the fix made in 99615ff6cc0559f6661001e5493876f2d5b69248. When calling JSON.stringify to undefined, it results to undefined, thus, it is necessary to check if the value is undefined before JSON.parse'ing it. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes an obsolete view adjustment in the Sales Renting module that no longer has any effect. It helps keep the product form configuration cleaner and reduces maintenance risk without changing user-facing rental workflows.
Original PR description
Task : https://www.odoo.com/web#id=2150643&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2eaa5df3bef2cec6d157c5fc41fbd0f5