From 2e6e1c07bfa16731a2a0c9db217cbf17be813d58 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 17 Jan 2014 17:16:56 +0100 Subject: [PATCH] Add module stock_display_destination_move. --- stock_display_destination_move/__init__.py | 22 ++++++++++ stock_display_destination_move/__openerp__.py | 44 +++++++++++++++++++ stock_display_destination_move/stock_view.xml | 37 ++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 stock_display_destination_move/__init__.py create mode 100644 stock_display_destination_move/__openerp__.py create mode 100644 stock_display_destination_move/stock_view.xml diff --git a/stock_display_destination_move/__init__.py b/stock_display_destination_move/__init__.py new file mode 100644 index 0000000..d2d4535 --- /dev/null +++ b/stock_display_destination_move/__init__.py @@ -0,0 +1,22 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Stock Display Destination Move module for OpenERP +# Copyright (C) 2014 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + diff --git a/stock_display_destination_move/__openerp__.py b/stock_display_destination_move/__openerp__.py new file mode 100644 index 0000000..223bd58 --- /dev/null +++ b/stock_display_destination_move/__openerp__.py @@ -0,0 +1,44 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Stock Display Destination Move module for OpenERP +# Copyright (C) 2014 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + + +{ + 'name': 'Stock Display Destination Move', + 'version': '0.1', + 'category': 'Inventory, Logistic, Storage', + 'license': 'AGPL-3', + 'summary': 'Display the field Destination Move in the Stock Move form view', + 'description': """ +Stock Display Destination Move +============================== + +Display the field Destination Move in the Stock Move form view for Stock Managers in read-only. Very usefull for advanced users and debug purposes. + +Please contact Alexis de Lattre from Akretion for any help or question about this module. + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['stock'], + 'data': ['stock_view.xml'], + 'installable': True, + 'active': False, +} diff --git a/stock_display_destination_move/stock_view.xml b/stock_display_destination_move/stock_view.xml new file mode 100644 index 0000000..ff6adb8 --- /dev/null +++ b/stock_display_destination_move/stock_view.xml @@ -0,0 +1,37 @@ + + + + + + + + + + display.move_dest_id.in.stock.move.form + stock.move + + + + + + + + + + display.move_dest_id.in.stock.move.picking.form + stock.move + + + + + + + + + + +