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/efatto/product-attribute into 12.0
  • Loading branch information
Pretecno committed Oct 7, 2024
2 parents f2c8b68 + b9523cb commit 94deb84
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 94deb84

Please sign in to comment.