Skip to content

Commit

Permalink
[IMP] product_sale_configuration: Improve view layout
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis committed Jan 15, 2025
1 parent 369cd7f commit 8ecf204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions product_sale_configuration/views/product_template_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
can_write="true"
/>
</field>
<label for="list_price" position="before">
<label

<field name="product_tag_ids" position="after">
<label
for="standard_price"
attrs="{'invisible': [('product_variant_count', '&gt;', 1), ('is_product_variant', '=', False)]}"
/>
Expand Down Expand Up @@ -76,9 +77,8 @@
options="{'no_create': True, 'no_create_edit': True}"
attrs="{'invisible': [('product_variant_count', '&gt;', 1)], 'readonly':[('manual_pvp','=',True)]}"
/>
</label>

<field name="product_tag_ids" position="after">

<field name="price_cost_changed" invisible="1" />
<field
name="target_cost"
Expand Down

0 comments on commit 8ecf204

Please sign in to comment.