Skip to content

Commit

Permalink
[16.0][IMP] mrp_bom_line_product_brand_info: Add create false to sell…
Browse files Browse the repository at this point in the history
…er field.
  • Loading branch information
Berezi authored and anajuaristi committed Dec 19, 2024
1 parent 4693200 commit 6586280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="arch" type="xml">
<field name="operation_id" position="after">
<field name="product_tmpl_id" invisible="1" />
<field name="seller_id" optional="show" />
<field name="seller_id" optional="show" options="{'no_create': True}" />
<field name="product_name" optional="show" />
<field name="product_code" optional="show" />
<field name="manufacturer_codes" optional="show" />
Expand Down
2 changes: 1 addition & 1 deletion mrp_bom_line_product_brand_info/views/mrp_bom_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
position="after"
>
<field name="product_tmpl_id" invisible="1" />
<field name="seller_id" optional="show" />
<field name="seller_id" optional="show" options="{'no_create': True}" />
<field name="product_name" optional="show" />
<field name="product_code" optional="show" />
<field name="manufacturer_codes" optional="show" />
Expand Down

0 comments on commit 6586280

Please sign in to comment.