Merge PR #1036 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-05-11 09:26:58 +00:00

View File

@@ -3,7 +3,7 @@
<record id="mrp_bom_see_attachments_product_template_form_view" model="ir.ui.view">
<field name="name">mrp.bom.attachments.product.template.form.view</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view" />
<field name="inherit_id" ref="mrp.product_template_form_view_bom_button" />
<field name="arch" type="xml">
<xpath expr="///button[@name='action_used_in_bom']" position="after">
<button
@@ -20,7 +20,7 @@
<record id="mrp_bom_see_attachments_product_product_form_view" model="ir.ui.view">
<field name="name">mrp.bom.attachments.product.product.form.view</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="inherit_id" ref="mrp.product_product_form_view_bom_button" />
<field name="arch" type="xml">
<xpath expr="///button[@name='action_used_in_bom']" position="after">
<button