Skip to content

Commit

Permalink
Merge branch '12.0-imp-product_bom_revision-tree' of git+ssh://github…
Browse files Browse the repository at this point in the history
….com/sergiocorato/product-attribute into 12.0
  • Loading branch information
sergiocorato committed Oct 18, 2023
2 parents 9e9663f + b9523cb commit 762144f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions product_bom_revision/views/mrp_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
</field>
</field>
</record>
<record id="mrp_bom_tree_view" model="ir.ui.view">
<field name="name">mrp.bom.tree.revision</field>
<field name="model">mrp.bom</field>
<field name="inherit_id" ref="mrp.mrp_bom_tree_view"/>
<field name="arch" type="xml">
<field name="routing_id" position="after">
<field name="bom_revision" string="Revision"/>
</field>
</field>
</record>

</odoo>

0 comments on commit 762144f

Please sign in to comment.