Thursday, February 2, 2023
2 changes · master
Resolved issues and error corrections
The purchase order form now displays the 'Deliver to' field across the full row when storage locations are enabled. This fixes a visual layout issue, making the form clearer and easier to use during purchase order creation.
Original PR description
To reproduce the issue: 1. Install [Inventory], [Purchase] on Apps 2. [Settings]>[Inventory]>[Storage Locations]: enable 3. On [Purchase], Create. 'Deliver to' field is ill-positioned Desired view: use the full width of the row Applicable versions: 16.0 - master opw-314167 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes how quantities are rounded in manufacturing bills of materials by using Odoo's standard product unit precision. It helps ensure component quantities are displayed and calculated consistently without relying on a missing precision setting.
Original PR description
before this commit, the precision given for the field product_qty in mrp.bom model is Unit of Measure, which is not existing by default in odoo decimal precisions. after this commit, precision will be updated to default Product Unit of Measure precision --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr