mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] Prevent creating component line from new bom component menu
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<field name="name">mrp.bom.line.tree.view</field>
|
||||
<field name="model">mrp.bom.line</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Components">
|
||||
<tree string="Components" create="0">
|
||||
<field name="bom_id" />
|
||||
<field name="product_id" />
|
||||
<field name="product_qty" />
|
||||
|
||||
Reference in New Issue
Block a user