Daily updates from Odoo
Monday, August 20, 2018
3 changes
Enhancements to existing features
This update replaces a direct database operation with Odoo's standard data access approach in the conversion tooling. It helps keep the code easier to maintain and better aligned with platform practices, with no expected change for end users.
Original PR description
Hi @odony, don't need SQL execute here, use ORM instead :-) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now uses the open-source Chromium browser by default instead of relying on Google Chrome. Organizations can still choose Google Chrome through configuration if they prefer, improving licensing flexibility and deployment control.
Original PR description
Current behavior before PR: https://github.com/odoo/odoo/pull/25991 introduced for the 1st time a closed source hardcoded dependency in Odoo. I'm not sure it's even legal for a LGPL project, but in any case, it makes not much sense to introduce that problem when there is the almost-completely binary compatible Chromium project, which is fully open source. Desired behavior after PR is merged: * Use by default the open source version Chromium. * Allow to configure it through CLI and conf file, for those that still want to test with Google Chrome. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
This update adjusts mobile dropdown menu styling so status-related options display correctly and consistently. It also updates automated tests to help prevent the issue from returning in future releases.
Original PR description
BS4: statusbar dropdown issue https://drive.google.com/file/d/12smrfCMGo4iH2FqPaGCxphu5ltEax7XX/view?usp=sharing https://drive.google.com/file/d/1NqBMNOKOOKk8vl6dMbFduBCuWew94VEw/view?usp=drivesdk