Add patch to expand lot_required field in product's field

This commit is contained in:
Guillem Barba 2015-04-13 13:29:38 +02:00
parent b4c34a1de6
commit ae03c5c4c4
2 changed files with 13 additions and 0 deletions

1
series
View File

@ -1,3 +1,4 @@
stock_lot_expand_lot_required.diff
account_move_line_rule.diff
issue154_316.diff
issue136_416.diff

View File

@ -0,0 +1,12 @@
diff -r fdfe606e6b87 view/template_form.xml
--- a/trytond/trytond/modules/stock_lot/view/template_form.xml Thu Feb 19 00:04:21 2015 +0100
+++ b/trytond/trytond/modules/stock_lot/view/template_form.xml Mon Apr 13 13:27:44 2015 +0200
@@ -6,7 +6,7 @@
<page string="Lots" id="lots"
states="{'invisible': ~Eval('type').in_(['goods', 'assets'])}">
<label name="lot_required"/>
- <field name="lot_required" widget="multiselection" yexpand="0"/>
+ <field name="lot_required" widget="multiselection" yexpand="1"/>
</page>
</xpath>
</data>