Wednesday, July 15, 2020
3 changes
Resolved issues and error corrections
Point of Sale loyalty sample records are now treated as demo content instead of being loaded as regular operational data. This prevents example loyalty information from appearing in real business databases unless demo data is explicitly enabled.
Original PR description
`pos_loyalty` demo data were loaded as plain data. TaskID: 2296281
Point of Sale loyalty sample data is now treated as demo content instead of regular system data. This prevents example loyalty configuration from being loaded in non-demo environments, keeping production setups cleaner.
Original PR description
`pos_loyalty` demo data were loaded as plain data. TaskID: 2296281
This fix updates how manufacturing work order pedals communicate with connected devices. It helps prevent pedal input failures caused by earlier interface changes, making shop floor workflows more reliable.
Original PR description
`pedal_form` used to call the `iot_longpolling` and the call to addListener wasn't adapted even though its signature was changed in odoo/enterprise#11708. To avoid this kind of errors in the future, we use DeviceProxy to communicate with pedals.