Skip to content

Commit 4139f4c

Browse files
committed
[MIG] mrp_bom_location: Migration to 16.0
1 parent 62d3f63 commit 4139f4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mrp_bom_location/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "MRP BOM Location",
55
"summary": "Adds location field to Bill of Materials and its components.",
6-
"version": "15.0.1.0.0",
6+
"version": "16.0.1.0.0",
77
"category": "Manufacture",
88
"website": "https://github.com/OCA/manufacture",
99
"author": "ForgeFlow, Odoo Community Association (OCA)",

mrp_bom_location/views/report_mrpbomstructure.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</td>
2626
</xpath>
2727
</template>
28+
<!-- todo: move to report_mrp_bom
2829
<template id="report_mrp_bom_line" inherit_id="mrp.report_mrp_bom_line">
2930
<xpath expr="//tr/td[last()]" position="before">
3031
<td t-if="l.get('location_id', False)">
@@ -47,6 +48,7 @@
4748
<td />
4849
</xpath>
4950
</template>
51+
-->
5052
<template id="report_mrp_bom_pdf_line" inherit_id="mrp.report_mrp_bom_pdf_line">
5153
<xpath expr="//tr" position="inside">
5254
<td t-if="l.get('location_name', False)" class="text-right">

0 commit comments

Comments
 (0)