commit 32e2ecea375a0ab1a4f68964961cddf67d6d37b1 Author: Florian da Costa Date: Fri Oct 30 11:52:22 2015 +0100 add product_search_supplier_code 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..3325208 --- /dev/null +++ b/product_search_supplier_code/__openerp__.py @@ -0,0 +1,36 @@ +# -*- 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'], + 'data': ['product_view.xml'], + 'installable': True, + 'active': False, +} 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 + + + + + + + + + +