Skip to content

Commit

Permalink
[FIX] sale_order_line_variant_description: fix product sales descript…
Browse files Browse the repository at this point in the history
…ion alignment
  • Loading branch information
MarinaAForgeFlow committed Oct 10, 2023
1 parent 88cf044 commit 61200e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_order_line_variant_description/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='description_sale']" position="after">
<separator string="Variant description for quotations" colspan="4" />
<field name="variant_description_sale" colspan="4" nolabel="1" />
<separator string="Variant description for quotations" colspan="2" />
<field name="variant_description_sale" colspan="2" nolabel="1" />
</xpath>
</field>
</record>
Expand Down

0 comments on commit 61200e5

Please sign in to comment.