[FIX] mrp: allow overviewing of bom with decimal quantity
Steps to reproduce the bug:
- Create a storable product with BoM:
- add any product as component
- save
- Click on the BoM overview widget
- Change the quantity of a BOM with a number that has a decimal
value.
Problem:
The quantity is converted to an integer because this input does not
accept a decimal value.
opw-3288403
closes odoo/odoo#121801
Signed-off-by:
William Henrotin (whe) <whe@odoo.com>
Showing
- addons/mrp/static/src/components/bom_overview/mrp_bom_overview.xml 3 additions, 1 deletion...p/static/src/components/bom_overview/mrp_bom_overview.xml
- addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.js 7 additions, 1 deletion..._overview_control_panel/mrp_bom_overview_control_panel.js
Please register or sign in to comment