Daily updates from Odoo
Wednesday, June 12, 2019
4 changes
Resolved issues and error corrections
The Point of Sale IoT Box image build now installs a newly required package so the copied POS code can run correctly. This prevents build or runtime issues for IoT Box deployments after the dependency change.
Original PR description
A new dependency (`polib`) has been added in commit: a7621137cb0d75ec545152d5e1d413c9d3548e45 Since it is used in the part of the code that is copied to the IoTBox, we need to add it to the list of packages that are installed during the build of the image. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents optional list column choices from being mixed up between different views. Users should see more consistent behavior when customizing visible fields, especially when similar screens share the same underlying data.
Original PR description
Since the renderer does not know the view id, we moved the local storage key computation up to the basic controller, which makes more sense since the renderer is supposed to be inert. The _processColumns function had to be moved in willStart however, since it now needs the controller to respond to the trigger_up and the controller is not present during the init of the renderer. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a spelling mistake in the Belgian payroll settings, changing "Locatization" to "Localization." It improves clarity and polish in the user interface without changing any payroll behavior.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1986778&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.8bc6b705766a249aa88c739a79db01e0
**Description:**
- Replaced "Locatization" with "Localization" in settings in l10n_be_hr_payroll.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis fixes a problem that prevented Odoo from correctly connecting to IoT boxes when using HTTPS. It restores reliable IoT device registration and communication, reducing disruption for businesses that rely on connected hardware.
Original PR description
the commit 6e091f9 break the box record to Odoo. The promise don't have anymore 'textStatus' but 'jqXHR.statusText' to check the status of the call