Daily updates from Odoo
Monday, March 4, 2019
3 changes · master
New functionality added to Odoo
This change lets businesses configure decimal precision for product volume, similar to how product weight is already handled. It helps users record and manage very small product volumes more accurately in inventory and product data.
Original PR description
Description of the issue/feature this PR addresses: volume field of the product.template model does not have an option to specify a decimal precision, as it is in the next field: weight. So this patch is enabling decimal precision administration for the volume key exactly as it is for the weight. Current behavior before PR: volume is in m^3 and it is not possible to manage small volumes Desired behavior after PR is merged: user can manage and adjust decimal precision for the volume field as it is for the weight, -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The accounting settings page has been reorganized so invoicing options appear first and accounting options are grouped more clearly. This makes it easier for users to find customer invoice sending defaults and vendor bill settings without navigating mixed sections.
Original PR description
Task 1906794 Description of the issue/feature this PR addresses: Current behavior before PR: accounting settings are messy, with invoice & accounting settings mixed up Desired behavior after PR is merged: - restructure with Invoicing options first, then Accounting stuff - move default sending options into "Customer Invoices" section, as first option - new common section for vendor bill options -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting settings screens have been reorganized to make related options easier to find. This should help users and administrators navigate configuration for accounting reports, invoice extraction, and accountant features more efficiently.
Original PR description
Task 1906794