changeset e9d77a0c409b in modules/sale_promotion:default
details:
https://hg.tryton.org/modules/sale_promotion?cmd=changeset;node=e9d77a0c409b
description:
Fix extension of lists in promotion form
diffstat:
view/promotion_form.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 922f3bc816e6 -r e9d77a0c409b view/promotion_form.xml
--- a/view/promotion_form.xml Sat Feb 27 18:16:29 2021 +0100
+++ b/view/promotion_form.xml Sat Feb 27 23:09:53 2021 +0100
@@ -35,7 +35,7 @@
<field name="unit"/>
<newline/>
- <group id="categories_products" col="2" colspan="6" yexpand="1">
+ <group id="categories_products" col="-1" colspan="6" yexpand="1">
<field name="categories"/>
<field name="products" view_ids="product.product_view_tree_simple"/>
</group>