Daily updates from Odoo
Monday, March 4, 2019
1 change · 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