Add issue5543-stock_lot

This commit is contained in:
Raimon Esteve 2017-04-06 23:07:58 +02:00
parent 47299747f4
commit af32185dde
2 changed files with 15 additions and 0 deletions

14
issue5543-stock_lot.diff Normal file
View File

@ -0,0 +1,14 @@
diff -r 6f03b2ceb1e6 trytond/trytond/modules/stock_lot/stock.xml
--- a/trytond/trytond/modules/stock_lot/stock.xml Thu Apr 06 23:01:39 2017 +0200
+++ b/trytond/trytond/modules/stock_lot/stock.xml Thu Apr 06 23:02:57 2017 +0200
@@ -53,7 +53,9 @@
<field name="res_model">stock.move</field>
<field name="domain"
eval="[('lot', 'in', Eval('active_ids'))]" pyson="1"/>
- <field name="order">[('effective_date', 'DESC'), ('planned_date', 'DESC')]</field>
+ <field name="order"
+ eval="[('effective_date', 'DESC'), ('planned_date', 'DESC')]"
+ pyson="1"/>
</record>
<record model="ir.action.keyword"
id="act_move_form_relate_lot_keyword1">

1
series
View File

@ -40,5 +40,6 @@ issue5847.diff
issue5352.diff
lock_stock_move.diff
stock_inventory_consumables.diff
issue5543-stock_lot.diff
locale.diff