Skip to content

Commit

Permalink
[16.0][IMP] move meal_category_field in Product Form
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Feb 14, 2025
1 parent cae4fe0 commit 4ac46df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrp_bom_report_allergen/views/view_product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

<record id="view_mrp_bom_report_allergen_product_template_form" model="ir.ui.view">
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view" />
<field name="inherit_id" ref="product_food.view_product_template_form" />
<field name="arch" type="xml">

<xpath expr="//field[@name='categ_id']" position="after">
<xpath expr="//field[@name='allergen_ids']" position="before">
<field name="meal_category_id"/>
</xpath>

Expand Down

0 comments on commit 4ac46df

Please sign in to comment.