From c15be9ebb9d3a6cb9cd76aa7fc912531ad1e4b0a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 17 Feb 2015 09:24:02 +0100 Subject: [PATCH] Add group by partner in pickings --- stock_usability/__openerp__.py | 1 + stock_usability/stock_view.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/stock_usability/__openerp__.py b/stock_usability/__openerp__.py index b824ea2..b7866ba 100644 --- a/stock_usability/__openerp__.py +++ b/stock_usability/__openerp__.py @@ -34,6 +34,7 @@ Stock Usability The usability enhancements inclure: * display the source location on the tree view of the move lines of the pickings (by default, only the destination location is displayed). * always display the field *Backorder* on the form view of picking (by default, this field is only displayed when it has a value, so the user doesn't know when the field has no value because he doesn't see the field !) +* add a group by Partner in the picking search view (particularly usefull for receptions) This module has been written by Alexis de Lattre from Akretion . """, diff --git a/stock_usability/stock_view.xml b/stock_usability/stock_view.xml index 88af479..b071098 100644 --- a/stock_usability/stock_view.xml +++ b/stock_usability/stock_view.xml @@ -32,6 +32,18 @@ + + stock_usability.view_picking_search + stock.picking + + + + + + + + +