From c089f9d7ff3e037001b1304cbd7ea0ac01a348b9 Mon Sep 17 00:00:00 2001 From: acysos Date: Thu, 4 Dec 2014 00:44:49 +0100 Subject: [PATCH 01/16] [ADD] product_manufacturer: add module removed in Odoo 8.0 --- product_manufacturer/README.rst | 8 +++++ product_manufacturer/__init__.py | 21 +++++++++++ product_manufacturer/__openerp__.py | 33 +++++++++++++++++ product_manufacturer/i18n/ar.po | 34 ++++++++++++++++++ product_manufacturer/i18n/bg.po | 34 ++++++++++++++++++ product_manufacturer/i18n/bs.po | 34 ++++++++++++++++++ product_manufacturer/i18n/ca.po | 34 ++++++++++++++++++ product_manufacturer/i18n/cs.po | 34 ++++++++++++++++++ product_manufacturer/i18n/da.po | 34 ++++++++++++++++++ product_manufacturer/i18n/de.po | 34 ++++++++++++++++++ product_manufacturer/i18n/el.po | 34 ++++++++++++++++++ product_manufacturer/i18n/es.po | 34 ++++++++++++++++++ product_manufacturer/i18n/es_AR.po | 34 ++++++++++++++++++ product_manufacturer/i18n/es_CR.po | 34 ++++++++++++++++++ product_manufacturer/i18n/es_EC.po | 34 ++++++++++++++++++ product_manufacturer/i18n/es_MX.po | 36 +++++++++++++++++++ product_manufacturer/i18n/es_VE.po | 35 ++++++++++++++++++ product_manufacturer/i18n/et.po | 34 ++++++++++++++++++ product_manufacturer/i18n/fi.po | 34 ++++++++++++++++++ product_manufacturer/i18n/fr.po | 34 ++++++++++++++++++ product_manufacturer/i18n/gl.po | 34 ++++++++++++++++++ product_manufacturer/i18n/hr.po | 34 ++++++++++++++++++ product_manufacturer/i18n/hu.po | 34 ++++++++++++++++++ product_manufacturer/i18n/it.po | 34 ++++++++++++++++++ product_manufacturer/i18n/ja.po | 34 ++++++++++++++++++ product_manufacturer/i18n/lt.po | 34 ++++++++++++++++++ product_manufacturer/i18n/lv.po | 34 ++++++++++++++++++ product_manufacturer/i18n/mk.po | 34 ++++++++++++++++++ product_manufacturer/i18n/mn.po | 34 ++++++++++++++++++ product_manufacturer/i18n/nb.po | 34 ++++++++++++++++++ product_manufacturer/i18n/nl.po | 34 ++++++++++++++++++ product_manufacturer/i18n/pl.po | 34 ++++++++++++++++++ .../i18n/product_manufacturer.pot | 34 ++++++++++++++++++ product_manufacturer/i18n/pt.po | 34 ++++++++++++++++++ product_manufacturer/i18n/pt_BR.po | 34 ++++++++++++++++++ product_manufacturer/i18n/ro.po | 34 ++++++++++++++++++ product_manufacturer/i18n/ru.po | 34 ++++++++++++++++++ product_manufacturer/i18n/sl.po | 34 ++++++++++++++++++ product_manufacturer/i18n/sr.po | 34 ++++++++++++++++++ product_manufacturer/i18n/sr@latin.po | 34 ++++++++++++++++++ product_manufacturer/i18n/sv.po | 34 ++++++++++++++++++ product_manufacturer/i18n/tr.po | 34 ++++++++++++++++++ product_manufacturer/i18n/zh_CN.po | 34 ++++++++++++++++++ product_manufacturer/i18n/zh_TW.po | 34 ++++++++++++++++++ product_manufacturer/models/__init__.py | 20 +++++++++++ .../models/product_manufacturer.py | 29 +++++++++++++++ .../views/product_manufacturer_view.xml | 22 ++++++++++++ 47 files changed, 1530 insertions(+) create mode 100644 product_manufacturer/README.rst create mode 100644 product_manufacturer/__init__.py create mode 100644 product_manufacturer/__openerp__.py create mode 100644 product_manufacturer/i18n/ar.po create mode 100644 product_manufacturer/i18n/bg.po create mode 100644 product_manufacturer/i18n/bs.po create mode 100644 product_manufacturer/i18n/ca.po create mode 100644 product_manufacturer/i18n/cs.po create mode 100644 product_manufacturer/i18n/da.po create mode 100644 product_manufacturer/i18n/de.po create mode 100644 product_manufacturer/i18n/el.po create mode 100644 product_manufacturer/i18n/es.po create mode 100644 product_manufacturer/i18n/es_AR.po create mode 100644 product_manufacturer/i18n/es_CR.po create mode 100644 product_manufacturer/i18n/es_EC.po create mode 100644 product_manufacturer/i18n/es_MX.po create mode 100644 product_manufacturer/i18n/es_VE.po create mode 100644 product_manufacturer/i18n/et.po create mode 100644 product_manufacturer/i18n/fi.po create mode 100644 product_manufacturer/i18n/fr.po create mode 100644 product_manufacturer/i18n/gl.po create mode 100644 product_manufacturer/i18n/hr.po create mode 100644 product_manufacturer/i18n/hu.po create mode 100644 product_manufacturer/i18n/it.po create mode 100644 product_manufacturer/i18n/ja.po create mode 100644 product_manufacturer/i18n/lt.po create mode 100644 product_manufacturer/i18n/lv.po create mode 100644 product_manufacturer/i18n/mk.po create mode 100644 product_manufacturer/i18n/mn.po create mode 100644 product_manufacturer/i18n/nb.po create mode 100644 product_manufacturer/i18n/nl.po create mode 100644 product_manufacturer/i18n/pl.po create mode 100644 product_manufacturer/i18n/product_manufacturer.pot create mode 100644 product_manufacturer/i18n/pt.po create mode 100644 product_manufacturer/i18n/pt_BR.po create mode 100644 product_manufacturer/i18n/ro.po create mode 100644 product_manufacturer/i18n/ru.po create mode 100644 product_manufacturer/i18n/sl.po create mode 100644 product_manufacturer/i18n/sr.po create mode 100644 product_manufacturer/i18n/sr@latin.po create mode 100644 product_manufacturer/i18n/sv.po create mode 100644 product_manufacturer/i18n/tr.po create mode 100644 product_manufacturer/i18n/zh_CN.po create mode 100644 product_manufacturer/i18n/zh_TW.po create mode 100644 product_manufacturer/models/__init__.py create mode 100644 product_manufacturer/models/product_manufacturer.py create mode 100644 product_manufacturer/views/product_manufacturer_view.xml diff --git a/product_manufacturer/README.rst b/product_manufacturer/README.rst new file mode 100644 index 000000000000..46c54b761d01 --- /dev/null +++ b/product_manufacturer/README.rst @@ -0,0 +1,8 @@ +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 \ No newline at end of file diff --git a/product_manufacturer/__init__.py b/product_manufacturer/__init__.py new file mode 100644 index 000000000000..c777477b9427 --- /dev/null +++ b/product_manufacturer/__init__.py @@ -0,0 +1,21 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2009 Tiny SPRL (). +# +# 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 . +# +############################################################################## + +from . import models diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__openerp__.py new file mode 100644 index 000000000000..e9c9d77e007b --- /dev/null +++ b/product_manufacturer/__openerp__.py @@ -0,0 +1,33 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2009 Tiny SPRL (). +# +# 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': 'Products Manufacturers', + 'version': '1.0', + 'author': 'OpenERP SA', + 'contributors': ['Acysos SL '], + 'category': 'Purchase Management', + 'depends': ['product'], + 'demo': [], + 'data': [ + 'views/product_manufacturer_view.xml' + ], + 'auto_install': False, + 'installable': True, +} diff --git a/product_manufacturer/i18n/ar.po b/product_manufacturer/i18n/ar.po new file mode 100644 index 000000000000..4a14986a7bcb --- /dev/null +++ b/product_manufacturer/i18n/ar.po @@ -0,0 +1,34 @@ +# Arabic translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "كود تصنيع المنتج" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "اسم مصنع المنتج" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "مصنّع" diff --git a/product_manufacturer/i18n/bg.po b/product_manufacturer/i18n/bg.po new file mode 100644 index 000000000000..3646d0101a7a --- /dev/null +++ b/product_manufacturer/i18n/bg.po @@ -0,0 +1,34 @@ +# Bulgarian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Код на производител" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Име на производител" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Производител" diff --git a/product_manufacturer/i18n/bs.po b/product_manufacturer/i18n/bs.po new file mode 100644 index 000000000000..5d5bff5c00bf --- /dev/null +++ b/product_manufacturer/i18n/bs.po @@ -0,0 +1,34 @@ +# Bosnian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-10-30 00:09+0000\n" +"Last-Translator: Bosko Stojakovic \n" +"Language-Team: Bosnian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Proizvođačka šifra artikla" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Proizvođački naziv proizvoda" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Proizvođač" diff --git a/product_manufacturer/i18n/ca.po b/product_manufacturer/i18n/ca.po new file mode 100644 index 000000000000..63bbaf334d2b --- /dev/null +++ b/product_manufacturer/i18n/ca.po @@ -0,0 +1,34 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Codi de producte del fabricant" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nom del producte del fabricant" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricant" diff --git a/product_manufacturer/i18n/cs.po b/product_manufacturer/i18n/cs.po new file mode 100644 index 000000000000..4788940e28d5 --- /dev/null +++ b/product_manufacturer/i18n/cs.po @@ -0,0 +1,34 @@ +# Czech translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-31 10:46+0000\n" +"Last-Translator: Jan Grmela \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Kód výrobku od výrobce" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Název výrobku od výrobce" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Výrobce" diff --git a/product_manufacturer/i18n/da.po b/product_manufacturer/i18n/da.po new file mode 100644 index 000000000000..0e8ade073b56 --- /dev/null +++ b/product_manufacturer/i18n/da.po @@ -0,0 +1,34 @@ +# Danish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-10-14 15:36+0000\n" +"Last-Translator: Morten Schou \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Producent varenummer" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Producent Vare Navn" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Producent" diff --git a/product_manufacturer/i18n/de.po b/product_manufacturer/i18n/de.po new file mode 100644 index 000000000000..a91e8a9950c6 --- /dev/null +++ b/product_manufacturer/i18n/de.po @@ -0,0 +1,34 @@ +# German translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2014-01-25 18:05+0000\n" +"Last-Translator: Ralf Hilgenstock \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-01-26 05:15+0000\n" +"X-Generator: Launchpad (build 16914)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Hersteller-Artikelnummer" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Hersteller-Produktname" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Hersteller" diff --git a/product_manufacturer/i18n/el.po b/product_manufacturer/i18n/el.po new file mode 100644 index 000000000000..8eca7945153a --- /dev/null +++ b/product_manufacturer/i18n/el.po @@ -0,0 +1,34 @@ +# Greek translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Κωδικός Κατασκευαστή" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Όνομα Προϊόντος Κατασκευαστή" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Κατασκευαστής" diff --git a/product_manufacturer/i18n/es.po b/product_manufacturer/i18n/es.po new file mode 100644 index 000000000000..42d405bc867f --- /dev/null +++ b/product_manufacturer/i18n/es.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-09 17:17+0000\n" +"PO-Revision-Date: 2015-01-09 17:17+0000\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: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código producto fabricante" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nombre producto fabricante" + + diff --git a/product_manufacturer/i18n/es_AR.po b/product_manufacturer/i18n/es_AR.po new file mode 100644 index 000000000000..800a19e3e093 --- /dev/null +++ b/product_manufacturer/i18n/es_AR.po @@ -0,0 +1,34 @@ +# Spanish (Argentina) translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2014-06-13 12:41+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Argentina) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-06-14 06:42+0000\n" +"X-Generator: Launchpad (build 17045)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código del Fabricante del Producto" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nombre del Fabricante del Producto" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/es_CR.po b/product_manufacturer/i18n/es_CR.po new file mode 100644 index 000000000000..cf92832e35ef --- /dev/null +++ b/product_manufacturer/i18n/es_CR.po @@ -0,0 +1,34 @@ +# Spanish (Costa Rica) translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Costa Rica) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código producto fabricante" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nombre producto fabricante" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/es_EC.po b/product_manufacturer/i18n/es_EC.po new file mode 100644 index 000000000000..f3db7fe1317e --- /dev/null +++ b/product_manufacturer/i18n/es_EC.po @@ -0,0 +1,34 @@ +# Spanish (Ecuador) translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Ecuador) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/es_MX.po b/product_manufacturer/i18n/es_MX.po new file mode 100644 index 000000000000..337a9fa7c213 --- /dev/null +++ b/product_manufacturer/i18n/es_MX.po @@ -0,0 +1,36 @@ +# Spanish translation for openobject-addons +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2010-12-08 21:40+0000\n" +"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " +"\n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-05 05:46+0000\n" +"X-Generator: Launchpad (build 13830)\n" + +#. module: product_manufacturer +#: model:ir.module.module,description:product_manufacturer.module_meta_information +msgid "A module that add manufacturers and attributes on the product form" +msgstr "" +"Un módulo que añade fabricantes y atributos en el formulario de producto" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nombre producto fabricante" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/es_VE.po b/product_manufacturer/i18n/es_VE.po new file mode 100644 index 000000000000..7961660ed54b --- /dev/null +++ b/product_manufacturer/i18n/es_VE.po @@ -0,0 +1,35 @@ +# Spanish translation for openobject-addons +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2010-12-08 21:40+0000\n" +"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " +"\n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-05 05:46+0000\n" +"X-Generator: Launchpad (build 13830)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código producto fabricante" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nombre producto fabricante" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/et.po b/product_manufacturer/i18n/et.po new file mode 100644 index 000000000000..477692947746 --- /dev/null +++ b/product_manufacturer/i18n/et.po @@ -0,0 +1,34 @@ +# Estonian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-10-09 14:47+0000\n" +"Last-Translator: lyyser \n" +"Language-Team: Estonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Tootja tootekood" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Tootja tootenimi" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Tootja" diff --git a/product_manufacturer/i18n/fi.po b/product_manufacturer/i18n/fi.po new file mode 100644 index 000000000000..841bdde9b33f --- /dev/null +++ b/product_manufacturer/i18n/fi.po @@ -0,0 +1,34 @@ +# Finnish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Valmistajan tuotekoodi" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Valmistajan tuotenimi" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Valmistaja" diff --git a/product_manufacturer/i18n/fr.po b/product_manufacturer/i18n/fr.po new file mode 100644 index 000000000000..1f0586b750d0 --- /dev/null +++ b/product_manufacturer/i18n/fr.po @@ -0,0 +1,34 @@ +# French translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-01-04 11:29+0000\n" +"Last-Translator: Ronan Fontenay \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Code produit du fabriquant" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nom du produit chez le fabricant" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricant" diff --git a/product_manufacturer/i18n/gl.po b/product_manufacturer/i18n/gl.po new file mode 100644 index 000000000000..4abe97177bde --- /dev/null +++ b/product_manufacturer/i18n/gl.po @@ -0,0 +1,34 @@ +# Galician translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código produto fabricante" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nome produto fabricante" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/hr.po b/product_manufacturer/i18n/hr.po new file mode 100644 index 000000000000..ce8ce224d0fa --- /dev/null +++ b/product_manufacturer/i18n/hr.po @@ -0,0 +1,34 @@ +# Croatian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Proizvođačka šifra artikla" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Proizvođački naziv artikla" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Proizvođač" diff --git a/product_manufacturer/i18n/hu.po b/product_manufacturer/i18n/hu.po new file mode 100644 index 000000000000..5127ba6f53e7 --- /dev/null +++ b/product_manufacturer/i18n/hu.po @@ -0,0 +1,34 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Gyártói termékkód" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Gyártói termék megnevezés" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Gyártó" diff --git a/product_manufacturer/i18n/it.po b/product_manufacturer/i18n/it.po new file mode 100644 index 000000000000..e1ec80a530fe --- /dev/null +++ b/product_manufacturer/i18n/it.po @@ -0,0 +1,34 @@ +# Italian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Codice prodotto del produttore" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nome prodotto del produttore" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Produttore" diff --git a/product_manufacturer/i18n/ja.po b/product_manufacturer/i18n/ja.po new file mode 100644 index 000000000000..abe7b7afb56e --- /dev/null +++ b/product_manufacturer/i18n/ja.po @@ -0,0 +1,34 @@ +# Japanese translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "製造者製品コード" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "製造者製品名" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "製造者" diff --git a/product_manufacturer/i18n/lt.po b/product_manufacturer/i18n/lt.po new file mode 100644 index 000000000000..b01fe2db2333 --- /dev/null +++ b/product_manufacturer/i18n/lt.po @@ -0,0 +1,34 @@ +# Lithuanian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-05-07 10:16+0000\n" +"Last-Translator: Paulius Sladkevičius @ hbee \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Produkto kodas" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Produkto pavadinimas" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Gamintojas" diff --git a/product_manufacturer/i18n/lv.po b/product_manufacturer/i18n/lv.po new file mode 100644 index 000000000000..42ea08b9172b --- /dev/null +++ b/product_manufacturer/i18n/lv.po @@ -0,0 +1,34 @@ +# Latvian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2014-02-14 10:44+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-02-15 07:37+0000\n" +"X-Generator: Launchpad (build 16916)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "" diff --git a/product_manufacturer/i18n/mk.po b/product_manufacturer/i18n/mk.po new file mode 100644 index 000000000000..e47d1d5a2c25 --- /dev/null +++ b/product_manufacturer/i18n/mk.po @@ -0,0 +1,34 @@ +# Macedonian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-03-01 15:51+0000\n" +"Last-Translator: Sofce Dimitrijeva \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Код на производителот на производот" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Име на производител на производ" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Производител" diff --git a/product_manufacturer/i18n/mn.po b/product_manufacturer/i18n/mn.po new file mode 100644 index 000000000000..c247c40f65d0 --- /dev/null +++ b/product_manufacturer/i18n/mn.po @@ -0,0 +1,34 @@ +# Mongolian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Mongolian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Үйлдвэрлэгчийн барааны код" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Үйлдвэрлэгчийн барааны нэр" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Үйлдвэрлэгч" diff --git a/product_manufacturer/i18n/nb.po b/product_manufacturer/i18n/nb.po new file mode 100644 index 000000000000..4b166c133928 --- /dev/null +++ b/product_manufacturer/i18n/nb.po @@ -0,0 +1,34 @@ +# Norwegian Bokmal translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Norwegian Bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Produsent produktkode" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Produsents produktnavn" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Produsent" diff --git a/product_manufacturer/i18n/nl.po b/product_manufacturer/i18n/nl.po new file mode 100644 index 000000000000..59239bbc9ee4 --- /dev/null +++ b/product_manufacturer/i18n/nl.po @@ -0,0 +1,34 @@ +# Dutch translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-11-06 20:39+0000\n" +"Last-Translator: Stefan Rijnhart (Therp) \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Productcode fabrikant" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Productomschrijving fabrikant" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabrikant" diff --git a/product_manufacturer/i18n/pl.po b/product_manufacturer/i18n/pl.po new file mode 100644 index 000000000000..b01c9bb058d8 --- /dev/null +++ b/product_manufacturer/i18n/pl.po @@ -0,0 +1,34 @@ +# Polish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Kod producenta produktu" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nazwa produktu u producenta" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Producent" diff --git a/product_manufacturer/i18n/product_manufacturer.pot b/product_manufacturer/i18n/product_manufacturer.pot new file mode 100644 index 000000000000..069a8d4b4e3d --- /dev/null +++ b/product_manufacturer/i18n/product_manufacturer.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-09 17:17+0000\n" +"PO-Revision-Date: 2015-01-09 17:17+0000\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: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "" + + diff --git a/product_manufacturer/i18n/pt.po b/product_manufacturer/i18n/pt.po new file mode 100644 index 000000000000..32a552d081cc --- /dev/null +++ b/product_manufacturer/i18n/pt.po @@ -0,0 +1,34 @@ +# Portuguese translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código do artigo (fabricante)" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nome do artigo (fabricante)" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/pt_BR.po b/product_manufacturer/i18n/pt_BR.po new file mode 100644 index 000000000000..0aabb3c04470 --- /dev/null +++ b/product_manufacturer/i18n/pt_BR.po @@ -0,0 +1,34 @@ +# Brazilian Portuguese translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Código de Fabricação do Produto" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Nome de Fabricação do Produto" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Fabricante" diff --git a/product_manufacturer/i18n/ro.po b/product_manufacturer/i18n/ro.po new file mode 100644 index 000000000000..d38fc603f5b4 --- /dev/null +++ b/product_manufacturer/i18n/ro.po @@ -0,0 +1,34 @@ +# Romanian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-02-17 16:26+0000\n" +"Last-Translator: ERPSystems.ro \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Codul Producatorului Produsului" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Numele Producatorului Produsului" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Producator" diff --git a/product_manufacturer/i18n/ru.po b/product_manufacturer/i18n/ru.po new file mode 100644 index 000000000000..8756a59cd534 --- /dev/null +++ b/product_manufacturer/i18n/ru.po @@ -0,0 +1,34 @@ +# Russian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Код продукта у производителя" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Название используемое производителем" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Производитель" diff --git a/product_manufacturer/i18n/sl.po b/product_manufacturer/i18n/sl.po new file mode 100644 index 000000000000..146b282cbd81 --- /dev/null +++ b/product_manufacturer/i18n/sl.po @@ -0,0 +1,34 @@ +# Slovenian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-02-14 14:10+0000\n" +"Last-Translator: Dušan Laznik (Mentis) \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Dobaviteljeva koda izdelka" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Dobaviteljevo ime izdelka" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Proizvajalec" diff --git a/product_manufacturer/i18n/sr.po b/product_manufacturer/i18n/sr.po new file mode 100644 index 000000000000..a94f8c6aa033 --- /dev/null +++ b/product_manufacturer/i18n/sr.po @@ -0,0 +1,34 @@ +# Serbian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Serbian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Proizvođačka šifra artikla" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Proizvođačev Naziv Proizvoda" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Proizvođač" diff --git a/product_manufacturer/i18n/sr@latin.po b/product_manufacturer/i18n/sr@latin.po new file mode 100644 index 000000000000..47392f942ecb --- /dev/null +++ b/product_manufacturer/i18n/sr@latin.po @@ -0,0 +1,34 @@ +# Serbian Latin translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Serbian Latin \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "" diff --git a/product_manufacturer/i18n/sv.po b/product_manufacturer/i18n/sv.po new file mode 100644 index 000000000000..cf3009c5f42b --- /dev/null +++ b/product_manufacturer/i18n/sv.po @@ -0,0 +1,34 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Tillverkarens produktnummer" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Tillverkarens produktnamn" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Tillverkare" diff --git a/product_manufacturer/i18n/tr.po b/product_manufacturer/i18n/tr.po new file mode 100644 index 000000000000..6fe50e661762 --- /dev/null +++ b/product_manufacturer/i18n/tr.po @@ -0,0 +1,34 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-02-26 16:20+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "Üreticinin Ürün Kodu" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "Üreticinin Ürün Adı" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "Üretici" diff --git a/product_manufacturer/i18n/zh_CN.po b/product_manufacturer/i18n/zh_CN.po new file mode 100644 index 000000000000..97f680e0684e --- /dev/null +++ b/product_manufacturer/i18n/zh_CN.po @@ -0,0 +1,34 @@ +# Chinese (Simplified) translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Chinese (Simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "制造商产品代码" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "制造商产品名称" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "制造商" diff --git a/product_manufacturer/i18n/zh_TW.po b/product_manufacturer/i18n/zh_TW.po new file mode 100644 index 000000000000..685950377bd0 --- /dev/null +++ b/product_manufacturer/i18n/zh_TW.po @@ -0,0 +1,34 @@ +# Chinese (Traditional) translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-06-07 19:37+0000\n" +"PO-Revision-Date: 2013-02-01 04:37+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Chinese (Traditional) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" +"X-Generator: Launchpad (build 16831)\n" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pref:0 +msgid "Manufacturer Product Code" +msgstr "" + +#. module: product_manufacturer +#: field:product.template,manufacturer_pname:0 +msgid "Manufacturer Product Name" +msgstr "" + +#. module: product_manufacturer +#: view:product.template:product_manufacturer.product_template_manufacturer_form_view +#: field:product.template,manufacturer:0 +msgid "Manufacturer" +msgstr "" diff --git a/product_manufacturer/models/__init__.py b/product_manufacturer/models/__init__.py new file mode 100644 index 000000000000..cd463f4b2a77 --- /dev/null +++ b/product_manufacturer/models/__init__.py @@ -0,0 +1,20 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2009 Tiny SPRL (). +# +# 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 . +# +############################################################################## +from . import product_manufacturer diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py new file mode 100644 index 000000000000..e06ea42fcede --- /dev/null +++ b/product_manufacturer/models/product_manufacturer.py @@ -0,0 +1,29 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2009 Tiny SPRL (). +# +# 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 . +# +############################################################################## + +from openerp import models, fields + + +class ProductTemplate(models.Model): + _inherit = 'product.template' + + manufacturer = fields.Many2one('res.partner', 'Manufacturer') + manufacturer_pname = fields.Char('Manufacturer Product Name') + manufacturer_pref = fields.Char('Manufacturer Product Code') diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml new file mode 100644 index 000000000000..b9e77e3b0f84 --- /dev/null +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -0,0 +1,22 @@ + + + + + + product.template.manufacturer.form + product.template + + + + + + + + + + + + + + + From d394df77ccbb076541c01189ab4aad365435c279 Mon Sep 17 00:00:00 2001 From: "Olar Alca [Vauxoo]" Date: Tue, 3 Feb 2015 21:56:58 -0600 Subject: [PATCH 02/16] [IMP] product_manufacturer: Several * New Field Added to store the URL of the product on the manufacturer page. * Added field manufacturer product URL to the product view. * README updated. --- product_manufacturer/README.rst | 3 ++- product_manufacturer/models/product_manufacturer.py | 1 + product_manufacturer/views/product_manufacturer_view.xml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/product_manufacturer/README.rst b/product_manufacturer/README.rst index 46c54b761d01..32d0ff627153 100644 --- a/product_manufacturer/README.rst +++ b/product_manufacturer/README.rst @@ -5,4 +5,5 @@ You can now define the following for a product: ----------------------------------------------- * Manufacturer * Manufacturer Product Name - * Manufacturer Product Code \ No newline at end of file + * Manufacturer Product Code + * Manufacturer Product URL diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py index e06ea42fcede..58956dc99214 100644 --- a/product_manufacturer/models/product_manufacturer.py +++ b/product_manufacturer/models/product_manufacturer.py @@ -27,3 +27,4 @@ class ProductTemplate(models.Model): manufacturer = fields.Many2one('res.partner', 'Manufacturer') manufacturer_pname = fields.Char('Manufacturer Product Name') manufacturer_pref = fields.Char('Manufacturer Product Code') + manufacturer_purl = fields.Char('Manufacturer Product URL') diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index b9e77e3b0f84..7a43007ba274 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -12,6 +12,7 @@ + From 9df7911346517e3d081ab7c8a9264f7543fc3d5f Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 6 Feb 2015 15:30:37 +0100 Subject: [PATCH 03/16] [FIX] product_manufacturer: Add license to manifest + icons --- product_manufacturer/__openerp__.py | 1 + product_manufacturer/static/description/icon.png | Bin 0 -> 9455 bytes 2 files changed, 1 insertion(+) create mode 100644 product_manufacturer/static/description/icon.png diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__openerp__.py index e9c9d77e007b..a0dc70b89cbd 100644 --- a/product_manufacturer/__openerp__.py +++ b/product_manufacturer/__openerp__.py @@ -21,6 +21,7 @@ 'name': 'Products Manufacturers', 'version': '1.0', 'author': 'OpenERP SA', + 'license': 'AGPL-3', 'contributors': ['Acysos SL '], 'category': 'Purchase Management', 'depends': ['product'], diff --git a/product_manufacturer/static/description/icon.png b/product_manufacturer/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From c2e5bd443e798aac29f07ad26bcd8958a8857115 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 13 Feb 2015 12:41:07 +0100 Subject: [PATCH 04/16] [IMP] product_manufacturer: URL widget for product URL --- product_manufacturer/views/product_manufacturer_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 7a43007ba274..651f3dd00ae9 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -12,7 +12,7 @@ - + From 6ded25eccc8895ddb3b56d654394e21632e3fd17 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:26:38 +0100 Subject: [PATCH 05/16] 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. --- product_manufacturer/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__openerp__.py index a0dc70b89cbd..37bb6a455dd7 100644 --- a/product_manufacturer/__openerp__.py +++ b/product_manufacturer/__openerp__.py @@ -20,7 +20,7 @@ { 'name': 'Products Manufacturers', 'version': '1.0', - 'author': 'OpenERP SA', + 'author': "OpenERP SA,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'contributors': ['Acysos SL '], 'category': 'Purchase Management', From 805ab46ad9137ed4561541169e5b31c35423565e Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 24 Aug 2015 12:08:31 +0200 Subject: [PATCH 06/16] [ADD] migration for product_manufacturer --- product_manufacturer/__openerp__.py | 2 +- .../migrations/8.0.1.0/post-migration.py | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 product_manufacturer/migrations/8.0.1.0/post-migration.py diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__openerp__.py index 37bb6a455dd7..3ceb5a1439bd 100644 --- a/product_manufacturer/__openerp__.py +++ b/product_manufacturer/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Products Manufacturers', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "OpenERP SA,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'contributors': ['Acysos SL '], diff --git a/product_manufacturer/migrations/8.0.1.0/post-migration.py b/product_manufacturer/migrations/8.0.1.0/post-migration.py new file mode 100644 index 000000000000..3d1a90e95841 --- /dev/null +++ b/product_manufacturer/migrations/8.0.1.0/post-migration.py @@ -0,0 +1,32 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2015 Therp BV (). +# +# 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 . +# +############################################################################## + + +def migrate(cr, version): + """get our value from product_product""" + cr.execute( + 'update product_template t set ' + 'manufacturer = coalesce(t.manufacturer, p.manufacturer), ' + 'manufacturer_pname = ' + 'coalesce(t.manufacturer_pname, p.manufacturer_pname), ' + 'manufacturer_pref = ' + 'coalesce(t.manufacturer_pref, p.manufacturer_pref) ' + 'from product_product p where p.product_tmpl_id=t.id') From 36e8faecce69b20fa46a164ab3cf25b81f0de34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20Sladkevi=C4=8Dius?= Date: Thu, 28 Apr 2016 18:21:22 +0300 Subject: [PATCH 07/16] product_manufacturer: update view to meet v9 --- product_manufacturer/__openerp__.py | 2 +- .../views/product_manufacturer_view.xml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__openerp__.py index 3ceb5a1439bd..9c5e2fafba8c 100644 --- a/product_manufacturer/__openerp__.py +++ b/product_manufacturer/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Products Manufacturers', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'author': "OpenERP SA,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'contributors': ['Acysos SL '], diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 651f3dd00ae9..5243452149cc 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -7,12 +7,16 @@ product.template - - - - - - + + + + + + + + + + @@ -20,4 +24,3 @@ - From d422705ad060b166a3953f86dfcd8b35c9680c70 Mon Sep 17 00:00:00 2001 From: raycarnes Date: Sat, 15 Oct 2016 10:54:23 -0700 Subject: [PATCH 08/16] Port to v10 --- product_manufacturer/{__openerp__.py => __manifest__.py} | 8 ++++---- product_manufacturer/views/product_manufacturer_view.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) rename product_manufacturer/{__openerp__.py => __manifest__.py} (88%) diff --git a/product_manufacturer/__openerp__.py b/product_manufacturer/__manifest__.py similarity index 88% rename from product_manufacturer/__openerp__.py rename to product_manufacturer/__manifest__.py index 9c5e2fafba8c..c2ecbf5fd688 100644 --- a/product_manufacturer/__openerp__.py +++ b/product_manufacturer/__manifest__.py @@ -18,13 +18,13 @@ # ############################################################################## { - 'name': 'Products Manufacturers', - 'version': '9.0.1.0.0', - 'author': "OpenERP SA,Odoo Community Association (OCA)", + 'name': 'Product Manufacturers', + 'version': '10.0.1.0.0', + 'author': "OpenERP SA, Odoo Community Association (OCA)", 'license': 'AGPL-3', 'contributors': ['Acysos SL '], 'category': 'Purchase Management', - 'depends': ['product'], + 'depends': ['product','stock'], 'demo': [], 'data': [ 'views/product_manufacturer_view.xml' diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 5243452149cc..3d8e3cf1ecec 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -1,11 +1,11 @@ - + product.template.manufacturer.form product.template - + @@ -23,4 +23,4 @@ - + From af8cba1c5365b3523d1ca341dd4ca3be751f473d Mon Sep 17 00:00:00 2001 From: Ray Carnes Date: Sat, 15 Oct 2016 11:28:41 -0700 Subject: [PATCH 09/16] several fixes Add # -*- encoding: utf-8 -*- --- product_manufacturer/__manifest__.py | 3 ++- product_manufacturer/models/product_manufacturer.py | 7 ++++--- .../views/product_manufacturer_view.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/product_manufacturer/__manifest__.py b/product_manufacturer/__manifest__.py index c2ecbf5fd688..031a47562533 100644 --- a/product_manufacturer/__manifest__.py +++ b/product_manufacturer/__manifest__.py @@ -1,3 +1,4 @@ +# coding: utf-8 ############################################################################## # # OpenERP, Open Source Management Solution @@ -24,7 +25,7 @@ 'license': 'AGPL-3', 'contributors': ['Acysos SL '], 'category': 'Purchase Management', - 'depends': ['product','stock'], + 'depends': ['product'], 'demo': [], 'data': [ 'views/product_manufacturer_view.xml' diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py index 58956dc99214..f25a6d9172d5 100644 --- a/product_manufacturer/models/product_manufacturer.py +++ b/product_manufacturer/models/product_manufacturer.py @@ -1,3 +1,4 @@ +# coding: utf-8 ############################################################################## # # OpenERP, Open Source Management Solution @@ -25,6 +26,6 @@ class ProductTemplate(models.Model): _inherit = 'product.template' manufacturer = fields.Many2one('res.partner', 'Manufacturer') - manufacturer_pname = fields.Char('Manufacturer Product Name') - manufacturer_pref = fields.Char('Manufacturer Product Code') - manufacturer_purl = fields.Char('Manufacturer Product URL') + manufacturer_pname = fields.Char('Manuf. Product Name') + manufacturer_pref = fields.Char('Manuf. Product Code') + manufacturer_purl = fields.Char('Manuf. Product URL') diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 3d8e3cf1ecec..0d134a3f2126 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -3,22 +3,22 @@ - product.template.manufacturer.form + product.product_template_form_view product.template - + - + - + - + - + From 6f37dfd13bd34caef029104a75bd0e7e875252e4 Mon Sep 17 00:00:00 2001 From: mreficent Date: Fri, 3 Nov 2017 13:05:48 +0100 Subject: [PATCH 10/16] [8.0][FIX/MIG] product_manufacturer --- .../migrations/8.0.1.0/post-migration.py | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 product_manufacturer/migrations/8.0.1.0/post-migration.py diff --git a/product_manufacturer/migrations/8.0.1.0/post-migration.py b/product_manufacturer/migrations/8.0.1.0/post-migration.py deleted file mode 100644 index 3d1a90e95841..000000000000 --- a/product_manufacturer/migrations/8.0.1.0/post-migration.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# 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 . -# -############################################################################## - - -def migrate(cr, version): - """get our value from product_product""" - cr.execute( - 'update product_template t set ' - 'manufacturer = coalesce(t.manufacturer, p.manufacturer), ' - 'manufacturer_pname = ' - 'coalesce(t.manufacturer_pname, p.manufacturer_pname), ' - 'manufacturer_pref = ' - 'coalesce(t.manufacturer_pref, p.manufacturer_pref) ' - 'from product_product p where p.product_tmpl_id=t.id') From ce13fbc087d8aec9a44161f0b54d30e3a8c5e790 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Fri, 9 Feb 2018 15:20:08 +0100 Subject: [PATCH 11/16] [11.0][MIG] product_manufacturer --- product_manufacturer/README.rst | 63 +++++++++++++++++-- product_manufacturer/__init__.py | 20 +----- product_manufacturer/__manifest__.py | 35 +++-------- product_manufacturer/models/__init__.py | 21 +------ .../models/product_manufacturer.py | 34 +++------- .../views/product_manufacturer_view.xml | 38 ++++++----- 6 files changed, 96 insertions(+), 115 deletions(-) diff --git a/product_manufacturer/README.rst b/product_manufacturer/README.rst index 32d0ff627153..6135712b2a03 100644 --- a/product_manufacturer/README.rst +++ b/product_manufacturer/README.rst @@ -1,9 +1,62 @@ +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +==================== +Product Manufacturer +==================== + 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 +* Manufacturer +* Manufacturer Product Name +* Manufacturer Product Code +* Manufacturer Product URL + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/135/11.0 + +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 smash it by providing detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Odoo S.A. +* Acysos SL +* Ray Carnes +* Miquel Raïch +* Lois Rilo + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/product_manufacturer/__init__.py b/product_manufacturer/__init__.py index c777477b9427..69f7babdfb1a 100644 --- a/product_manufacturer/__init__.py +++ b/product_manufacturer/__init__.py @@ -1,21 +1,3 @@ -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models diff --git a/product_manufacturer/__manifest__.py b/product_manufacturer/__manifest__.py index 031a47562533..d1753c144f98 100644 --- a/product_manufacturer/__manifest__.py +++ b/product_manufacturer/__manifest__.py @@ -1,34 +1,15 @@ -# coding: utf-8 -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Product Manufacturers', - 'version': '10.0.1.0.0', - 'author': "OpenERP SA, Odoo Community Association (OCA)", + 'name': 'Product Manufacturer', + 'version': '11.0.1.0.0', + 'summary': 'Adds manufacturers and attributes on the product view.', + 'author': 'OpenERP SA, Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'contributors': ['Acysos SL '], - 'category': 'Purchase Management', + 'category': 'Product', 'depends': ['product'], - 'demo': [], 'data': [ - 'views/product_manufacturer_view.xml' + 'views/product_manufacturer_view.xml', ], 'auto_install': False, 'installable': True, diff --git a/product_manufacturer/models/__init__.py b/product_manufacturer/models/__init__.py index cd463f4b2a77..60af9c820cdb 100644 --- a/product_manufacturer/models/__init__.py +++ b/product_manufacturer/models/__init__.py @@ -1,20 +1,3 @@ -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import product_manufacturer diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py index f25a6d9172d5..2ccec2aca092 100644 --- a/product_manufacturer/models/product_manufacturer.py +++ b/product_manufacturer/models/product_manufacturer.py @@ -1,31 +1,15 @@ -# coding: utf-8 -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import models, fields +from odoo import models, fields class ProductTemplate(models.Model): _inherit = 'product.template' - manufacturer = fields.Many2one('res.partner', 'Manufacturer') - manufacturer_pname = fields.Char('Manuf. Product Name') - manufacturer_pref = fields.Char('Manuf. Product Code') - manufacturer_purl = fields.Char('Manuf. Product URL') + manufacturer = fields.Many2one( + comodel_name='res.partner', string='Manufacturer', + ) + manufacturer_pname = fields.Char(string='Manuf. Product Name') + manufacturer_pref = fields.Char(string='Manuf. Product Code') + manufacturer_purl = fields.Char(string='Manuf. Product URL') diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 0d134a3f2126..537dd3f7c891 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -1,26 +1,24 @@ - - - product.product_template_form_view - product.template - - - - - - - - - - - - + + product.template.form - product_manufacturer + product.template + + + + + + + - - - + + + + + + + + - From 8b766d53a01d7066cd402309e96f886152692469 Mon Sep 17 00:00:00 2001 From: Daniels Andersons Date: Mon, 29 Oct 2018 17:47:44 +0200 Subject: [PATCH 12/16] [MIG] product_manufacturer: Migration to 12.0 --- product_manufacturer/__manifest__.py | 4 ++-- product_manufacturer/models/__init__.py | 2 +- product_manufacturer/models/product_manufacturer.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_manufacturer/__manifest__.py b/product_manufacturer/__manifest__.py index d1753c144f98..b7d07b9bcf61 100644 --- a/product_manufacturer/__manifest__.py +++ b/product_manufacturer/__manifest__.py @@ -1,8 +1,8 @@ # Copyright (C) 2004-2009 Tiny SPRL (). -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { 'name': 'Product Manufacturer', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'summary': 'Adds manufacturers and attributes on the product view.', 'author': 'OpenERP SA, Odoo Community Association (OCA)', 'license': 'AGPL-3', diff --git a/product_manufacturer/models/__init__.py b/product_manufacturer/models/__init__.py index 60af9c820cdb..c345efd22798 100644 --- a/product_manufacturer/models/__init__.py +++ b/product_manufacturer/models/__init__.py @@ -1,3 +1,3 @@ -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import product_manufacturer diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py index 2ccec2aca092..8873d88d10dc 100644 --- a/product_manufacturer/models/product_manufacturer.py +++ b/product_manufacturer/models/product_manufacturer.py @@ -1,5 +1,5 @@ # Copyright (C) 2004-2009 Tiny SPRL (). -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import models, fields From 12c826807abc28f48ea890acb4ace69d0bb12d15 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 29 Nov 2016 09:25:01 -0500 Subject: [PATCH 13/16] OCA Transbot updated translations from Transifex --- product_manufacturer/i18n/ar.po | 58 +++++++++++------- product_manufacturer/i18n/bg.po | 57 +++++++++++------- product_manufacturer/i18n/bs.po | 58 +++++++++++------- product_manufacturer/i18n/ca.po | 57 +++++++++++------- product_manufacturer/i18n/cs.po | 57 +++++++++++------- product_manufacturer/i18n/da.po | 57 +++++++++++------- product_manufacturer/i18n/de.po | 57 +++++++++++------- product_manufacturer/i18n/el.po | 57 +++++++++++------- product_manufacturer/i18n/es.po | 49 +++++++++------ product_manufacturer/i18n/es_AR.po | 58 +++++++++++------- product_manufacturer/i18n/es_CR.po | 58 +++++++++++------- product_manufacturer/i18n/es_EC.po | 54 +++++++++++------ product_manufacturer/i18n/es_MX.po | 58 +++++++++++------- product_manufacturer/i18n/es_VE.po | 59 ++++++++++++------- product_manufacturer/i18n/et.po | 57 +++++++++++------- product_manufacturer/i18n/fi.po | 57 +++++++++++------- product_manufacturer/i18n/fr.po | 57 +++++++++++------- product_manufacturer/i18n/gl.po | 58 +++++++++++------- product_manufacturer/i18n/hr.po | 58 +++++++++++------- product_manufacturer/i18n/hu.po | 57 +++++++++++------- product_manufacturer/i18n/it.po | 57 +++++++++++------- product_manufacturer/i18n/ja.po | 57 +++++++++++------- product_manufacturer/i18n/lt.po | 58 +++++++++++------- product_manufacturer/i18n/lv.po | 29 ++++++--- product_manufacturer/i18n/mk.po | 57 +++++++++++------- product_manufacturer/i18n/mn.po | 57 +++++++++++------- product_manufacturer/i18n/nb.po | 58 +++++++++++------- product_manufacturer/i18n/nl.po | 57 +++++++++++------- product_manufacturer/i18n/nl_NL.po | 50 ++++++++++++++++ product_manufacturer/i18n/pl.po | 59 ++++++++++++------- .../i18n/product_manufacturer.pot | 31 ++++++---- product_manufacturer/i18n/pt.po | 57 +++++++++++------- product_manufacturer/i18n/pt_BR.po | 58 +++++++++++------- product_manufacturer/i18n/ro.po | 58 +++++++++++------- product_manufacturer/i18n/ru.po | 59 ++++++++++++------- product_manufacturer/i18n/sl.po | 58 +++++++++++------- product_manufacturer/i18n/sr.po | 58 +++++++++++------- product_manufacturer/i18n/sr@latin.po | 29 ++++++--- product_manufacturer/i18n/sv.po | 57 +++++++++++------- product_manufacturer/i18n/tr.po | 57 +++++++++++------- product_manufacturer/i18n/zh_CN.po | 58 +++++++++++------- product_manufacturer/i18n/zh_TW.po | 29 ++++++--- 42 files changed, 1483 insertions(+), 803 deletions(-) create mode 100644 product_manufacturer/i18n/nl_NL.po diff --git a/product_manufacturer/i18n/ar.po b/product_manufacturer/i18n/ar.po index 4a14986a7bcb..a255d0ce87a5 100644 --- a/product_manufacturer/i18n/ar.po +++ b/product_manufacturer/i18n/ar.po @@ -1,34 +1,50 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" +"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 , 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: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\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 -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "كود تصنيع المنتج" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "اسم مصنع المنتج" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "مصنّع" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/bg.po b/product_manufacturer/i18n/bg.po index 3646d0101a7a..c83af8411a62 100644 --- a/product_manufacturer/i18n/bg.po +++ b/product_manufacturer/i18n/bg.po @@ -1,34 +1,49 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" +"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 , 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: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Код на производител" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Име на производител" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Производител" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/bs.po b/product_manufacturer/i18n/bs.po index 5d5bff5c00bf..5f01b9b9d245 100644 --- a/product_manufacturer/i18n/bs.po +++ b/product_manufacturer/i18n/bs.po @@ -1,34 +1,50 @@ -# Bosnian translation for openobject-addons -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2013. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-10-30 00:09+0000\n" -"Last-Translator: Bosko Stojakovic \n" -"Language-Team: Bosnian \n" +"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 , 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: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\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 -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Proizvođačka šifra artikla" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Proizvođački naziv proizvoda" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/ca.po b/product_manufacturer/i18n/ca.po index 63bbaf334d2b..74a7df115614 100644 --- a/product_manufacturer/i18n/ca.po +++ b/product_manufacturer/i18n/ca.po @@ -1,34 +1,49 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" +"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 , 2016\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: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Codi de producte del fabricant" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nom del producte del fabricant" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/cs.po b/product_manufacturer/i18n/cs.po index 4788940e28d5..983595cd5315 100644 --- a/product_manufacturer/i18n/cs.po +++ b/product_manufacturer/i18n/cs.po @@ -1,34 +1,49 @@ -# Czech translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-31 10:46+0000\n" -"Last-Translator: Jan Grmela \n" -"Language-Team: Czech \n" +"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 , 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: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Kód výrobku od výrobce" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Název výrobku od výrobce" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/da.po b/product_manufacturer/i18n/da.po index 0e8ade073b56..00332c09d729 100644 --- a/product_manufacturer/i18n/da.po +++ b/product_manufacturer/i18n/da.po @@ -1,34 +1,49 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-10-14 15:36+0000\n" -"Last-Translator: Morten Schou \n" -"Language-Team: Danish \n" +"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 , 2016\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Producent varenummer" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Producent Vare Navn" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Producent" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/de.po b/product_manufacturer/i18n/de.po index a91e8a9950c6..02d93d4e18fd 100644 --- a/product_manufacturer/i18n/de.po +++ b/product_manufacturer/i18n/de.po @@ -1,34 +1,49 @@ -# German translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2014-01-25 18:05+0000\n" -"Last-Translator: Ralf Hilgenstock \n" -"Language-Team: German \n" +"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 , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-01-26 05:15+0000\n" -"X-Generator: Launchpad (build 16914)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Hersteller-Artikelnummer" +#: 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 "Manuf. Product Code" +msgstr "Herst. Produktcode" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Hersteller-Produktname" +#: 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 "Manuf. Product Name" +msgstr "Herst. Produktname" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "Herst. Produkt URL" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Hersteller" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" diff --git a/product_manufacturer/i18n/el.po b/product_manufacturer/i18n/el.po index 8eca7945153a..ec20d34d9b98 100644 --- a/product_manufacturer/i18n/el.po +++ b/product_manufacturer/i18n/el.po @@ -1,34 +1,49 @@ -# Greek translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Greek \n" +"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 , 2016\n" +"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Κωδικός Κατασκευαστή" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Όνομα Προϊόντος Κατασκευαστή" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Κατασκευαστής" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/es.po b/product_manufacturer/i18n/es.po index 42d405bc867f..08e26310cce7 100644 --- a/product_manufacturer/i18n/es.po +++ b/product_manufacturer/i18n/es.po @@ -1,34 +1,49 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * product_manufacturer +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-09 17:17+0000\n" -"PO-Revision-Date: 2015-01-09 17:17+0000\n" -"Last-Translator: <>\n" -"Language-Team: \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 , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 -msgid "Manufacturer" -msgstr "Fabricante" +#: 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 "Manuf. Product Code" +msgstr "Código de producto del fabricante" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código producto fabricante" +#: 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 "Manuf. Product Name" +msgstr "Nombre de producto del fabricante" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nombre producto fabricante" +#: 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 "Manuf. Product URL" +msgstr "URL de producto del fabricante" +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view +msgid "Manufacturer" +msgstr "Fabricante" +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" diff --git a/product_manufacturer/i18n/es_AR.po b/product_manufacturer/i18n/es_AR.po index 800a19e3e093..3508b19fd474 100644 --- a/product_manufacturer/i18n/es_AR.po +++ b/product_manufacturer/i18n/es_AR.po @@ -1,34 +1,50 @@ -# Spanish (Argentina) translation for openobject-addons -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2014. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2014-06-13 12:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Argentina) \n" +"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 , 2016\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-14 06:42+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código del Fabricante del Producto" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nombre del Fabricante del Producto" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/es_CR.po b/product_manufacturer/i18n/es_CR.po index cf92832e35ef..6558bf3b3e3b 100644 --- a/product_manufacturer/i18n/es_CR.po +++ b/product_manufacturer/i18n/es_CR.po @@ -1,34 +1,50 @@ -# Spanish (Costa Rica) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Costa Rica) \n" +"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 , 2016\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código producto fabricante" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nombre producto fabricante" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/es_EC.po b/product_manufacturer/i18n/es_EC.po index f3db7fe1317e..dd306a8d31b7 100644 --- a/product_manufacturer/i18n/es_EC.po +++ b/product_manufacturer/i18n/es_EC.po @@ -1,34 +1,50 @@ -# Spanish (Ecuador) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Ecuador) \n" +"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 , 2016\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" +#: 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 "Manuf. Product Code" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product Name" msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/es_MX.po b/product_manufacturer/i18n/es_MX.po index 337a9fa7c213..3e54b3a15706 100644 --- a/product_manufacturer/i18n/es_MX.po +++ b/product_manufacturer/i18n/es_MX.po @@ -1,36 +1,50 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2010-12-08 21:40+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: Spanish \n" +"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 , 2016\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:46+0000\n" -"X-Generator: Launchpad (build 13830)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: model:ir.module.module,description:product_manufacturer.module_meta_information -msgid "A module that add manufacturers and attributes on the product form" +#: 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 "Manuf. Product Code" msgstr "" -"Un módulo que añade fabricantes y atributos en el formulario de producto" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nombre producto fabricante" +#: 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 "Manuf. 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/es_VE.po b/product_manufacturer/i18n/es_VE.po index 7961660ed54b..9231a770a7b9 100644 --- a/product_manufacturer/i18n/es_VE.po +++ b/product_manufacturer/i18n/es_VE.po @@ -1,35 +1,50 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2010-12-08 21:40+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: Spanish \n" +"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 , 2016\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:46+0000\n" -"X-Generator: Launchpad (build 13830)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código producto fabricante" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nombre producto fabricante" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/et.po b/product_manufacturer/i18n/et.po index 477692947746..ffd4850d48c2 100644 --- a/product_manufacturer/i18n/et.po +++ b/product_manufacturer/i18n/et.po @@ -1,34 +1,49 @@ -# Estonian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-10-09 14:47+0000\n" -"Last-Translator: lyyser \n" -"Language-Team: Estonian \n" +"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 , 2016\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Tootja tootekood" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Tootja tootenimi" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Tootja" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/fi.po b/product_manufacturer/i18n/fi.po index 841bdde9b33f..b6660271074c 100644 --- a/product_manufacturer/i18n/fi.po +++ b/product_manufacturer/i18n/fi.po @@ -1,34 +1,49 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" +"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 , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Valmistajan tuotekoodi" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Valmistajan tuotenimi" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Valmistaja" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/fr.po b/product_manufacturer/i18n/fr.po index 1f0586b750d0..bf558c766158 100644 --- a/product_manufacturer/i18n/fr.po +++ b/product_manufacturer/i18n/fr.po @@ -1,34 +1,51 @@ -# French translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# Quentin THEURET , 2018 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-01-04 11:29+0000\n" -"Last-Translator: Ronan Fontenay \n" -"Language-Team: French \n" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-27 03:40+0000\n" +"PO-Revision-Date: 2019-10-14 13:31+0000\n" +"Last-Translator: clementmbr \n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.8\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Code produit du fabriquant" +#: 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 "Manuf. Product Code" +msgstr "Code du produit chez le fabricant" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product Name" msgstr "Nom du produit chez le fabricant" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "URL du produit chez le fabricant" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Modèle de produit" diff --git a/product_manufacturer/i18n/gl.po b/product_manufacturer/i18n/gl.po index 4abe97177bde..cdae615779c6 100644 --- a/product_manufacturer/i18n/gl.po +++ b/product_manufacturer/i18n/gl.po @@ -1,34 +1,50 @@ -# Galician translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" +"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: 2019-02-08 13:50+0000\n" +"Last-Translator: Marta Vázquez Rodríguez \n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.4\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código produto fabricante" +#: 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 "Manuf. Product Code" +msgstr "Código de producto do fabricante" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nome produto fabricante" +#: 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 "Manuf. Product Name" +msgstr "Nome de producto do fabricante" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "URL de producto do fabricante" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Modelo de producto" diff --git a/product_manufacturer/i18n/hr.po b/product_manufacturer/i18n/hr.po index ce8ce224d0fa..cd9744bfaf19 100644 --- a/product_manufacturer/i18n/hr.po +++ b/product_manufacturer/i18n/hr.po @@ -1,34 +1,50 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Croatian \n" +"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 , 2016\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\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 -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Proizvođačka šifra artikla" +#: 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 "Manuf. Product Code" +msgstr "Šifra proizvođača" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Proizvođački naziv artikla" +#: 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 "Manuf. Product Name" +msgstr "Naziv proizvoda kod proizvođača" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "URL proizvoda kod proizvođača" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" diff --git a/product_manufacturer/i18n/hu.po b/product_manufacturer/i18n/hu.po index 5127ba6f53e7..1655102e6f96 100644 --- a/product_manufacturer/i18n/hu.po +++ b/product_manufacturer/i18n/hu.po @@ -1,34 +1,49 @@ -# Hungarian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hungarian \n" +"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 , 2016\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Gyártói termékkód" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Gyártói termék megnevezés" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Gyártó" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/it.po b/product_manufacturer/i18n/it.po index e1ec80a530fe..a218c79b4c3a 100644 --- a/product_manufacturer/i18n/it.po +++ b/product_manufacturer/i18n/it.po @@ -1,34 +1,49 @@ -# Italian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian \n" +"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 , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Codice prodotto del produttore" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nome prodotto del produttore" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Produttore" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/ja.po b/product_manufacturer/i18n/ja.po index abe7b7afb56e..d7d9e589a37b 100644 --- a/product_manufacturer/i18n/ja.po +++ b/product_manufacturer/i18n/ja.po @@ -1,34 +1,49 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Japanese \n" +"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 , 2016\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "製造者製品コード" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "製造者製品名" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "製造者" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/lt.po b/product_manufacturer/i18n/lt.po index b01fe2db2333..05855b766ea8 100644 --- a/product_manufacturer/i18n/lt.po +++ b/product_manufacturer/i18n/lt.po @@ -1,34 +1,50 @@ -# Lithuanian translation for openobject-addons -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2013. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-05-07 10:16+0000\n" -"Last-Translator: Paulius Sladkevičius @ hbee \n" -"Language-Team: Lithuanian \n" +"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 , 2016\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Produkto kodas" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Produkto pavadinimas" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Gamintojas" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/lv.po b/product_manufacturer/i18n/lv.po index 42ea08b9172b..356817ea6a0c 100644 --- a/product_manufacturer/i18n/lv.po +++ b/product_manufacturer/i18n/lv.po @@ -6,11 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-06-07 19:37+0000\n" "PO-Revision-Date: 2014-02-14 10:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,17 +19,31 @@ msgstr "" "X-Generator: Launchpad (build 16916)\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" +#: 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 "Manuf. Product Code" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product Name" msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/mk.po b/product_manufacturer/i18n/mk.po index e47d1d5a2c25..8765cca74302 100644 --- a/product_manufacturer/i18n/mk.po +++ b/product_manufacturer/i18n/mk.po @@ -1,34 +1,49 @@ -# Macedonian translation for openobject-addons -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2013. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-03-01 15:51+0000\n" -"Last-Translator: Sofce Dimitrijeva \n" -"Language-Team: Macedonian \n" +"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 , 2016\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Код на производителот на производот" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Име на производител на производ" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Производител" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/mn.po b/product_manufacturer/i18n/mn.po index c247c40f65d0..c39609e8c6b2 100644 --- a/product_manufacturer/i18n/mn.po +++ b/product_manufacturer/i18n/mn.po @@ -1,34 +1,49 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Mongolian \n" +"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 , 2016\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Үйлдвэрлэгчийн барааны код" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Үйлдвэрлэгчийн барааны нэр" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Үйлдвэрлэгч" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/nb.po b/product_manufacturer/i18n/nb.po index 4b166c133928..802ad65aa06b 100644 --- a/product_manufacturer/i18n/nb.po +++ b/product_manufacturer/i18n/nb.po @@ -1,34 +1,50 @@ -# Norwegian Bokmal translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmal \n" +"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 , 2016\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Produsent produktkode" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Produsents produktnavn" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Produsent" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/nl.po b/product_manufacturer/i18n/nl.po index 59239bbc9ee4..7860aa659104 100644 --- a/product_manufacturer/i18n/nl.po +++ b/product_manufacturer/i18n/nl.po @@ -1,34 +1,49 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-11-06 20:39+0000\n" -"Last-Translator: Stefan Rijnhart (Therp) \n" -"Language-Team: Dutch \n" +"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 , 2016\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Productcode fabrikant" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Productomschrijving fabrikant" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabrikant" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/nl_NL.po b/product_manufacturer/i18n/nl_NL.po new file mode 100644 index 000000000000..af7cfeb93576 --- /dev/null +++ b/product_manufacturer/i18n/nl_NL.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-27 04:44+0000\n" +"PO-Revision-Date: 2017-05-27 04:44+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_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: 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 "Manuf. Product Code" +msgstr "Fabr. Productcode" + +#. 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 "Manuf. Product Name" +msgstr "Fabr. Productnaam" + +#. 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 "Manuf. Product URL" +msgstr "Fabr. Product URL" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view +msgid "Manufacturer" +msgstr "Fabrikant" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Productsjabloon" diff --git a/product_manufacturer/i18n/pl.po b/product_manufacturer/i18n/pl.po index b01c9bb058d8..7758a71a20cf 100644 --- a/product_manufacturer/i18n/pl.po +++ b/product_manufacturer/i18n/pl.po @@ -1,34 +1,51 @@ -# Polish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish \n" +"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 , 2016\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Kod producenta produktu" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nazwa produktu u producenta" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Producent" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/product_manufacturer.pot b/product_manufacturer/i18n/product_manufacturer.pot index 069a8d4b4e3d..d2bf54d3ff70 100644 --- a/product_manufacturer/i18n/product_manufacturer.pot +++ b/product_manufacturer/i18n/product_manufacturer.pot @@ -4,10 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-09 17:17+0000\n" -"PO-Revision-Date: 2015-01-09 17:17+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,19 +14,32 @@ msgstr "" "Plural-Forms: \n" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 -msgid "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 "Manuf. Product Code" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" +#: 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 "Manuf. Product Name" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product URL" msgstr "" +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view +msgid "Manufacturer" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/pt.po b/product_manufacturer/i18n/pt.po index 32a552d081cc..15504b3c914d 100644 --- a/product_manufacturer/i18n/pt.po +++ b/product_manufacturer/i18n/pt.po @@ -1,34 +1,49 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese \n" +"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 , 2016\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código do artigo (fabricante)" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nome do artigo (fabricante)" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/pt_BR.po b/product_manufacturer/i18n/pt_BR.po index 0aabb3c04470..a831a677f1f9 100644 --- a/product_manufacturer/i18n/pt_BR.po +++ b/product_manufacturer/i18n/pt_BR.po @@ -1,34 +1,50 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Brazilian Portuguese \n" +"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 , 2016\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Código de Fabricação do Produto" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Nome de Fabricação do Produto" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Fabricante" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/ro.po b/product_manufacturer/i18n/ro.po index d38fc603f5b4..946660172725 100644 --- a/product_manufacturer/i18n/ro.po +++ b/product_manufacturer/i18n/ro.po @@ -1,34 +1,50 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-02-17 16:26+0000\n" -"Last-Translator: ERPSystems.ro \n" -"Language-Team: Romanian \n" +"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 , 2016\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Codul Producatorului Produsului" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Numele Producatorului Produsului" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Producator" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/ru.po b/product_manufacturer/i18n/ru.po index 8756a59cd534..c5eeb907bee9 100644 --- a/product_manufacturer/i18n/ru.po +++ b/product_manufacturer/i18n/ru.po @@ -1,34 +1,51 @@ -# Russian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian \n" +"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 , 2016\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Код продукта у производителя" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Название используемое производителем" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Производитель" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/sl.po b/product_manufacturer/i18n/sl.po index 146b282cbd81..7c89b2c3aa0f 100644 --- a/product_manufacturer/i18n/sl.po +++ b/product_manufacturer/i18n/sl.po @@ -1,34 +1,50 @@ -# Slovenian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-02-14 14:10+0000\n" -"Last-Translator: Dušan Laznik (Mentis) \n" -"Language-Team: Slovenian \n" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-27 03:49+0000\n" +"PO-Revision-Date: 2018-01-27 03:49+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\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: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Dobaviteljeva koda izdelka" +#: 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 "Manuf. Product Code" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Dobaviteljevo ime izdelka" +#: 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Proizvajalec" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "Predloga proizvoda" diff --git a/product_manufacturer/i18n/sr.po b/product_manufacturer/i18n/sr.po index a94f8c6aa033..0611309b8f98 100644 --- a/product_manufacturer/i18n/sr.po +++ b/product_manufacturer/i18n/sr.po @@ -1,34 +1,50 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Serbian \n" +"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 , 2016\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\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 -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Proizvođačka šifra artikla" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Proizvođačev Naziv Proizvoda" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__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,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/sr@latin.po b/product_manufacturer/i18n/sr@latin.po index 47392f942ecb..fcb9f2694abe 100644 --- a/product_manufacturer/i18n/sr@latin.po +++ b/product_manufacturer/i18n/sr@latin.po @@ -6,11 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-06-07 19:37+0000\n" "PO-Revision-Date: 2012-12-21 23:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,17 +19,31 @@ msgstr "" "X-Generator: Launchpad (build 16831)\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" +#: 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 "Manuf. Product Code" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product Name" msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/sv.po b/product_manufacturer/i18n/sv.po index cf3009c5f42b..170794cea2c2 100644 --- a/product_manufacturer/i18n/sv.po +++ b/product_manufacturer/i18n/sv.po @@ -1,34 +1,49 @@ -# Swedish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" +"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 , 2016\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Tillverkarens produktnummer" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Tillverkarens produktnamn" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Tillverkare" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/tr.po b/product_manufacturer/i18n/tr.po index 6fe50e661762..2a10ac8b9a9a 100644 --- a/product_manufacturer/i18n/tr.po +++ b/product_manufacturer/i18n/tr.po @@ -1,34 +1,49 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2013-02-26 16:20+0000\n" -"Last-Translator: Ayhan KIZILTAN \n" -"Language-Team: Turkish \n" +"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 , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "Üreticinin Ürün Kodu" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "Üreticinin Ürün Adı" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "Üretici" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/zh_CN.po b/product_manufacturer/i18n/zh_CN.po index 97f680e0684e..f08f5b1aeefd 100644 --- a/product_manufacturer/i18n/zh_CN.po +++ b/product_manufacturer/i18n/zh_CN.po @@ -1,34 +1,50 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_manufacturer # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-06-07 19:37+0000\n" -"PO-Revision-Date: 2012-12-21 23:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Simplified) \n" +"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 , 2016\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-21 06:27+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" -msgstr "制造商产品代码" +#: 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 "Manuf. 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 "Manuf. Product Name" +msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" -msgstr "制造商产品名称" +#: 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 "Manuf. Product URL" +msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "制造商" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_manufacturer/i18n/zh_TW.po b/product_manufacturer/i18n/zh_TW.po index 685950377bd0..086deb8fdf5f 100644 --- a/product_manufacturer/i18n/zh_TW.po +++ b/product_manufacturer/i18n/zh_TW.po @@ -6,11 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-06-07 19:37+0000\n" "PO-Revision-Date: 2013-02-01 04:37+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,17 +19,31 @@ msgstr "" "X-Generator: Launchpad (build 16831)\n" #. module: product_manufacturer -#: field:product.template,manufacturer_pref:0 -msgid "Manufacturer Product Code" +#: 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 "Manuf. Product Code" msgstr "" #. module: product_manufacturer -#: field:product.template,manufacturer_pname:0 -msgid "Manufacturer Product Name" +#: 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 "Manuf. Product Name" msgstr "" #. module: product_manufacturer -#: view:product.template:product_manufacturer.product_template_manufacturer_form_view -#: field:product.template,manufacturer:0 +#: 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 "Manuf. Product URL" +msgstr "" + +#. module: product_manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_product__manufacturer +#: model:ir.model.fields,field_description:product_manufacturer.field_product_template__manufacturer +#: model_terms:ir.ui.view,arch_db:product_manufacturer.product_template_manufacturer_form_view msgid "Manufacturer" msgstr "" + +#. module: product_manufacturer +#: model:ir.model,name:product_manufacturer.model_product_template +msgid "Product Template" +msgstr "" From 608abfad75816e530ace351bb0cb8f95124dc64b Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 18 Dec 2019 16:57:55 +0100 Subject: [PATCH 14/16] [IMP] product_manufacturer: black, isort --- product_manufacturer/__manifest__.py | 22 +++++++++---------- .../models/product_manufacturer.py | 16 ++++++-------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/product_manufacturer/__manifest__.py b/product_manufacturer/__manifest__.py index b7d07b9bcf61..24007dd09ffe 100644 --- a/product_manufacturer/__manifest__.py +++ b/product_manufacturer/__manifest__.py @@ -1,16 +1,14 @@ # Copyright (C) 2004-2009 Tiny SPRL (). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { - 'name': 'Product Manufacturer', - 'version': '12.0.1.0.0', - 'summary': 'Adds manufacturers and attributes on the product view.', - '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, + "name": "Product Manufacturer", + "version": "12.0.1.0.0", + "summary": "Adds manufacturers and attributes on the product view.", + "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, } diff --git a/product_manufacturer/models/product_manufacturer.py b/product_manufacturer/models/product_manufacturer.py index 8873d88d10dc..c08ebca077a1 100644 --- a/product_manufacturer/models/product_manufacturer.py +++ b/product_manufacturer/models/product_manufacturer.py @@ -1,15 +1,13 @@ # Copyright (C) 2004-2009 Tiny SPRL (). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from odoo import models, fields +from odoo import fields, models class ProductTemplate(models.Model): - _inherit = 'product.template' - - manufacturer = fields.Many2one( - comodel_name='res.partner', string='Manufacturer', - ) - manufacturer_pname = fields.Char(string='Manuf. Product Name') - manufacturer_pref = fields.Char(string='Manuf. Product Code') - manufacturer_purl = fields.Char(string='Manuf. Product URL') + _inherit = "product.template" + + manufacturer = fields.Many2one(comodel_name="res.partner", string="Manufacturer") + manufacturer_pname = fields.Char(string="Manuf. Product Name") + manufacturer_pref = fields.Char(string="Manuf. Product Code") + manufacturer_purl = fields.Char(string="Manuf. Product URL") From 63f21f9be071a4d9bf61ff13f9df5a49983e4e15 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 18 Dec 2019 17:10:32 +0100 Subject: [PATCH 15/16] [MIG] product_manufacturer: Migration to 13.0 --- product_manufacturer/README.rst | 70 ++- product_manufacturer/__manifest__.py | 2 +- product_manufacturer/readme/CONTRIBUTORS.rst | 6 + product_manufacturer/readme/DESCRIPTION.rst | 9 + .../static/description/index.html | 433 ++++++++++++++++++ .../odoo/addons/product_manufacturer | 1 + setup/product_manufacturer/setup.py | 6 + 7 files changed, 503 insertions(+), 24 deletions(-) create mode 100644 product_manufacturer/readme/CONTRIBUTORS.rst create mode 100644 product_manufacturer/readme/DESCRIPTION.rst create mode 100644 product_manufacturer/static/description/index.html create mode 120000 setup/product_manufacturer/odoo/addons/product_manufacturer create mode 100644 setup/product_manufacturer/setup.py diff --git a/product_manufacturer/README.rst b/product_manufacturer/README.rst index 6135712b2a03..e43f97d2cae5 100644 --- a/product_manufacturer/README.rst +++ b/product_manufacturer/README.rst @@ -1,62 +1,86 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - ==================== Product Manufacturer ==================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Fproduct--attribute-lightgray.png?logo=github + :target: https://github.com/OCA/product-attribute/tree/13.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-13-0/product-attribute-13-0-product_manufacturer + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/135/13.0 + :alt: Try me on Runbot + +|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: ------------------------------------------------ +You can now define the following for a product +---------------------------------------------- + * Manufacturer * Manufacturer Product Name * Manufacturer Product Code * Manufacturer Product URL -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/135/11.0 +**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 smash it by providing detailed and welcomed feedback. +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 ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* OpenERP SA Contributors ------------- +~~~~~~~~~~~~ * Odoo S.A. * Acysos SL * Ray Carnes * Miquel Raïch * Lois Rilo +* Guewen Baconnier -Do not contact contributors directly about support or help with technical issues. +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/product-attribute `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_manufacturer/__manifest__.py b/product_manufacturer/__manifest__.py index 24007dd09ffe..de47d2d270f9 100644 --- a/product_manufacturer/__manifest__.py +++ b/product_manufacturer/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Product Manufacturer", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "summary": "Adds manufacturers and attributes on the product view.", "author": "OpenERP SA, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/product_manufacturer/readme/CONTRIBUTORS.rst b/product_manufacturer/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..b84863983c60 --- /dev/null +++ b/product_manufacturer/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Odoo S.A. +* Acysos SL +* Ray Carnes +* Miquel Raïch +* Lois Rilo +* Guewen Baconnier diff --git a/product_manufacturer/readme/DESCRIPTION.rst b/product_manufacturer/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..efeee4d222d8 --- /dev/null +++ b/product_manufacturer/readme/DESCRIPTION.rst @@ -0,0 +1,9 @@ +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 diff --git a/product_manufacturer/static/description/index.html b/product_manufacturer/static/description/index.html new file mode 100644 index 000000000000..439c479d5c34 --- /dev/null +++ b/product_manufacturer/static/description/index.html @@ -0,0 +1,433 @@ + + + + + + +Product Manufacturer + + + +
+

Product Manufacturer

+ + +

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

+

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

+ +
+

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 SA
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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

+

This module is part of the OCA/product-attribute project on GitHub.

+

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

+
+
+
+
+ + diff --git a/setup/product_manufacturer/odoo/addons/product_manufacturer b/setup/product_manufacturer/odoo/addons/product_manufacturer new file mode 120000 index 000000000000..ea2f13c7ff4f --- /dev/null +++ b/setup/product_manufacturer/odoo/addons/product_manufacturer @@ -0,0 +1 @@ +../../../../product_manufacturer \ No newline at end of file diff --git a/setup/product_manufacturer/setup.py b/setup/product_manufacturer/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/product_manufacturer/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 95b317eeeb447355dfc7a8d4ba3b10bb8c00ec96 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 19 Dec 2019 08:13:51 +0100 Subject: [PATCH 16/16] fixup! [MIG] product_manufacturer: Migration to 13.0 --- product_manufacturer/views/product_manufacturer_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_manufacturer/views/product_manufacturer_view.xml b/product_manufacturer/views/product_manufacturer_view.xml index 537dd3f7c891..5ee949914a3b 100644 --- a/product_manufacturer/views/product_manufacturer_view.xml +++ b/product_manufacturer/views/product_manufacturer_view.xml @@ -9,7 +9,7 @@ - +