changeset 7460c2cff4e6 in modules/product:default
details: https://hg.tryton.org/modules/product?cmd=changeset&node=7460c2cff4e6
description:
Do not set a width to active widget of product simple form
diffstat:
view/product_form_simple.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r aa8392fec3f9 -r 7460c2cff4e6 view/product_form_simple.xml
--- a/view/product_form_simple.xml Tue May 31 10:13:13 2022 +0200
+++ b/view/product_form_simple.xml Mon Aug 08 22:23:51 2022 +0200
@@ -11,7 +11,7 @@
<field name="suffix_code"/>
</group>
<label name="active"/>
- <field name="active" xexpand="0" width="100"/>
+ <field name="active"/>
<label name="cost_price"/>
<field name="cost_price"/>
<field name="identifiers" colspan="4" pre_validate="1"
view_ids="product.identifier_view_list_sequence"/>