From 37b8bb1ce4f0d1d58aab030125d2af790597bd9e Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 17 Feb 2015 08:50:08 +0100 Subject: [PATCH] Rename stock_display_src_location to stock_usability with one improvement --- stock_display_src_location/stock_view.xml | 26 ------------- .../__init__.py | 4 +- .../__openerp__.py | 19 +++++----- stock_usability/stock_view.xml | 38 +++++++++++++++++++ 4 files changed, 50 insertions(+), 37 deletions(-) delete mode 100644 stock_display_src_location/stock_view.xml rename {stock_display_src_location => stock_usability}/__init__.py (89%) rename {stock_display_src_location => stock_usability}/__openerp__.py (62%) create mode 100644 stock_usability/stock_view.xml diff --git a/stock_display_src_location/stock_view.xml b/stock_display_src_location/stock_view.xml deleted file mode 100644 index f44a1a7..0000000 --- a/stock_display_src_location/stock_view.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - display.src_location.in.picking.form - stock.move - - - - 0 - - - - - - - diff --git a/stock_display_src_location/__init__.py b/stock_usability/__init__.py similarity index 89% rename from stock_display_src_location/__init__.py rename to stock_usability/__init__.py index e85459d..f38c2a2 100644 --- a/stock_display_src_location/__init__.py +++ b/stock_usability/__init__.py @@ -1,8 +1,8 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Stock Display Source Location module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) +# Stock Usability module for Odoo +# Copyright (C) 2014-2015 Akretion (http://www.akretion.com) # @author Alexis de Lattre # # This program is free software: you can redistribute it and/or modify diff --git a/stock_display_src_location/__openerp__.py b/stock_usability/__openerp__.py similarity index 62% rename from stock_display_src_location/__openerp__.py rename to stock_usability/__openerp__.py index 2cc925b..b824ea2 100644 --- a/stock_display_src_location/__openerp__.py +++ b/stock_usability/__openerp__.py @@ -1,8 +1,8 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Stock Display Source Location module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) +# Stock Usability module for Odoo +# Copyright (C) 2014-2015 Akretion (http://www.akretion.com) # @author Alexis de Lattre # # This program is free software: you can redistribute it and/or modify @@ -22,23 +22,24 @@ { - 'name': 'Stock Display Source Location', + 'name': 'Stock Usability', 'version': '0.1', 'category': 'Inventory, Logistic, Storage', 'license': 'AGPL-3', - 'summary': 'Display the source location on pickings', + 'summary': 'Several usability enhancements in Warehouse management', 'description': """ -Stock Display Source Location on Pickings -========================================= +Stock Usability +=============== -Display the source location on the tree view of the move lines of the pickings (by default, only the destination location is displayed). +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 !) -Please contact Alexis de Lattre from Akretion for any help or question about this module. +This module has been written by Alexis de Lattre from Akretion . """, 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['stock'], 'data': ['stock_view.xml'], 'installable': True, - 'active': False, } diff --git a/stock_usability/stock_view.xml b/stock_usability/stock_view.xml new file mode 100644 index 0000000..88af479 --- /dev/null +++ b/stock_usability/stock_view.xml @@ -0,0 +1,38 @@ + + + + + + + + + + stock_usability.src_location.in.picking.form + stock.move + + + + 0 + + + + + + stock_usability.view_picking_form + stock.picking + + + + {} + + + + + + + +