-
-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by StefanRijnhart
- Loading branch information
Showing
56 changed files
with
3,235 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
==================== | ||
Product Manufacturer | ||
==================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:14e63fcb6d6642b61251bfb8c6df337b90c8ae1108b83f81597ff12149b72b8a | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Fproduct--attribute-lightgray.png?logo=github | ||
:target: https://github.com/OCA/product-attribute/tree/17.0/product_manufacturer | ||
:alt: OCA/product-attribute | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_manufacturer | ||
: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/product-attribute&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
A module that adds manufacturers and attributes on the product form. | ||
|
||
You can now define the following for a product | ||
---------------------------------------------- | ||
|
||
- Manufacturer | ||
- Manufacturer Product Name | ||
- Manufacturer Product Code | ||
- Manufacturer Product URL | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/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/product-attribute/issues/new?body=module:%20product_manufacturer%0Aversion:%2017.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 SA | ||
|
||
Contributors | ||
------------ | ||
|
||
- Odoo S.A. | ||
- Acysos SL <[email protected]> | ||
- Ray Carnes <[email protected]> | ||
- Miquel Raïch <[email protected]> | ||
- Lois Rilo <[email protected]> | ||
- Guewen Baconnier <[email protected]> | ||
- Héctor Villarreal <[email protected]> | ||
- Mantas Šniukas <[email protected]> | ||
- Nils Coenen <[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/product-attribute <https://github.com/OCA/product-attribute/tree/17.0/product_manufacturer>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Product Manufacturer", | ||
"version": "17.0.1.0.0", | ||
"summary": "Adds manufacturers and attributes on the product view.", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"author": "OpenERP SA, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"category": "Product", | ||
"depends": ["product"], | ||
"data": ["views/product_manufacturer_view.xml"], | ||
"auto_install": False, | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_manufacturer | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-05 02:43+0000\n" | ||
"PO-Revision-Date: 2017-05-05 02:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2016\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_id | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_id | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_product_view_form_easy_inherit_product_manufacturer | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view | ||
msgid "Manufacturer" | ||
msgstr "مصنّع" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pref | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pref | ||
msgid "Manufacturer Product Code" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pname | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pname | ||
msgid "Manufacturer Product Name" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_purl | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_purl | ||
msgid "Manufacturer Product URL" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_product | ||
msgid "Product Variant" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_manufacturer | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-05 02:43+0000\n" | ||
"PO-Revision-Date: 2017-05-05 02:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2016\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"Language: bg\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: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_id | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_id | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_product_view_form_easy_inherit_product_manufacturer | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view | ||
msgid "Manufacturer" | ||
msgstr "Производител" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pref | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pref | ||
msgid "Manufacturer Product Code" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pname | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pname | ||
msgid "Manufacturer Product Name" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_purl | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_purl | ||
msgid "Manufacturer Product URL" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_product | ||
msgid "Product Variant" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_manufacturer | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-05 02:43+0000\n" | ||
"PO-Revision-Date: 2017-05-05 02:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2016\n" | ||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" | ||
"Language: bs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_id | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_id | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_product_view_form_easy_inherit_product_manufacturer | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view | ||
msgid "Manufacturer" | ||
msgstr "Proizvođač" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pref | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pref | ||
msgid "Manufacturer Product Code" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pname | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pname | ||
msgid "Manufacturer Product Name" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_purl | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_purl | ||
msgid "Manufacturer Product URL" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_product | ||
msgid "Product Variant" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_manufacturer | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-05 02:43+0000\n" | ||
"PO-Revision-Date: 2022-04-13 10:05+0000\n" | ||
"Last-Translator: Noel estudillo <[email protected]>\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_id | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_id | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_product_view_form_easy_inherit_product_manufacturer | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view | ||
msgid "Manufacturer" | ||
msgstr "Fabricant" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pref | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pref | ||
msgid "Manufacturer Product Code" | ||
msgstr "Manufacturer Codi de producte" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pname | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pname | ||
msgid "Manufacturer Product Name" | ||
msgstr "Manufacturer nom del producte" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_purl | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_purl | ||
msgid "Manufacturer Product URL" | ||
msgstr "Manufacturer URL del producte" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_product | ||
msgid "Product Variant" | ||
msgstr "" | ||
|
||
#~ msgid "Product Template" | ||
#~ msgstr "Plantilla de producte" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_manufacturer | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-05 02:43+0000\n" | ||
"PO-Revision-Date: 2017-05-05 02:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2016\n" | ||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" | ||
"Language: cs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_id | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_id | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_product_view_form_easy_inherit_product_manufacturer | ||
#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view | ||
msgid "Manufacturer" | ||
msgstr "Výrobce" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pref | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pref | ||
msgid "Manufacturer Product Code" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_pname | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_pname | ||
msgid "Manufacturer Product Name" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer_purl | ||
#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer_purl | ||
msgid "Manufacturer Product URL" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: product_manufacturer | ||
#: model:ir.model,name:product_manufacturer.model_product_product | ||
msgid "Product Variant" | ||
msgstr "" |
Oops, something went wrong.