mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_move_partner_info: Fix the error grouping by partner stock movements.
This commit is contained in:
committed by
Darshan Patel
parent
3b712c5443
commit
f54b16bac9
@@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user