From baae9f833e96f3bd55c1a13d6cf363d64db12fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=A9al?= Date: Tue, 4 Feb 2014 16:01:34 +0100 Subject: [PATCH 01/34] [ADD] connector_base_product module to avoid ecommerce addons dependency for product synchro --- connector_base_product/__init__.py | 1 + connector_base_product/__openerp__.py | 41 +++++++++++++++++++++++++ connector_base_product/product_view.xml | 29 +++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 connector_base_product/__init__.py create mode 100644 connector_base_product/__openerp__.py create mode 100644 connector_base_product/product_view.xml diff --git a/connector_base_product/__init__.py b/connector_base_product/__init__.py new file mode 100644 index 000000000..40a96afc6 --- /dev/null +++ b/connector_base_product/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py new file mode 100644 index 000000000..eaf176a3c --- /dev/null +++ b/connector_base_product/__openerp__.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Guewen Baconnier Copyright 2013 Camptocamp SA +# +# 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': 'Connector Base Product', + 'version': '1.0', + 'author': 'Openerp Connector Core Editors', + 'website': 'http://openerp-connector.com', + 'license': 'AGPL-3', + 'category': 'Generic Modules', + 'description': """ +Connector Base Product +======================== + +Add 'Connector' tab to product view +""", + 'depends': [ + 'connector', + ], + 'data': [ + 'product_view.xml' + ], + 'installable': True, + 'application': True, +} diff --git a/connector_base_product/product_view.xml b/connector_base_product/product_view.xml new file mode 100644 index 000000000..fa54e2b85 --- /dev/null +++ b/connector_base_product/product_view.xml @@ -0,0 +1,29 @@ + + + + + + + + + + product.product.form + product.product + + + + + + + + + + + + + + From 67b37f9b2f68016dfb6f382c8edee6df48de6e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=A9al?= Date: Tue, 4 Feb 2014 17:38:37 +0100 Subject: [PATCH 02/34] [FIX] fix __openerp__.py --- connector_base_product/__openerp__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index eaf176a3c..9f5d55ab6 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Guewen Baconnier Copyright 2013 Camptocamp SA +# Author: David BEAL, Copyright Akretion, 2014 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -23,19 +23,19 @@ 'author': 'Openerp Connector Core Editors', 'website': 'http://openerp-connector.com', 'license': 'AGPL-3', - 'category': 'Generic Modules', + 'category': 'Connector', 'description': """ Connector Base Product -======================== +====================== Add 'Connector' tab to product view """, 'depends': [ 'connector', + 'product', ], 'data': [ 'product_view.xml' ], 'installable': True, - 'application': True, } From 9fc94c829c9dd655ebd9d744ffeab0109d432d4c Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 4 Jul 2014 17:09:01 +0200 Subject: [PATCH 03/34] pep8 / flake8 fixes --- connector_base_product/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index 9f5d55ab6..7a2709126 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -38,4 +38,4 @@ 'product_view.xml' ], 'installable': True, -} + } From 40915c6fb34afcb29021bc8f90f01afb07f0464f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 21 Nov 2014 11:49:37 +0100 Subject: [PATCH 04/34] Use the new links for websites (with odoo) and for the prestashop connector --- connector_base_product/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index 7a2709126..c792f9817 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Connector Base Product', 'version': '1.0', 'author': 'Openerp Connector Core Editors', - 'website': 'http://openerp-connector.com', + 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', 'category': 'Connector', 'description': """ From 23e2cfa35e10dd5371f8b62b3ae729439c8f9f9f Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:23:42 +0100 Subject: [PATCH 05/34] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- connector_base_product/__openerp__.py | 2 +- connector_base_product/i18n/ca.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/de.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/en.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/es.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/fr.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/hu.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/it.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/nl.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/pt_BR.po | 23 +++++++++++++++++++++++ connector_base_product/i18n/sl.po | 24 ++++++++++++++++++++++++ connector_base_product/i18n/zh_CN.po | 23 +++++++++++++++++++++++ 12 files changed, 255 insertions(+), 1 deletion(-) create mode 100644 connector_base_product/i18n/ca.po create mode 100644 connector_base_product/i18n/de.po create mode 100644 connector_base_product/i18n/en.po create mode 100644 connector_base_product/i18n/es.po create mode 100644 connector_base_product/i18n/fr.po create mode 100644 connector_base_product/i18n/hu.po create mode 100644 connector_base_product/i18n/it.po create mode 100644 connector_base_product/i18n/nl.po create mode 100644 connector_base_product/i18n/pt_BR.po create mode 100644 connector_base_product/i18n/sl.po create mode 100644 connector_base_product/i18n/zh_CN.po diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index c792f9817..4c5ad20f6 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -20,7 +20,7 @@ {'name': 'Connector Base Product', 'version': '1.0', - 'author': 'Openerp Connector Core Editors', + 'author': "Openerp Connector Core Editors,Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', 'category': 'Connector', diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po new file mode 100644 index 000000000..832e69cb2 --- /dev/null +++ b/connector_base_product/i18n/ca.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-connector-8-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +msgid "Connectors" +msgstr "Connectors" diff --git a/connector_base_product/i18n/de.po b/connector_base_product/i18n/de.po new file mode 100644 index 000000000..69364cd54 --- /dev/null +++ b/connector_base_product/i18n/de.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-connector-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +msgid "Connectors" +msgstr "Connector" diff --git a/connector_base_product/i18n/en.po b/connector_base_product/i18n/en.po new file mode 100644 index 000000000..80ee7912c --- /dev/null +++ b/connector_base_product/i18n/en.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-connector-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +msgid "Connectors" +msgstr "Connectors" diff --git a/connector_base_product/i18n/es.po b/connector_base_product/i18n/es.po new file mode 100644 index 000000000..39130e956 --- /dev/null +++ b/connector_base_product/i18n/es.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-connector-8-0/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..9a8763470 --- /dev/null +++ b/connector_base_product/i18n/fr.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-connector-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..f755e1f4a --- /dev/null +++ b/connector_base_product/i18n/hu.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-connector-8-0/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..00889e9a9 --- /dev/null +++ b/connector_base_product/i18n/it.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-connector-8-0/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..ad7c638e3 --- /dev/null +++ b/connector_base_product/i18n/nl.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-connector-8-0/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..d536c1260 --- /dev/null +++ b/connector_base_product/i18n/pt_BR.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-07-20 19:08+0000\n" +"Last-Translator: danimaribeiro \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-connector-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +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..0e4d8e134 --- /dev/null +++ b/connector_base_product/i18n/sl.po @@ -0,0 +1,24 @@ +# 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 (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-07-01 12:37+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-connector-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\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 +#: view:product.product:connector_base_product.product_normal_form_view +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..1268f2c61 --- /dev/null +++ b/connector_base_product/i18n/zh_CN.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: connector (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"PO-Revision-Date: 2015-06-17 07:37+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-connector-8-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: connector_base_product +#: view:product.product:connector_base_product.product_normal_form_view +msgid "Connectors" +msgstr "连接器" From a2b79e1763d76dba64b2192d81f0152e5bb7e082 Mon Sep 17 00:00:00 2001 From: flotho Date: Thu, 17 Sep 2015 23:12:06 +0200 Subject: [PATCH 06/34] Re add notebook page on product template --- connector_base_product/product_view.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/connector_base_product/product_view.xml b/connector_base_product/product_view.xml index fa54e2b85..849fb1bb4 100644 --- a/connector_base_product/product_view.xml +++ b/connector_base_product/product_view.xml @@ -22,6 +22,20 @@ + + + product.product.form + product.product + + + + + + + + + From 33b5fc8df3c202a5967564b14d36137eca3676fe Mon Sep 17 00:00:00 2001 From: "florent.thomas" Date: Wed, 23 Sep 2015 22:44:27 +0200 Subject: [PATCH 07/34] Change name of the view --- connector_base_product/product_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/product_view.xml b/connector_base_product/product_view.xml index 849fb1bb4..98f5551d8 100644 --- a/connector_base_product/product_view.xml +++ b/connector_base_product/product_view.xml @@ -24,7 +24,7 @@ - product.product.form + product.template.form product.product From 49b007c81a246fee64568c124124d65546c4c846 Mon Sep 17 00:00:00 2001 From: "florent.thomas" Date: Wed, 23 Sep 2015 22:47:10 +0200 Subject: [PATCH 08/34] Change model of the view --- connector_base_product/product_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/product_view.xml b/connector_base_product/product_view.xml index 98f5551d8..5ad318f78 100644 --- a/connector_base_product/product_view.xml +++ b/connector_base_product/product_view.xml @@ -25,7 +25,7 @@ product.template.form - product.product + product.template From 739ed64f5cdb1cab9b1e6ef59fb35f292ab07f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 09:59:47 +0200 Subject: [PATCH 09/34] [UPD] prefix versions with 8.0 --- connector_base_product/__openerp__.py | 2 +- connector_base_product/i18n/ca.po | 3 ++- connector_base_product/i18n/de.po | 3 ++- connector_base_product/i18n/en.po | 3 ++- connector_base_product/i18n/es.po | 3 ++- connector_base_product/i18n/fr.po | 3 ++- connector_base_product/i18n/hu.po | 3 ++- connector_base_product/i18n/it.po | 3 ++- connector_base_product/i18n/nl.po | 3 ++- connector_base_product/i18n/pt_BR.po | 3 ++- connector_base_product/i18n/sl.po | 3 ++- connector_base_product/i18n/zh_CN.po | 3 ++- 12 files changed, 23 insertions(+), 12 deletions(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index 4c5ad20f6..4a11d1f8b 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## {'name': 'Connector Base Product', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Openerp Connector Core Editors,Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po index 832e69cb2..313ac6aba 100644 --- a/connector_base_product/i18n/ca.po +++ b/connector_base_product/i18n/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-connector-8-0/language/ca/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template:connector_base_product.product_template_common_form msgid "Connectors" msgstr "Connectors" diff --git a/connector_base_product/i18n/de.po b/connector_base_product/i18n/de.po index 69364cd54..84e5a538a 100644 --- a/connector_base_product/i18n/de.po +++ b/connector_base_product/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: German (http://www.transifex.com/oca/OCA-connector-8-0/language/de/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template:connector_base_product.product_template_common_form msgid "Connectors" msgstr "Connector" diff --git a/connector_base_product/i18n/en.po b/connector_base_product/i18n/en.po index 80ee7912c..be870148a 100644 --- a/connector_base_product/i18n/en.po +++ b/connector_base_product/i18n/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (http://www.transifex.com/oca/OCA-connector-8-0/language/en/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template:connector_base_product.product_template_common_form msgid "Connectors" msgstr "Connectors" diff --git a/connector_base_product/i18n/es.po b/connector_base_product/i18n/es.po index 39130e956..6428376d4 100644 --- a/connector_base_product/i18n/es.po +++ b/connector_base_product/i18n/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-connector-8-0/language/es/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index 9a8763470..b5b49152b 100644 --- a/connector_base_product/i18n/fr.po +++ b/connector_base_product/i18n/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: French (http://www.transifex.com/oca/OCA-connector-8-0/language/fr/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index f755e1f4a..a406269d9 100644 --- a/connector_base_product/i18n/hu.po +++ b/connector_base_product/i18n/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Hungarian (http://www.transifex.com/oca/OCA-connector-8-0/language/hu/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index 00889e9a9..69bcb3c65 100644 --- a/connector_base_product/i18n/it.po +++ b/connector_base_product/i18n/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-connector-8-0/language/it/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index ad7c638e3..e0ddda0b6 100644 --- a/connector_base_product/i18n/nl.po +++ b/connector_base_product/i18n/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-connector-8-0/language/nl/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index d536c1260..19a9b1573 100644 --- a/connector_base_product/i18n/pt_BR.po +++ b/connector_base_product/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-07-20 19:08+0000\n" "Last-Translator: danimaribeiro \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-connector-8-0/language/pt_BR/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index 0e4d8e134..edcf1f268 100644 --- a/connector_base_product/i18n/sl.po +++ b/connector_base_product/i18n/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-07-01 12:37+0000\n" "Last-Translator: Matjaž Mozetič \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-connector-8-0/language/sl/)\n" @@ -20,5 +20,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template: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 index 1268f2c61..2b2996353 100644 --- a/connector_base_product/i18n/zh_CN.po +++ b/connector_base_product/i18n/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: connector (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-21 14:26+0000\n" +"POT-Creation-Date: 2015-10-09 10:06+0000\n" "PO-Revision-Date: 2015-06-17 07:37+0000\n" "Last-Translator: <>\n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-connector-8-0/language/zh_CN/)\n" @@ -19,5 +19,6 @@ msgstr "" #. module: connector_base_product #: view:product.product:connector_base_product.product_normal_form_view +#: view:product.template:connector_base_product.product_template_common_form msgid "Connectors" msgstr "连接器" From c2c9c50d2f3b3c76db0181ba181763338486fb55 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:20:19 +0200 Subject: [PATCH 10/34] [MIG] Make modules uninstallable --- connector_base_product/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index 4a11d1f8b..dba31dae7 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -37,5 +37,5 @@ 'data': [ 'product_view.xml' ], - 'installable': True, + 'installable': False, } From 3f7592965027e061750d57b793bd5c1e8f0f4f2a Mon Sep 17 00:00:00 2001 From: "Atchuthan, Sodexis" Date: Thu, 10 Mar 2016 20:41:16 +0530 Subject: [PATCH 11/34] [PORT][9.0] connector_base_product --- connector_base_product/__openerp__.py | 28 ++++--------------- connector_base_product/i18n/ca.po | 12 ++++---- connector_base_product/i18n/de.po | 12 ++++---- connector_base_product/i18n/es.po | 12 ++++---- connector_base_product/i18n/fr.po | 12 ++++---- connector_base_product/i18n/hu.po | 12 ++++---- connector_base_product/i18n/it.po | 12 ++++---- connector_base_product/i18n/nl.po | 12 ++++---- connector_base_product/i18n/pt_BR.po | 14 +++++----- connector_base_product/i18n/sl.po | 14 +++++----- connector_base_product/i18n/zh_CN.po | 12 ++++---- .../{ => views}/product_view.xml | 0 12 files changed, 68 insertions(+), 84 deletions(-) rename connector_base_product/{ => views}/product_view.xml (100%) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index dba31dae7..fe2c8f30b 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -1,26 +1,10 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: David BEAL, Copyright Akretion, 2014 -# -# 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 . -# -############################################################################## +# © 2014 David BEAL Akretion, Sodexis +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). {'name': 'Connector Base Product', - 'version': '8.0.1.0.0', - 'author': "Openerp Connector Core Editors,Odoo Community Association (OCA)", + 'version': '9.0.1.0.0', + 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', 'category': 'Connector', @@ -35,7 +19,7 @@ 'product', ], 'data': [ - 'product_view.xml' + 'views/product_view.xml' ], - 'installable': False, + 'installable': True, } diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po index 313ac6aba..f8f7fa5a3 100644 --- a/connector_base_product/i18n/ca.po +++ b/connector_base_product/i18n/ca.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/ca/)\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-connector-9-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form msgid "Connectors" msgstr "Connectors" diff --git a/connector_base_product/i18n/de.po b/connector_base_product/i18n/de.po index 84e5a538a..492b24fcb 100644 --- a/connector_base_product/i18n/de.po +++ b/connector_base_product/i18n/de.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/de/)\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-connector-9-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index 6428376d4..6c41db4cd 100644 --- a/connector_base_product/i18n/es.po +++ b/connector_base_product/i18n/es.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-connector-9-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index b5b49152b..66623c54a 100644 --- a/connector_base_product/i18n/fr.po +++ b/connector_base_product/i18n/fr.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-connector-9-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index a406269d9..8d55a4504 100644 --- a/connector_base_product/i18n/hu.po +++ b/connector_base_product/i18n/hu.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-connector-9-0/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index 69bcb3c65..751572e31 100644 --- a/connector_base_product/i18n/it.po +++ b/connector_base_product/i18n/it.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-connector-9-0/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index e0ddda0b6..70bba5e73 100644 --- a/connector_base_product/i18n/nl.po +++ b/connector_base_product/i18n/nl.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-connector-9-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index 19a9b1573..72641b9f4 100644 --- a/connector_base_product/i18n/pt_BR.po +++ b/connector_base_product/i18n/pt_BR.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-07-20 19:08+0000\n" -"Last-Translator: danimaribeiro \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-connector-8-0/language/pt_BR/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index edcf1f268..58959a352 100644 --- a/connector_base_product/i18n/sl.po +++ b/connector_base_product/i18n/sl.po @@ -6,12 +6,12 @@ # Matjaž Mozetič , 2015 msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-07-01 12:37+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-connector-8-0/language/sl/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,7 +19,7 @@ msgstr "" "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 -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index 2b2996353..e060e5fcf 100644 --- a/connector_base_product/i18n/zh_CN.po +++ b/connector_base_product/i18n/zh_CN.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: connector (8.0)\n" +"Project-Id-Version: connector (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\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-8-0/language/zh_CN/)\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-connector-9-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form +#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form msgid "Connectors" msgstr "连接器" diff --git a/connector_base_product/product_view.xml b/connector_base_product/views/product_view.xml similarity index 100% rename from connector_base_product/product_view.xml rename to connector_base_product/views/product_view.xml From 79fc01a0ab3c6bf426709c5d77ae27e0001c1122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 15 Aug 2016 18:55:02 +0200 Subject: [PATCH 12/34] [FIX] remove en.po that was erroneously created by transbot --- connector_base_product/i18n/en.po | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 connector_base_product/i18n/en.po diff --git a/connector_base_product/i18n/en.po b/connector_base_product/i18n/en.po deleted file mode 100644 index be870148a..000000000 --- a/connector_base_product/i18n/en.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * connector_base_product -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: connector (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 10:06+0000\n" -"PO-Revision-Date: 2015-06-17 07:37+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-connector-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: connector_base_product -#: view:product.product:connector_base_product.product_normal_form_view -#: view:product.template:connector_base_product.product_template_common_form -msgid "Connectors" -msgstr "Connectors" From 7ea1da31250a467b8478db151e785982102341c0 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Oct 2016 09:54:39 +0200 Subject: [PATCH 13/34] Set addons uninstallable --- connector_base_product/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__openerp__.py index fe2c8f30b..a01fc7541 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__openerp__.py @@ -21,5 +21,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': True, + 'installable': False, } From 6a58fac6d6a1fea67c4bffa4c924f955d3f64865 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 15 May 2017 11:37:15 +0200 Subject: [PATCH 14/34] [MIG] connector_base_product: Migrated to 10.0 --- connector_base_product/{__openerp__.py => __manifest__.py} | 4 ++-- connector_base_product/views/product_view.xml | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) rename connector_base_product/{__openerp__.py => __manifest__.py} (91%) diff --git a/connector_base_product/__openerp__.py b/connector_base_product/__manifest__.py similarity index 91% rename from connector_base_product/__openerp__.py rename to connector_base_product/__manifest__.py index a01fc7541..79a254189 100644 --- a/connector_base_product/__openerp__.py +++ b/connector_base_product/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). {'name': 'Connector Base Product', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', @@ -21,5 +21,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': False, + 'installable': True, } diff --git a/connector_base_product/views/product_view.xml b/connector_base_product/views/product_view.xml index 5ad318f78..cfec3f15c 100644 --- a/connector_base_product/views/product_view.xml +++ b/connector_base_product/views/product_view.xml @@ -5,8 +5,7 @@ The licence is in the file __openerp__.py --> - - + @@ -39,5 +38,4 @@ - - + From 6a73a7c06c07a363e0bc5858133ef5d86234af70 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 3 Oct 2017 10:16:49 +0200 Subject: [PATCH 15/34] [MIG] Set modules uninstallable --- connector_base_product/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py index 79a254189..754635402 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -21,5 +21,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': True, + 'installable': False, } From 09302ee4b046205ad080bb7b8cfe5c6a1d8bc40d Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 3 Oct 2017 10:37:57 +0200 Subject: [PATCH 16/34] Make addons installable --- connector_base_product/__manifest__.py | 4 ++-- connector_base_product/i18n/ca.po | 7 ++++--- .../i18n/connector_base_product.pot | 21 +++++++++++++++++++ connector_base_product/i18n/de.po | 7 ++++--- connector_base_product/i18n/es.po | 7 ++++--- connector_base_product/i18n/fr.po | 7 ++++--- connector_base_product/i18n/hu.po | 7 ++++--- connector_base_product/i18n/it.po | 7 ++++--- connector_base_product/i18n/nl.po | 7 ++++--- connector_base_product/i18n/pt_BR.po | 7 ++++--- connector_base_product/i18n/sl.po | 10 +++++---- connector_base_product/i18n/zh_CN.po | 7 ++++--- 12 files changed, 65 insertions(+), 33 deletions(-) create mode 100644 connector_base_product/i18n/connector_base_product.pot diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py index 754635402..8256e4f0e 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). {'name': 'Connector Base Product', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', @@ -21,5 +21,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': False, + 'installable': True, } diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po index f8f7fa5a3..280ecb5f3 100644 --- a/connector_base_product/i18n/ca.po +++ b/connector_base_product/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product 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..c526f3d99 --- /dev/null +++ b/connector_base_product/i18n/connector_base_product.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_base_product +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.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:ir.ui.view,arch_db:connector_base_product.product_normal_form_view +#: model: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 index 492b24fcb..520987c26 100644 --- a/connector_base_product/i18n/de.po +++ b/connector_base_product/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/es.po b/connector_base_product/i18n/es.po index 6c41db4cd..efb2e1f63 100644 --- a/connector_base_product/i18n/es.po +++ b/connector_base_product/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/fr.po b/connector_base_product/i18n/fr.po index 66623c54a..fa0f914cb 100644 --- a/connector_base_product/i18n/fr.po +++ b/connector_base_product/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/hu.po b/connector_base_product/i18n/hu.po index 8d55a4504..2542e5425 100644 --- a/connector_base_product/i18n/hu.po +++ b/connector_base_product/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/it.po b/connector_base_product/i18n/it.po index 751572e31..d1f7b549b 100644 --- a/connector_base_product/i18n/it.po +++ b/connector_base_product/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/nl.po b/connector_base_product/i18n/nl.po index 70bba5e73..ec189a894 100644 --- a/connector_base_product/i18n/nl.po +++ b/connector_base_product/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/pt_BR.po b/connector_base_product/i18n/pt_BR.po index 72641b9f4..0d380d7c6 100644 --- a/connector_base_product/i18n/pt_BR.po +++ b/connector_base_product/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product diff --git a/connector_base_product/i18n/sl.po b/connector_base_product/i18n/sl.po index 58959a352..b1015334c 100644 --- a/connector_base_product/i18n/sl.po +++ b/connector_base_product/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: # Matjaž Mozetič , 2015 msgid "" @@ -11,12 +11,14 @@ msgstr "" "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-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" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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:ir.ui.view,arch_db:connector_base_product.product_normal_form_view diff --git a/connector_base_product/i18n/zh_CN.po b/connector_base_product/i18n/zh_CN.po index e060e5fcf..7be6d6ef1 100644 --- a/connector_base_product/i18n/zh_CN.po +++ b/connector_base_product/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * connector_base_product -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "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-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" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: connector_base_product From f56d856d8f27fb86ec499854a3f1acb3daeb4c13 Mon Sep 17 00:00:00 2001 From: OCA git bot Date: Thu, 27 Sep 2018 01:59:42 +0200 Subject: [PATCH 17/34] [MIG] Make modules uninstallable --- connector_base_product/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py index 8256e4f0e..c874e35be 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -21,5 +21,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': True, + 'installable': False, } From 542fc9aed65e3e016133c85eb2e96d2a6a6bd72d Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 26 Nov 2018 09:47:04 +0100 Subject: [PATCH 18/34] Migrate connector_base_product to 12.0 --- connector_base_product/README.rst | 76 ++++ connector_base_product/__manifest__.py | 11 +- connector_base_product/i18n/ca.po | 4 +- .../i18n/connector_base_product.pot | 6 +- connector_base_product/i18n/de.po | 4 +- connector_base_product/i18n/es.po | 4 +- connector_base_product/i18n/fr.po | 4 +- connector_base_product/i18n/hu.po | 4 +- connector_base_product/i18n/it.po | 4 +- connector_base_product/i18n/nl.po | 4 +- connector_base_product/i18n/pt_BR.po | 4 +- connector_base_product/i18n/sl.po | 4 +- connector_base_product/i18n/zh_CN.po | 4 +- .../readme/CONTRIBUTORS.rst | 4 + connector_base_product/readme/DESCRIPTION.rst | 1 + .../static/description/icon.png | Bin 0 -> 9455 bytes .../static/description/index.html | 422 ++++++++++++++++++ 17 files changed, 528 insertions(+), 32 deletions(-) create mode 100644 connector_base_product/README.rst create mode 100644 connector_base_product/readme/CONTRIBUTORS.rst create mode 100644 connector_base_product/readme/DESCRIPTION.rst create mode 100644 connector_base_product/static/description/icon.png create mode 100644 connector_base_product/static/description/index.html diff --git a/connector_base_product/README.rst b/connector_base_product/README.rst new file mode 100644 index 000000000..f90bade88 --- /dev/null +++ b/connector_base_product/README.rst @@ -0,0 +1,76 @@ +====================== +Connector Base Product +====================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Fconnector-lightgray.png?logo=github + :target: https://github.com/OCA/connector/tree/12.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-12-0/connector-12-0-connector_base_product + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/102/12.0 + :alt: Try me on Runbot + +|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 smashing 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) + +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/__manifest__.py b/connector_base_product/__manifest__.py index c874e35be..0c34fdc87 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -1,19 +1,12 @@ -# -*- coding: utf-8 -*- # © 2014 David BEAL Akretion, Sodexis # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). {'name': 'Connector Base Product', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', 'license': 'AGPL-3', 'category': 'Connector', - 'description': """ -Connector Base Product -====================== - -Add 'Connector' tab to product view -""", 'depends': [ 'connector', 'product', @@ -21,5 +14,5 @@ 'data': [ 'views/product_view.xml' ], - 'installable': False, + 'installable': True, } diff --git a/connector_base_product/i18n/ca.po b/connector_base_product/i18n/ca.po index 280ecb5f3..38c95327a 100644 --- a/connector_base_product/i18n/ca.po +++ b/connector_base_product/i18n/ca.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index c526f3d99..2319e9c0d 100644 --- a/connector_base_product/i18n/connector_base_product.pot +++ b/connector_base_product/i18n/connector_base_product.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,8 +14,8 @@ msgstr "" "Plural-Forms: \n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index 520987c26..b140b176f 100644 --- a/connector_base_product/i18n/de.po +++ b/connector_base_product/i18n/de.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index efb2e1f63..96800c284 100644 --- a/connector_base_product/i18n/es.po +++ b/connector_base_product/i18n/es.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index fa0f914cb..1c3353471 100644 --- a/connector_base_product/i18n/fr.po +++ b/connector_base_product/i18n/fr.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index 2542e5425..1fa7973ba 100644 --- a/connector_base_product/i18n/hu.po +++ b/connector_base_product/i18n/hu.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index d1f7b549b..a0bfdc8e9 100644 --- a/connector_base_product/i18n/it.po +++ b/connector_base_product/i18n/it.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index ec189a894..5592aaf48 100644 --- a/connector_base_product/i18n/nl.po +++ b/connector_base_product/i18n/nl.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index 0d380d7c6..4a66b59e0 100644 --- a/connector_base_product/i18n/pt_BR.po +++ b/connector_base_product/i18n/pt_BR.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index b1015334c..8820dfe9c 100644 --- a/connector_base_product/i18n/sl.po +++ b/connector_base_product/i18n/sl.po @@ -21,7 +21,7 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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 index 7be6d6ef1..b02e55b25 100644 --- a/connector_base_product/i18n/zh_CN.po +++ b/connector_base_product/i18n/zh_CN.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: connector_base_product -#: model:ir.ui.view,arch_db:connector_base_product.product_normal_form_view -#: model:ir.ui.view,arch_db:connector_base_product.product_template_common_form +#: 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/readme/CONTRIBUTORS.rst b/connector_base_product/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..9e9298ed4 --- /dev/null +++ b/connector_base_product/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* David BEAL (Akretion) +* Guewen Baconnier (Camptocamp) +* Atchuthan, Sodexis +* Florent Thomas (Mind and Go) diff --git a/connector_base_product/readme/DESCRIPTION.rst b/connector_base_product/readme/DESCRIPTION.rst new file mode 100644 index 000000000..e04902d79 --- /dev/null +++ b/connector_base_product/readme/DESCRIPTION.rst @@ -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 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 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 z 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 Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/connector_base_product/static/description/index.html b/connector_base_product/static/description/index.html new file mode 100644 index 000000000..744b33716 --- /dev/null +++ b/connector_base_product/static/description/index.html @@ -0,0 +1,422 @@ + + + + + + +Connector Base Product + + + +
+

Connector Base Product

+ + +

Beta License: AGPL-3 OCA/connector Translate me on Weblate Try me on Runbot

+

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 smashing 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)
  • +
+
+
+

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.

+
+
+
+ + From ad5aaca16c2df93c3571f36879028df8b0c326c1 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 14 Oct 2019 11:33:03 +0200 Subject: [PATCH 19/34] [12.0][CHG] base_rest: Use more permissive licence: AGPL-> LGPL --- connector_base_product/README.rst | 6 +++--- connector_base_product/__manifest__.py | 4 ++-- connector_base_product/static/description/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/connector_base_product/README.rst b/connector_base_product/README.rst index f90bade88..6d140e014 100644 --- a/connector_base_product/README.rst +++ b/connector_base_product/README.rst @@ -10,9 +10,9 @@ Connector Base Product .. |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 +.. |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/12.0/connector_base_product :alt: OCA/connector diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py index 0c34fdc87..35ab1db30 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -1,11 +1,11 @@ # © 2014 David BEAL Akretion, Sodexis -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). {'name': 'Connector Base Product', 'version': '12.0.1.0.0', 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", 'website': 'http://odoo-connector.com', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'category': 'Connector', 'depends': [ 'connector', diff --git a/connector_base_product/static/description/index.html b/connector_base_product/static/description/index.html index 744b33716..eecbf12c8 100644 --- a/connector_base_product/static/description/index.html +++ b/connector_base_product/static/description/index.html @@ -367,7 +367,7 @@

Connector Base Product

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/connector Translate me on Weblate Try me on Runbot

+

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

Add ‘Connector’ tab to product view

Table of contents

From 16dd6a96cbab9ccc0e379bbc4346a6acc7f08a0d Mon Sep 17 00:00:00 2001 From: Hai Lang Date: Sun, 16 May 2021 17:00:33 +0700 Subject: [PATCH 20/34] [IMP] connector_base_product: black, isort, prettier --- connector_base_product/__init__.py | 1 - connector_base_product/__manifest__.py | 29 +++++++++---------- connector_base_product/views/product_view.xml | 6 +--- 3 files changed, 15 insertions(+), 21 deletions(-) diff --git a/connector_base_product/__init__.py b/connector_base_product/__init__.py index 40a96afc6..e69de29bb 100644 --- a/connector_base_product/__init__.py +++ b/connector_base_product/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/connector_base_product/__manifest__.py b/connector_base_product/__manifest__.py index 35ab1db30..e991e83d8 100644 --- a/connector_base_product/__manifest__.py +++ b/connector_base_product/__manifest__.py @@ -1,18 +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': '12.0.1.0.0', - 'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)", - 'website': 'http://odoo-connector.com', - 'license': 'LGPL-3', - 'category': 'Connector', - 'depends': [ - 'connector', - 'product', - ], - 'data': [ - 'views/product_view.xml' - ], - 'installable': True, - } +{ + "name": "Connector Base Product", + "version": "14.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/views/product_view.xml b/connector_base_product/views/product_view.xml index cfec3f15c..23f6443ff 100644 --- a/connector_base_product/views/product_view.xml +++ b/connector_base_product/views/product_view.xml @@ -1,10 +1,8 @@ - - + - @@ -36,6 +34,4 @@ - - From fbf97c90316f5eb0aa04e7e465d83969e9acbdb8 Mon Sep 17 00:00:00 2001 From: Hai Lang Date: Sun, 16 May 2021 17:07:07 +0700 Subject: [PATCH 21/34] [MIG] connector_base_product: Migration to 14.0 --- connector_base_product/README.rst | 10 +++++----- connector_base_product/static/description/index.html | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/connector_base_product/README.rst b/connector_base_product/README.rst index 6d140e014..8e4a57d80 100644 --- a/connector_base_product/README.rst +++ b/connector_base_product/README.rst @@ -14,13 +14,13 @@ Connector Base Product :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/12.0/connector_base_product + :target: https://github.com/OCA/connector/tree/14.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-12-0/connector-12-0-connector_base_product + :target: https://translation.odoo-community.org/projects/connector-14-0/connector-14-0-connector_base_product :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/102/12.0 + :target: https://runbot.odoo-community.org/runbot/102/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,7 +38,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -71,6 +71,6 @@ 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. +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/static/description/index.html b/connector_base_product/static/description/index.html index eecbf12c8..279dcf0cf 100644 --- a/connector_base_product/static/description/index.html +++ b/connector_base_product/static/description/index.html @@ -3,7 +3,7 @@ - + Connector Base Product -
-

Connector Base Product

+
+ + +Odoo Community Association + +
+

Connector Base Product

-

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

+

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

Add ‘Connector’ tab to product view

Table of contents

@@ -384,23 +389,23 @@

Connector Base Product

-

Bug Tracker

+

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.

+feedback.

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

-

Credits

+

Credits

-

Authors

+

Authors

  • Openerp Connector Core Editors
-

Contributors

+

Contributors

  • David BEAL (Akretion)
  • Guewen Baconnier (Camptocamp)
  • @@ -410,7 +415,7 @@

    Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -418,10 +423,11 @@

Maintainers

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.

+

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.

+