Daily updates from Odoo
Friday, July 3, 2026
6 changes
1 change
Features or functions removed from Odoo
This update removes a QR code that displayed product prices from gift receipts. This change ensures gift receipts maintain their intended purpose of concealing pricing information from the recipient, protecting customer privacy and preventing misuse of pricing details.
Original PR description
Gift receipts are intended to be given to the gift recipient and are designed to hide product prices. The self-service invoicing QR code could expose pricing information through the generated invoice, defeating the purpose of the gift receipt. Therefore, remove the self-invoicing QR code from gift receipts. task-6299597 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269812
1 change
Features or functions removed from Odoo
This update removes a self-invoicing QR code from gift receipts. Gift receipts are designed to conceal product prices from the recipient. Removing this QR code ensures the intended privacy and prevents unintended price disclosure.
Original PR description
Gift receipts are intended to be given to the gift recipient and are designed to hide product prices. The self-service invoicing QR code could expose pricing information through the generated invoice, defeating the purpose of the gift receipt. Therefore, remove the self-invoicing QR code from gift receipts. task-6299597 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269812
1 change
Features or functions removed from Odoo
This update removes an outdated flag from the HR skills module, streamlining how time spent on skills is reported. Previously, this flag incorrectly attributed skill-related time to a separate 'Skills Management' app. This change ensures accurate reporting and simplifies the system.
Original PR description
Since hr_skills was merged with the Employees app, it no longer needs to be flagged as an application. With the changes made in the enterprise PR, this PR ensures we won't mark time spent in the skills features as coming from a "Skills Management" app. Task-6250449
3 changes
Features or functions removed from Odoo
This update removes a previously deleted file that was causing a 'dead' module in the Odoo Enterprise system. The change ensures the system is cleaner and more stable, addressing a minor technical issue. This improves overall system performance.
Original PR description
The contents of this file were previously deleted, but the file itself was missed, leaving a dead l10n_hk_hsbcnet module in 19.4. This commit removes the file entirely to clean it up. Forward-Port-Of: odoo/enterprise#122573
This update removes outdated code related to 'onWillRender' hooks, a component of the older Owl 3 system. This change is part of a larger migration to Owl 3, ensuring the system continues to function correctly and efficiently. It's a routine maintenance update.
Original PR description
As part of the Owl 3 migration, replace deprecated onWillRender hooks with the appropriate Owl 3 alternatives.
This update removes an outdated feature ('useComponent') from several Odoo modules. This change improves the system's efficiency and stability by aligning with newer development practices. It ensures the continued smooth operation of key functionalities within Odoo.
Original PR description
- Community: https://github.com/odoo/odoo/pull/272185 See commit messages for details.