-
- Downloads
[FIX] mrp: print bom structure per variants
Commit 044c5c2c removed the context key `variant` of the bom structure report. This implies to always print every variant in case a BoM has no product_id. This commit fix this issue to print only the variant selected in the report. It also adds a new button to print the report with all variants in case for some customers this behavior was "not a bug but a feature". Task : 2504524 closes odoo/odoo#69441 Signed-off-by:William Henrotin <Whenrow@users.noreply.github.com>
Showing
- addons/mrp/report/mrp_report_bom_structure.py 2 additions, 1 deletionaddons/mrp/report/mrp_report_bom_structure.py
- addons/mrp/static/src/js/mrp_bom_report.js 8 additions, 2 deletionsaddons/mrp/static/src/js/mrp_bom_report.js
- addons/mrp/static/src/xml/mrp.xml 3 additions, 0 deletionsaddons/mrp/static/src/xml/mrp.xml
Please register or sign in to comment