Tuesday, March 10, 2020
4 changes · master
Enhancements to existing features
The signature flow has been adjusted so mobile users are not automatically focused into the name field when opening the name and signature step. This helps prevent the on-screen keyboard from appearing unexpectedly and makes signing smoother on phones and tablets.
Original PR description
Task ID: 2155601
The web client startup template was simplified by removing obsolete Internet Explorer-specific code and shortening a menu reload script. This reduces unnecessary page content and keeps the web interface aligned with modern browser support, with no expected change for users on supported browsers.
Original PR description
This PR modifies the `web.webclient_bootstrap` template in two ways: - removes conditional comments targetting old IE versions - rewrite odoo.reloadMenus implementation to take advantage of modern JS syntax.
New databases now get the same accent-insensitive search support that restored databases already received when the option is enabled. This keeps database creation and restoration behavior consistent and helps avoid search differences between environments.
Original PR description
When `unaccent = True`, odoo should install `unaccent` extension in new databases, like [it does in restored databases](https://github.com/odoo/odoo/blob/355e3609732bdc1ef0563edadb8634a322d7d5af/odoo/service/db.py#L305).
Product pricelists can now use decimal values for minimum quantities instead of only whole numbers. This makes pricing rules more flexible for products sold or priced in fractional quantities, such as by weight, length, or partial units.
Original PR description
purpose of this commit is to change the field type of min_quantity from int to float on product pricelist object task:2165208 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