Daily updates from Odoo
Thursday, July 28, 2016
4 changes · master
Enhancements to existing features
Delivery pricing can now take product categories into account, making it easier to charge appropriately for items that need special handling, such as fragile goods. This gives businesses more flexible shipping rules without relying only on weight or volume.
Original PR description
Description of the issue/feature this PR addresses: - It's not easy for the users to set a delivery price according to the product category. They have to set a weight or a volume. But if the product is fragile and needs specific handling. Current behavior before PR: - Currently users are not able to set delivery price according to product category. Desired behavior after PR is merged: - Now after adding product category rule so users are able to set delivery price according to product category. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=27591&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.59141a668081e01166e5aa721fa93261
Resolved issues and error corrections
Error messages in sales stock now show product quantities using the product's configured precision instead of always rounding to two decimal places. This helps users see accurate quantities when products require more detailed decimal precision.
Original PR description
The error message has an hardcoded precision of 2 digits, which is not enough of the product precision is higher than 2. opw-683639 Fixes #12629
This change prevents existing Sales and Invoicing menu entries from being renamed, replacing them with separate menu entries where needed instead. It helps avoid confusing users or disrupting familiar navigation while still allowing unwanted menus to be hidden rather than removed.
Original PR description
Replace by another menu instead
Code cleanup and technical improvements
The budget management module has been updated to align with Odoo's newer architecture, improving maintainability and future compatibility. Broken budget reports and related wizards were removed because they no longer worked correctly and duplicated existing form views.
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