Tuesday, June 24, 2025
2 changes · 17.0
Enhancements to existing features
Project setup data is now protected from being overwritten when the module is upgraded. This helps preserve customer-specific adjustments and reduces the risk of losing configuration changes during maintenance updates.
Original PR description
Updated XML files to include the noupdate attribute for the data in project_data.xml. This change ensures that the records are not updated during module upgrades, preserving customizations. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts the Point of Sale device configuration so it loads the correct combined driver module after recent internal module changes. It helps ensure checkout hardware continues to start with the expected services after updates.
Original PR description
To adapt to the merge of `hw_drivers` and `hw_posbox_homepage` into `iot_drivers`, we need to update the `odoo.conf` file to change the modules to load. Task: 4860513