diff --git a/product_search_supplier_code/__init__.py b/product_search_supplier_code/__init__.py new file mode 100644 index 0000000..5151fe1 --- /dev/null +++ b/product_search_supplier_code/__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 Florian da Costa +# +# 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/product_search_supplier_code/__openerp__.py b/product_search_supplier_code/__openerp__.py new file mode 100644 index 0000000..b444f0f --- /dev/null +++ b/product_search_supplier_code/__openerp__.py @@ -0,0 +1,39 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Stock Display Sale ID module for OpenERP +# Copyright (C) 2015 Akretion (http://www.akretion.com) +# @author Florian da Costa +# +# 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': 'Product Search Supplier Code', + 'version': '0.1', + 'category': 'Inventory, Logistic, Storage', + 'license': 'AGPL-3', + 'summary': "Allow to search product by its suppliers'code", + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['product', 'stock'], + 'data': [ + 'product_view.xml', + 'picking_view.xml', + ], + 'installable': True, + 'active': False, +} diff --git a/product_search_supplier_code/i18n/fr (1).po b/product_search_supplier_code/i18n/fr (1).po new file mode 100644 index 0000000..8ef6e04 --- /dev/null +++ b/product_search_supplier_code/i18n/fr (1).po @@ -0,0 +1,21 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-30 12:56+0000\n" +"PO-Revision-Date: 2015-10-30 12:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: product_search_supplier_code +#: view:product.product:0 +msgid "Supplier Default Code" +msgstr "Référence Fournisseur" + diff --git a/product_search_supplier_code/i18n/fr.po b/product_search_supplier_code/i18n/fr.po new file mode 100644 index 0000000..5406b6d --- /dev/null +++ b/product_search_supplier_code/i18n/fr.po @@ -0,0 +1,23 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * product_search_supplier_code +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-04 15:18+0000\n" +"PO-Revision-Date: 2015-11-04 15:18+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: product_search_supplier_code +#: view:product.product:0 +#: view:stock.picking.in:0 +msgid "Supplier Default Code" +msgstr "Code Fournisseur" + diff --git a/product_search_supplier_code/picking_view.xml b/product_search_supplier_code/picking_view.xml new file mode 100644 index 0000000..bd85463 --- /dev/null +++ b/product_search_supplier_code/picking_view.xml @@ -0,0 +1,17 @@ + + + + + + stock.picking.in + + + + + + + + + + diff --git a/product_search_supplier_code/product_view.xml b/product_search_supplier_code/product_view.xml new file mode 100644 index 0000000..d7c04cb --- /dev/null +++ b/product_search_supplier_code/product_view.xml @@ -0,0 +1,17 @@ + + + + + + product.product + + + + + + + + + +