diff --git a/connector_base_product/README.rst b/connector_base_product/README.rst new file mode 100644 index 000000000..b335f3b11 --- /dev/null +++ b/connector_base_product/README.rst @@ -0,0 +1,80 @@ +====================== +Connector Base Product +====================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:36a87851a2907433184dc79a706f4b2352a937b261e26557536b654e93160c0e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github + :target: https://github.com/OCA/connector/tree/17.0/connector_base_product + :alt: OCA/connector +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/connector-17-0/connector-17-0-connector_base_product + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/connector&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Add 'Connector' tab to product view + +**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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Openerp Connector Core Editors + +Contributors +------------ + +- David BEAL (Akretion) +- Guewen Baconnier (Camptocamp) +- Atchuthan, Sodexis +- Florent Thomas (Mind and Go) +- Fernando La Chica + +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/connector `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/connector_base_product/__init__.py b/connector_base_product/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py new file mode 100644 index 000000000..9b25388b2 --- /dev/null +++ b/connector_base_product/__manifest__.py @@ -0,0 +1,17 @@ +# © 2014 David BEAL Akretion, Sodexis +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +{ + "name": "Connector Base Product", + "version": "17.0.1.0.0", + "author": "Openerp Connector Core Editors, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/connector", + "license": "LGPL-3", + "category": "Connector", + "depends": [ + "connector", + "product", + ], + "data": ["views/product_view.xml"], + "installable": True, +} diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po new file mode 100644 index 000000000..38c95327a --- /dev/null +++ b/connector_base_product/i18n/ca.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/ca/)\n" +"Language: ca\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Connectors" diff --git a/connector_base_product/i18n/connector_base_product.pot b/connector_base_product/i18n/connector_base_product.pot new file mode 100644 index 000000000..416e3f500 --- /dev/null +++ b/connector_base_product/i18n/connector_base_product.pot @@ -0,0 +1,20 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "" diff --git a/connector_base_product/i18n/de.po b/connector_base_product/i18n/de.po new file mode 100644 index 000000000..b140b176f --- /dev/null +++ b/connector_base_product/i18n/de.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/de/)\n" +"Language: de\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Connector" diff --git a/connector_base_product/i18n/es.po b/connector_base_product/i18n/es.po new file mode 100644 index 000000000..96800c284 --- /dev/null +++ b/connector_base_product/i18n/es.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/es/)\n" +"Language: es\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Conectores" diff --git a/connector_base_product/i18n/fr.po b/connector_base_product/i18n/fr.po new file mode 100644 index 000000000..1c3353471 --- /dev/null +++ b/connector_base_product/i18n/fr.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/fr/)\n" +"Language: fr\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Connecteurs" diff --git a/connector_base_product/i18n/hu.po b/connector_base_product/i18n/hu.po new file mode 100644 index 000000000..1fa7973ba --- /dev/null +++ b/connector_base_product/i18n/hu.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/hu/)\n" +"Language: hu\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Csatolók" diff --git a/connector_base_product/i18n/it.po b/connector_base_product/i18n/it.po new file mode 100644 index 000000000..a0bfdc8e9 --- /dev/null +++ b/connector_base_product/i18n/it.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/it/)\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Connettori" diff --git a/connector_base_product/i18n/nl.po b/connector_base_product/i18n/nl.po new file mode 100644 index 000000000..5592aaf48 --- /dev/null +++ b/connector_base_product/i18n/nl.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/nl/)\n" +"Language: nl\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Connectors" diff --git a/connector_base_product/i18n/pt_BR.po b/connector_base_product/i18n/pt_BR.po new file mode 100644 index 000000000..4a66b59e0 --- /dev/null +++ b/connector_base_product/i18n/pt_BR.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-" +"connector-9-0/language/pt_BR/)\n" +"Language: pt_BR\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" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Conectores" diff --git a/connector_base_product/i18n/sl.po b/connector_base_product/i18n/sl.po new file mode 100644 index 000000000..8820dfe9c --- /dev/null +++ b/connector_base_product/i18n/sl.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-connector-9-0/" +"language/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "Povezovalniki" diff --git a/connector_base_product/i18n/zh_CN.po b/connector_base_product/i18n/zh_CN.po new file mode 100644 index 000000000..b02e55b25 --- /dev/null +++ b/connector_base_product/i18n/zh_CN.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-12 01:39+0000\n" +"PO-Revision-Date: 2016-03-11 07:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-" +"connector-9-0/language/zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: connector_base_product +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:connector_base_product.product_template_common_form +msgid "Connectors" +msgstr "连接器" diff --git a/connector_base_product/pyproject.toml b/connector_base_product/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/connector_base_product/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/connector_base_product/readme/CONTRIBUTORS.md b/connector_base_product/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..e186fdc03 --- /dev/null +++ b/connector_base_product/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- David BEAL (Akretion) +- Guewen Baconnier (Camptocamp) +- Atchuthan, Sodexis +- Florent Thomas (Mind and Go) +- Fernando La Chica \<\> diff --git a/connector_base_product/readme/DESCRIPTION.md b/connector_base_product/readme/DESCRIPTION.md new file mode 100644 index 000000000..e04902d79 --- /dev/null +++ b/connector_base_product/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Add 'Connector' tab to product view diff --git a/connector_base_product/static/description/icon.png b/connector_base_product/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/connector_base_product/static/description/icon.png differ diff --git a/connector_base_product/static/description/index.html b/connector_base_product/static/description/index.html new file mode 100644 index 000000000..91426260d --- /dev/null +++ b/connector_base_product/static/description/index.html @@ -0,0 +1,586 @@ + + + + + + Connector Base Product + + + +
+

Connector Base Product

+ + +

+ + Beta + + + License: LGPL-3 + + + OCA/connector + + + Translate me on Weblate + + + Try me on Runboat + +

+

Add ‘Connector’ tab to product view

+

+ 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 to smash it by providing a detailed and welcomed + + feedback. +

+

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

+
+
+

+ Credits +

+
+

+ Authors +

+
    +
  • Openerp Connector Core Editors
  • +
+
+
+

+ Contributors +

+
    +
  • David BEAL (Akretion)
  • +
  • Guewen Baconnier (Camptocamp)
  • +
  • Atchuthan, Sodexis
  • +
  • Florent Thomas (Mind and Go)
  • +
  • Fernando La Chica <fernandolachica@gmail.com> +
  • +
+
+
+

+ 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/connector + + project on GitHub. +

+

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

+
+
+
+ + diff --git a/connector_base_product/views/product_view.xml b/connector_base_product/views/product_view.xml new file mode 100644 index 000000000..768647c8d --- /dev/null +++ b/connector_base_product/views/product_view.xml @@ -0,0 +1,37 @@ + + + + + + + product.product.form + product.product + + + + + + + + + + + + product.template.form + product.template + + + + + + + + + + +