Daily updates from Odoo
Tuesday, May 14, 2019
2 changes
Code cleanup and technical improvements
This update removes redundant settings from several website and stock templates because those templates are already enabled by default. It simplifies maintenance without changing how users experience the affected pages or reports.
Original PR description
template records are already active by default As task-1934445 will introduce a new asset type (tests) in master (12.4), it will clean some code. This commit got extracted from that task. Coming with odoo/enterprise#4331 and odoo/design-themes#153
This update removes unnecessary activation markers from existing templates because these records are already active by default. It is a small cleanup that simplifies maintenance ahead of related asset changes, with no expected impact on users or business workflows.
Original PR description
template records are already active by default As task-1934445 will introduce a new asset type (tests) in master (12.4), it will clean some code. This commit got extracted from that task. Coming with odoo/odoo#33345 and odoo/design-themes#153