Daily updates from Odoo
Wednesday, June 12, 2019
3 changes
New functionality added to Odoo
Website administrators can now choose which user groups are allowed to see specific website menu items. This gives businesses more control over navigation visibility, helping tailor website experiences for employees, customers, or other audiences without hiding menus from everyone.
Original PR description
Description of the issue/feature this PR addresses: Allow configuring security groups on website menu items Closes off https://github.com/odoo/odoo/issues/32549 Current behavior before PR: There is no option to configure security groups on website menus. Everybody can see them or nobody can. Desired behavior after PR is merged: You're able to configure security groups on website menuitems from both the backend and the frontend (through the edit menu option in the website after clicking on edit on a menuitem). DONE: - [x] New many2many field for setting groups & allowing editing them from the backend - [x] Correctly compute security groups for the current user -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website administrators can now limit specific website menu items to selected user groups. This helps businesses show the right navigation options to the right audiences and keep restricted areas less visible to unauthorized visitors.
Original PR description
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
Resolved issues and error corrections
This 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