Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] connector_base_product: Migration to 18.0 #498

Open
wants to merge 35 commits into
base: 18.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
69d21b3
[ADD] connector_base_product module to avoid ecommerce addons depende…
bealdav Feb 4, 2014
9981774
[FIX] fix __openerp__.py
bealdav Feb 4, 2014
ba9844e
pep8 / flake8 fixes
guewen Jul 4, 2014
59cd6f8
Use the new links for websites (with odoo) and for the prestashop
guewen Nov 21, 2014
e60be08
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
40a626b
Re add notebook page on product template
flotho Sep 17, 2015
6ff4a2d
Change name of the view
flotho Sep 23, 2015
3f9ac07
Change model of the view
flotho Sep 23, 2015
8cefb3c
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
cea595c
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
452fe0b
[PORT][9.0] connector_base_product
atchuthan Mar 10, 2016
e484c2c
[FIX] remove en.po that was erroneously created by transbot
sbidoul Aug 15, 2016
85820c4
Set addons uninstallable
guewen Oct 3, 2016
5c2e6f8
[MIG] connector_base_product: Migrated to 10.0
lmignon May 15, 2017
ab15110
[MIG] Set modules uninstallable
guewen Oct 3, 2017
4fd3813
Make addons installable
guewen Oct 3, 2017
6c05aaa
[MIG] Make modules uninstallable
OCA-git-bot Sep 26, 2018
a864866
Migrate connector_base_product to 12.0
guewen Nov 26, 2018
6c2f84b
[12.0][CHG] base_rest: Use more permissive licence: AGPL-> LGPL
lmignon Oct 14, 2019
45eec9b
[IMP] connector_base_product: black, isort, prettier
hailangvn May 16, 2021
2549e87
[MIG] connector_base_product: Migration to 14.0
hailangvn May 16, 2021
10b8259
[UPD] Update connector_base_product.pot
oca-travis Jun 5, 2021
768c71d
[UPD] README.rst
OCA-git-bot Jun 5, 2021
b2f99d5
Initialize 15.0 branch
lmignon Nov 25, 2021
d031621
[MIG] connector_base_product 15.0
flachica Aug 5, 2022
10bebe2
[16.0][MIG] connector_base_product: Migration to 16.0
asierneiradev Sep 30, 2022
913efb7
[UPD] Update connector_base_product.pot
Mar 6, 2023
6015207
[UPD] README.rst
OCA-git-bot Mar 6, 2023
5edd2f7
[UPD] README.rst
OCA-git-bot Sep 3, 2023
b28a179
[IMP] connector_base_module: pre-commit auto fixes
john-herholz-dt Dec 21, 2023
51fb948
[MIG] connector_base_product: Migration to 17.0
john-herholz-dt Dec 21, 2023
d2b0788
[UPD] Update connector_base_product.pot
Jul 28, 2024
b8481f6
[BOT] post-merge updates
OCA-git-bot Jul 28, 2024
7f76d87
[IMP] connector_base_product: pre-commit auto fixes
yankinmax Jan 7, 2025
46d461f
[MIG] connector_base_product: Migration to 18.0
yankinmax Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions connector_base_product/README.rst

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe changes to README.rst should be in [IMP] connector_base_product: pre-commit auto fixes

Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
======================
Connector Base Product
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:dd828a411debc486cd4745ec5709ce242fc6e0227de6907f18febb8d8df4b229
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/18.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-18-0/connector-18-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=18.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 <https://github.com/OCA/connector/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 <https://github.com/OCA/connector/issues/new?body=module:%20connector_base_product%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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 <[email protected]>

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 <https://github.com/OCA/connector/tree/18.0/connector_base_product>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
17 changes: 17 additions & 0 deletions connector_base_product/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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": "18.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,
}
25 changes: 25 additions & 0 deletions connector_base_product/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -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"
20 changes: 20 additions & 0 deletions connector_base_product/i18n/connector_base_product.pot
Original file line number Diff line number Diff line change
@@ -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 17.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 ""
25 changes: 25 additions & 0 deletions connector_base_product/i18n/de.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/es.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/hu.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/it.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -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"
27 changes: 27 additions & 0 deletions connector_base_product/i18n/sl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * connector_base_product
#
# Translators:
# Matjaž Mozetič <[email protected]>, 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 <[email protected]>\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"
25 changes: 25 additions & 0 deletions connector_base_product/i18n/zh_CN.po
Original file line number Diff line number Diff line change
@@ -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 "连接器"
3 changes: 3 additions & 0 deletions connector_base_product/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
5 changes: 5 additions & 0 deletions connector_base_product/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- David BEAL (Akretion)
- Guewen Baconnier (Camptocamp)
- Atchuthan, Sodexis
- Florent Thomas (Mind and Go)
- Fernando La Chica \<<[email protected]>\>
1 change: 1 addition & 0 deletions connector_base_product/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add 'Connector' tab to product view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading