From 3ee3edb8ce5ad24f583615a02c783fc2bc74d638 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 25 Mar 2014 00:10:01 +0100 Subject: [PATCH] Add module stock_display_sale_id --- stock_display_sale_id/__init__.py | 22 ++++++++++++++ stock_display_sale_id/__openerp__.py | 44 ++++++++++++++++++++++++++++ stock_display_sale_id/stock_view.xml | 26 ++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 stock_display_sale_id/__init__.py create mode 100644 stock_display_sale_id/__openerp__.py create mode 100644 stock_display_sale_id/stock_view.xml diff --git a/stock_display_sale_id/__init__.py b/stock_display_sale_id/__init__.py new file mode 100644 index 0000000..d2d4535 --- /dev/null +++ b/stock_display_sale_id/__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_sale_id/__openerp__.py b/stock_display_sale_id/__openerp__.py new file mode 100644 index 0000000..9ee76cf --- /dev/null +++ b/stock_display_sale_id/__openerp__.py @@ -0,0 +1,44 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Stock Display Sale ID 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 Sale ID', + 'version': '0.1', + 'category': 'Inventory, Logistic, Storage', + 'license': 'AGPL-3', + 'summary': 'Display the link to the sale order in the Delivery Order', + 'description': """ +Stock Display Sale ID +===================== + +Display the link to the sale order in the Delivery Order form view. + +Please contact Alexis de Lattre from Akretion for any help or question about this module. + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['sale_stock'], + 'data': ['stock_view.xml'], + 'installable': True, + 'active': False, +} diff --git a/stock_display_sale_id/stock_view.xml b/stock_display_sale_id/stock_view.xml new file mode 100644 index 0000000..b3e5821 --- /dev/null +++ b/stock_display_sale_id/stock_view.xml @@ -0,0 +1,26 @@ + + + + + + + + + + display.sale_id.in.picking.out.form + stock.picking.out + + + + + + + + + + +