diff --git a/setup/stock_search_supplierinfo_code/odoo/addons/stock_search_supplierinfo_code b/setup/stock_search_supplierinfo_code/odoo/addons/stock_search_supplierinfo_code new file mode 120000 index 000000000..73d3a8657 --- /dev/null +++ b/setup/stock_search_supplierinfo_code/odoo/addons/stock_search_supplierinfo_code @@ -0,0 +1 @@ +../../../../stock_search_supplierinfo_code \ No newline at end of file diff --git a/setup/stock_search_supplierinfo_code/setup.py b/setup/stock_search_supplierinfo_code/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_search_supplierinfo_code/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_search_supplierinfo_code/README.rst b/stock_search_supplierinfo_code/README.rst new file mode 100644 index 000000000..ba1323d9a --- /dev/null +++ b/stock_search_supplierinfo_code/README.rst @@ -0,0 +1,73 @@ +============================== +Stock Search Supplierinfo Code +============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_search_supplierinfo_code + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_search_supplierinfo_code + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Allow to search picking from product supplier code. Maybe usefull mainly for receptions. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Florian da Costa + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_search_supplierinfo_code/__init__.py b/stock_search_supplierinfo_code/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/stock_search_supplierinfo_code/__manifest__.py b/stock_search_supplierinfo_code/__manifest__.py new file mode 100644 index 000000000..85faf466a --- /dev/null +++ b/stock_search_supplierinfo_code/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2021 Akretion +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Stock Search Supplierinfo Code", + "summary": """ + Allows to search for picking from supplierinfo code""", + "version": "16.0.1.0.0", + "license": "AGPL-3", + "author": "Akretion,Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "depends": [ + "stock", + ], + "data": [ + "views/stock_picking.xml", + ], +} diff --git a/stock_search_supplierinfo_code/i18n/it.po b/stock_search_supplierinfo_code/i18n/it.po new file mode 100644 index 000000000..d9d0f8e1a --- /dev/null +++ b/stock_search_supplierinfo_code/i18n/it.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_search_supplierinfo_code +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-10-24 12:43+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: stock_search_supplierinfo_code +#: model_terms:ir.ui.view,arch_db:stock_search_supplierinfo_code.stock_picking_supplier_code_search +msgid "Supplier Default Code" +msgstr "Codice fornitore predefinito" diff --git a/stock_search_supplierinfo_code/i18n/stock_search_supplierinfo_code.pot b/stock_search_supplierinfo_code/i18n/stock_search_supplierinfo_code.pot new file mode 100644 index 000000000..fdbed97c0 --- /dev/null +++ b/stock_search_supplierinfo_code/i18n/stock_search_supplierinfo_code.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_search_supplierinfo_code +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \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: stock_search_supplierinfo_code +#: model_terms:ir.ui.view,arch_db:stock_search_supplierinfo_code.stock_picking_supplier_code_search +msgid "Supplier Default Code" +msgstr "" diff --git a/stock_search_supplierinfo_code/readme/CONTRIBUTORS.rst b/stock_search_supplierinfo_code/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..0bddb053a --- /dev/null +++ b/stock_search_supplierinfo_code/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Florian da Costa diff --git a/stock_search_supplierinfo_code/readme/DESCRIPTION.rst b/stock_search_supplierinfo_code/readme/DESCRIPTION.rst new file mode 100644 index 000000000..159147aa8 --- /dev/null +++ b/stock_search_supplierinfo_code/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Allow to search picking from product supplier code. Maybe usefull mainly for receptions. diff --git a/stock_search_supplierinfo_code/static/description/icon.png b/stock_search_supplierinfo_code/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_search_supplierinfo_code/static/description/icon.png differ diff --git a/stock_search_supplierinfo_code/static/description/index.html b/stock_search_supplierinfo_code/static/description/index.html new file mode 100644 index 000000000..fd6afcf57 --- /dev/null +++ b/stock_search_supplierinfo_code/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +Stock Search Supplierinfo Code + + + +
+

Stock Search Supplierinfo Code

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Allow to search picking from product supplier code. Maybe usefull mainly for receptions.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_search_supplierinfo_code/views/stock_picking.xml b/stock_search_supplierinfo_code/views/stock_picking.xml new file mode 100644 index 000000000..297ef2eb1 --- /dev/null +++ b/stock_search_supplierinfo_code/views/stock_picking.xml @@ -0,0 +1,20 @@ + + + + + + stock.picking + + + + + + + + +