[FIX] stock_move_partner_info: Fix the error grouping by partner stock movements.

This commit is contained in:
alfredoavanzosc
2016-02-10 09:19:47 +01:00
committed by Darshan Patel
parent 3b712c5443
commit f54b16bac9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c)

View File

@@ -37,7 +37,7 @@
<field name="inherit_id" ref="stock.view_move_search" />
<field name="arch" type="xml">
<filter string="Product" position="before">
<filter string="Picking Partner" name="by_prod_parent_lot" domain="[]" context="{'group_by':'prod_parent_lot'}"/>
<filter string="Picking Partner" name="by_picking_partner" domain="[]" context="{'group_by':'picking_partner'}"/>
</filter>
</field>
</record>