trytond-patches/issue5543-stock_lot.diff

15 lines
759 B
Diff

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">