Daily updates from Odoo
Wednesday, September 4, 2024
2 changes · master
Code cleanup and technical improvements
This update standardizes how WhatsApp message attachments are named internally, aligning the JavaScript naming with the existing backend field. It helps keep the codebase consistent and reduces the risk of confusion in future maintenance, with no expected change for end users.
Original PR description
Rename attachment to attachment_ids to match python field name. Part of task-3605717 https://github.com/odoo/odoo/pull/178970
This update removes outdated setup markers from automated product tours across several Odoo apps. It does not change user-facing features, but keeps internal test and onboarding tour definitions simpler and easier to maintain.
Original PR description
Since interactive tours no longer take into account steps that do not have a run, isActive: ["auto"] for steps that do not have a run are no longer useful. https://github.com/odoo/odoo/pull/174226