diff --git a/product_analytic/README.rst b/product_analytic/README.rst new file mode 100644 index 0000000000..44ccc8908e --- /dev/null +++ b/product_analytic/README.rst @@ -0,0 +1,145 @@ +================ +Product Analytic +================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Faccount--analytic-lightgray.png?logo=github + :target: https://github.com/OCA/account-analytic/tree/14.0/product_analytic + :alt: OCA/account-analytic +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-product_analytic + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/87/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to define an analytic account at product or category level +for using it when creating invoices. + +This module is an alternative to the official module +*account_analytic_default*. The advantages of this module are: + +* it only depends on the *account* module, whereas the + *account_analytic_default* module depends on *sale_stock* ; + +* the analytic account is configured on the product form or the product + category form, and not on a separate object. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +This module allows you to configure an **income analytic account** and an +**expense analytic account** on products and on product categories. When you +select the product in an invoice line, it will check if this product has an +income analytic account (for customer invoice/refunds) or an expense analytic +account (for supplier invoice/refunds) ; if it doesn't find any, it checks if +the category of the product has an income or expense analytic account ; if an +analytic account is found, it will be set by default on the invoice line. + +Changelog +========= + +13.0.1.0.0 (2020-01-08) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 13. + +12.0.1.0.0 (2019-05-26) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 12. + +11.0.1.0.0 (2018-05-18) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 11. + +10.0.1.0.1 (2017-07-18) +~~~~~~~~~~~~~~~~~~~~~~~ + +[ADD] Demo data and feature to set analytic account for products. + +10.0.1.0.0 (2017-06-13) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 10. + +8.0.1.0.2 (2016-12-03) +~~~~~~~~~~~~~~~~~~~~~~~ + +[FIX] Travis errors. + +8.0.1.0.1 (2016-01-05) +~~~~~~~~~~~~~~~~~~~~~~~ + +[IMP] Analytic account creating invoice lines. + +8.0.1.0.0 (2015-11-30) +~~~~~~~~~~~~~~~~~~~~~~~ + +First version. + +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 +~~~~~~~ + +* Akretion +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* Alexis de Lattre +* Javier Iniesta +* Luis M. Ontalba +* David Vidal +* Thore Baden +* Pimolnat Suntian +* Reyes4711 +* Denis Roussel + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-analytic `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_analytic/__init__.py b/product_analytic/__init__.py new file mode 100644 index 0000000000..83e553ac46 --- /dev/null +++ b/product_analytic/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/product_analytic/__manifest__.py b/product_analytic/__manifest__.py new file mode 100644 index 0000000000..268b7afb40 --- /dev/null +++ b/product_analytic/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2015 Akretion (http://www.akretion.com/) - Alexis de Lattre +# Copyright 2016 Antiun Ingeniería S.L. - Javier Iniesta +# Copyright 2017 Tecnativa - Luis Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Product Analytic", + "version": "15.0.1.0.0", + "category": "Accounting & Finance", + "license": "AGPL-3", + "summary": "Add analytic account on products and product categories", + "author": "Akretion, Tecnativa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-analytic", + "depends": ["account"], + "data": ["views/product_view.xml"], + "demo": ["demo/product_demo.xml"], + "installable": True, +} diff --git a/product_analytic/demo/product_demo.xml b/product_analytic/demo/product_demo.xml new file mode 100644 index 0000000000..d033bc0bb3 --- /dev/null +++ b/product_analytic/demo/product_demo.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/product_analytic/i18n/ar.po b/product_analytic/i18n/ar.po new file mode 100644 index 0000000000..b13ecd1f4c --- /dev/null +++ b/product_analytic/i18n/ar.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2018-09-22 15:16+0000\n" +"Last-Translator: yaseentai \n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 3.1.1\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "حساب المنصرفات التحليلي" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "حساب الدخل التحليلي" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "فئة المنتج" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "قالب المنتج" + +#~ msgid "Invoice Line" +#~ msgstr "خط الفاتورة" diff --git a/product_analytic/i18n/bs.po b/product_analytic/i18n/bs.po new file mode 100644 index 0000000000..4bd58c7202 --- /dev/null +++ b/product_analytic/i18n/bs.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Stavka fakture" diff --git a/product_analytic/i18n/ca.po b/product_analytic/i18n/ca.po new file mode 100644 index 0000000000..c24a0e5fc5 --- /dev/null +++ b/product_analytic/i18n/ca.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Carles Antoli , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-13 23:06+0000\n" +"PO-Revision-Date: 2021-03-26 18:46+0000\n" +"Last-Translator: eduardgm \n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Compte analític per a despeses" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Compte analític per a ingressos" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "Assentament Comptable" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Categoria de producte" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Plantilla del producte" + +#~ msgid "Invoice Line" +#~ msgstr "Línia factura" diff --git a/product_analytic/i18n/cs.po b/product_analytic/i18n/cs.po new file mode 100644 index 0000000000..568260d135 --- /dev/null +++ b/product_analytic/i18n/cs.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Řádek faktury" diff --git a/product_analytic/i18n/cs_CZ.po b/product_analytic/i18n/cs_CZ.po new file mode 100644 index 0000000000..49b782a160 --- /dev/null +++ b/product_analytic/i18n/cs_CZ.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Lukáš Spurný , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-21 03:54+0000\n" +"PO-Revision-Date: 2018-02-21 03:54+0000\n" +"Last-Translator: Lukáš Spurný , 2018\n" +"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" +"teams/23907/cs_CZ/)\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Analytický účet výdajů" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Analytický účet příjmů" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Kategorie produktů" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Šablona produktu" + +#~ msgid "Invoice Line" +#~ msgstr "Linka faktur" diff --git a/product_analytic/i18n/de.po b/product_analytic/i18n/de.po new file mode 100644 index 0000000000..de195e477e --- /dev/null +++ b/product_analytic/i18n/de.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Aufwands-Kostenstelle" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Erlös-Kostenstelle" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Produktkategorie" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" + +#~ msgid "Invoice Line" +#~ msgstr "Rechnungszeile" diff --git a/product_analytic/i18n/en_GB.po b/product_analytic/i18n/en_GB.po new file mode 100644 index 0000000000..3d908f7e5b --- /dev/null +++ b/product_analytic/i18n/en_GB.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Invoice Line" diff --git a/product_analytic/i18n/es.po b/product_analytic/i18n/es.po new file mode 100644 index 0000000000..7dc1419659 --- /dev/null +++ b/product_analytic/i18n/es.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2021-03-26 18:46+0000\n" +"Last-Translator: eduardgm \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: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Cuenta analítica para gastos" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Cuenta analítica para ingresos" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "Asiento Contable" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Categoría de producto" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#~ msgid "Invoice Line" +#~ msgstr "Línea de factura" diff --git a/product_analytic/i18n/es_CO.po b/product_analytic/i18n/es_CO.po new file mode 100644 index 0000000000..b2b85ef043 --- /dev/null +++ b/product_analytic/i18n/es_CO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-27 02:39+0000\n" +"PO-Revision-Date: 2018-05-27 02:39+0000\n" +"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linea de Factura" diff --git a/product_analytic/i18n/es_CR.po b/product_analytic/i18n/es_CR.po new file mode 100644 index 0000000000..da7af40c30 --- /dev/null +++ b/product_analytic/i18n/es_CR.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Línea de factura" diff --git a/product_analytic/i18n/es_EC.po b/product_analytic/i18n/es_EC.po new file mode 100644 index 0000000000..18e8bf7b21 --- /dev/null +++ b/product_analytic/i18n/es_EC.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Detalle de Factura" diff --git a/product_analytic/i18n/es_MX.po b/product_analytic/i18n/es_MX.po new file mode 100644 index 0000000000..13464f23b7 --- /dev/null +++ b/product_analytic/i18n/es_MX.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Juan González , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-03 13:34+0000\n" +"PO-Revision-Date: 2016-12-03 13:34+0000\n" +"Last-Translator: Juan González , 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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Categoria del producto" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Plantilla del producto" + +#~ msgid "Invoice Line" +#~ msgstr "Línea de factura" diff --git a/product_analytic/i18n/et.po b/product_analytic/i18n/et.po new file mode 100644 index 0000000000..c3dca93bda --- /dev/null +++ b/product_analytic/i18n/et.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Arve rida" diff --git a/product_analytic/i18n/fi.po b/product_analytic/i18n/fi.po new file mode 100644 index 0000000000..074b541e35 --- /dev/null +++ b/product_analytic/i18n/fi.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-30 22:27+0000\n" +"PO-Revision-Date: 2019-12-31 14:13+0000\n" +"Last-Translator: Jarmo Kortetjärvi \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: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Tuotekategoria" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Tuotteen malli" + +#~ msgid "Invoice Line" +#~ msgstr "Laskurivi" diff --git a/product_analytic/i18n/fr.po b/product_analytic/i18n/fr.po new file mode 100644 index 0000000000..cfd21baee2 --- /dev/null +++ b/product_analytic/i18n/fr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Compte Analytique Dépenses" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Compte Analytique Revenu" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Catégorie d'article" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Modèle d'article" + +#~ msgid "Invoice Line" +#~ msgstr "Lignes de facture" diff --git a/product_analytic/i18n/fr_CH.po b/product_analytic/i18n/fr_CH.po new file mode 100644 index 0000000000..9b88e9b85e --- /dev/null +++ b/product_analytic/i18n/fr_CH.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# leemannd , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 23:14+0000\n" +"PO-Revision-Date: 2016-11-24 23:14+0000\n" +"Last-Translator: leemannd , 2016\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Template de produit" + +#~ msgid "Invoice Line" +#~ msgstr "Ligne de facture" diff --git a/product_analytic/i18n/hr.po b/product_analytic/i18n/hr.po new file mode 100644 index 0000000000..a1a8327eaf --- /dev/null +++ b/product_analytic/i18n/hr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-21 03:54+0000\n" +"PO-Revision-Date: 2018-02-21 03:54+0000\n" +"Last-Translator: Bole , 2018\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: \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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Analitički konto troška" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Analitički konto prihoda" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Kategorija proizvoda" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#~ msgid "Invoice Line" +#~ msgstr "Stavka računa" diff --git a/product_analytic/i18n/hr_HR.po b/product_analytic/i18n/hr_HR.po new file mode 100644 index 0000000000..03d097aaa0 --- /dev/null +++ b/product_analytic/i18n/hr_HR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-30 02:40+0000\n" +"PO-Revision-Date: 2017-06-30 02:40+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Analitički konto troška" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Analitički konto prihoda" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Kategorija proizvoda" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#~ msgid "Invoice Line" +#~ msgstr "Stavka računa" diff --git a/product_analytic/i18n/hu.po b/product_analytic/i18n/hu.po new file mode 100644 index 0000000000..9d20136400 --- /dev/null +++ b/product_analytic/i18n/hu.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Számlasor" diff --git a/product_analytic/i18n/it.po b/product_analytic/i18n/it.po new file mode 100644 index 0000000000..695ceafd73 --- /dev/null +++ b/product_analytic/i18n/it.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Andrea Cometa , 2016 +# Paolo Valier , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-30 22:27+0000\n" +"PO-Revision-Date: 2016-09-30 22:27+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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Categoria Prodotto" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Template Prodotto" + +#~ msgid "Invoice Line" +#~ msgstr "Riga fattura" diff --git a/product_analytic/i18n/ja.po b/product_analytic/i18n/ja.po new file mode 100644 index 0000000000..c59d3112a2 --- /dev/null +++ b/product_analytic/i18n/ja.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "請求行" diff --git a/product_analytic/i18n/lt.po b/product_analytic/i18n/lt.po new file mode 100644 index 0000000000..d8b2f61664 --- /dev/null +++ b/product_analytic/i18n/lt.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Sąskaitos faktūros eilutė" diff --git a/product_analytic/i18n/mk.po b/product_analytic/i18n/mk.po new file mode 100644 index 0000000000..f342221129 --- /dev/null +++ b/product_analytic/i18n/mk.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Ставка од фактура" diff --git a/product_analytic/i18n/mn.po b/product_analytic/i18n/mn.po new file mode 100644 index 0000000000..5e313f6d09 --- /dev/null +++ b/product_analytic/i18n/mn.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Нэхэмжлэлийн мөр" diff --git a/product_analytic/i18n/nb.po b/product_analytic/i18n/nb.po new file mode 100644 index 0000000000..f36b771f74 --- /dev/null +++ b/product_analytic/i18n/nb.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fakturalinje" diff --git a/product_analytic/i18n/nl.po b/product_analytic/i18n/nl.po new file mode 100644 index 0000000000..1d3a2ce527 --- /dev/null +++ b/product_analytic/i18n/nl.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Productcategorie" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurregel" diff --git a/product_analytic/i18n/nl_BE.po b/product_analytic/i18n/nl_BE.po new file mode 100644 index 0000000000..c0e831401d --- /dev/null +++ b/product_analytic/i18n/nl_BE.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurlijn" diff --git a/product_analytic/i18n/nl_NL.po b/product_analytic/i18n/nl_NL.po new file mode 100644 index 0000000000..5c9f6de8b4 --- /dev/null +++ b/product_analytic/i18n/nl_NL.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurregel" diff --git a/product_analytic/i18n/product_analytic.pot b/product_analytic/i18n/product_analytic.pot new file mode 100644 index 0000000000..1dd891ee8f --- /dev/null +++ b/product_analytic/i18n/product_analytic.pot @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_account_move_line__display_name +#: model:ir.model.fields,field_description:product_analytic.field_product_category__display_name +#: model:ir.model.fields,field_description:product_analytic.field_product_template__display_name +msgid "Display Name" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_account_move_line__id +#: model:ir.model.fields,field_description:product_analytic.field_product_category__id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__id +msgid "ID" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_account_move_line____last_update +#: model:ir.model.fields,field_description:product_analytic.field_product_category____last_update +#: model:ir.model.fields,field_description:product_analytic.field_product_template____last_update +msgid "Last Modified on" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" diff --git a/product_analytic/i18n/pt.po b/product_analytic/i18n/pt.po new file mode 100644 index 0000000000..35d69a0f74 --- /dev/null +++ b/product_analytic/i18n/pt.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linha de fatura" diff --git a/product_analytic/i18n/pt_BR.po b/product_analytic/i18n/pt_BR.po new file mode 100644 index 0000000000..9a5ffa5bd9 --- /dev/null +++ b/product_analytic/i18n/pt_BR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +# falexandresilva , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2020-08-12 18:59+0000\n" +"Last-Translator: Rodrigo Macedo \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: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Conta Analítica de Despesa" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Conta Analítica de Receita" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "Item diário" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Categoria do produto" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Modelo de Produto" + +#~ msgid "Invoice Line" +#~ msgstr "LInha da fatura" diff --git a/product_analytic/i18n/pt_PT.po b/product_analytic/i18n/pt_PT.po new file mode 100644 index 0000000000..925c73246f --- /dev/null +++ b/product_analytic/i18n/pt_PT.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-16 03:41+0000\n" +"PO-Revision-Date: 2016-12-16 03:41+0000\n" +"Last-Translator: Pedro Castro Silva , 2016\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linha da Fatura" diff --git a/product_analytic/i18n/ro.po b/product_analytic/i18n/ro.po new file mode 100644 index 0000000000..f1f960372c --- /dev/null +++ b/product_analytic/i18n/ro.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linie factura" diff --git a/product_analytic/i18n/ru.po b/product_analytic/i18n/ru.po new file mode 100644 index 0000000000..65b2cfd6a8 --- /dev/null +++ b/product_analytic/i18n/ru.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Позиция счета" diff --git a/product_analytic/i18n/sl.po b/product_analytic/i18n/sl.po new file mode 100644 index 0000000000..d4e7fc3755 --- /dev/null +++ b/product_analytic/i18n/sl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \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_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "Analitični konto stroškov" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "Analitični konto prihodkov" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "Kategorija proizvoda" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Predloga proizvoda" + +#~ msgid "Invoice Line" +#~ msgstr "Postavka računa" diff --git a/product_analytic/i18n/sv.po b/product_analytic/i18n/sv.po new file mode 100644 index 0000000000..ece847fe5d --- /dev/null +++ b/product_analytic/i18n/sv.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fakturarad" diff --git a/product_analytic/i18n/tr.po b/product_analytic/i18n/tr.po new file mode 100644 index 0000000000..1578bc7a18 --- /dev/null +++ b/product_analytic/i18n/tr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-30 23:06+0000\n" +"PO-Revision-Date: 2016-12-30 23:06+0000\n" +"Last-Translator: Ozge Altinisik , 2017\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: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fatura kalemi" diff --git a/product_analytic/i18n/tr_TR.po b/product_analytic/i18n/tr_TR.po new file mode 100644 index 0000000000..df90194e12 --- /dev/null +++ b/product_analytic/i18n/tr_TR.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-30 23:06+0000\n" +"PO-Revision-Date: 2016-12-30 23:06+0000\n" +"Last-Translator: Ozge Altinisik , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "Ürün şablonu" + +#~ msgid "Invoice Line" +#~ msgstr "Fatura hizası" diff --git a/product_analytic/i18n/zh_CN.po b/product_analytic/i18n/zh_CN.po new file mode 100644 index 0000000000..b00031758d --- /dev/null +++ b/product_analytic/i18n/zh_CN.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\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: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "发票明细" diff --git a/product_analytic/i18n/zh_TW.po b/product_analytic/i18n/zh_TW.po new file mode 100644 index 0000000000..3efb0a37f4 --- /dev/null +++ b/product_analytic/i18n/zh_TW.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_analytic +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-21 02:40+0000\n" +"PO-Revision-Date: 2017-06-21 02:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__expense_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__expense_analytic_account_id +msgid "Expense Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model.fields,field_description:product_analytic.field_product_category__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_product__income_analytic_account_id +#: model:ir.model.fields,field_description:product_analytic.field_product_template__income_analytic_account_id +msgid "Income Analytic Account" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_analytic +#: model:ir.model,name:product_analytic.model_product_template +msgid "Product Template" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "發票明細" diff --git a/product_analytic/models/__init__.py b/product_analytic/models/__init__.py new file mode 100644 index 0000000000..a1fa013af3 --- /dev/null +++ b/product_analytic/models/__init__.py @@ -0,0 +1,5 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import account_move +from . import product +from . import product_category diff --git a/product_analytic/models/account_move.py b/product_analytic/models/account_move.py new file mode 100644 index 0000000000..287909fef7 --- /dev/null +++ b/product_analytic/models/account_move.py @@ -0,0 +1,45 @@ +# Copyright 2015 Akretion (http://www.akretion.com/) - Alexis de Lattre +# Copyright 2016 Antiun Ingeniería S.L. - Javier Iniesta +# Copyright 2017 Tecnativa - Luis Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, models + +INV_TYPE_MAP = { + "out_invoice": "income", + "out_refund": "income", + "in_invoice": "expense", + "in_refund": "expense", +} + + +class AccountMoveLine(models.Model): + _inherit = "account.move.line" + + @api.onchange("product_id") + def _onchange_product_id(self): + res = super()._onchange_product_id() + for line in self: + inv_type = line.move_id.move_type + if line.product_id and inv_type: + ana_accounts = ( + line.product_id.product_tmpl_id._get_product_analytic_accounts() + ) + ana_account = ana_accounts[INV_TYPE_MAP[inv_type]] + line.analytic_account_id = ana_account.id + return res + + @api.model_create_multi + def create(self, vals_list): + for vals in vals_list: + inv_type = self.env["account.move"].browse([vals.get("move_id")]).move_type + if ( + vals.get("product_id") + and inv_type != "entry" + and not vals.get("analytic_account_id") + ): + product = self.env["product.product"].browse(vals.get("product_id")) + ana_accounts = product.product_tmpl_id._get_product_analytic_accounts() + ana_account = ana_accounts[INV_TYPE_MAP[inv_type]] + vals["analytic_account_id"] = ana_account.id + return super().create(vals_list) diff --git a/product_analytic/models/product.py b/product_analytic/models/product.py new file mode 100644 index 0000000000..54a3cb494f --- /dev/null +++ b/product_analytic/models/product.py @@ -0,0 +1,30 @@ +# Copyright 2015 Akretion (http://www.akretion.com/) - Alexis de Lattre +# Copyright 2016 Antiun Ingeniería S.L. - Javier Iniesta +# Copyright 2017 Tecnativa - Luis Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class ProductTemplate(models.Model): + _inherit = "product.template" + + income_analytic_account_id = fields.Many2one( + "account.analytic.account", + string="Income Analytic Account", + company_dependent=True, + ) + expense_analytic_account_id = fields.Many2one( + "account.analytic.account", + string="Expense Analytic Account", + company_dependent=True, + ) + + def _get_product_analytic_accounts(self): + self.ensure_one() + return { + "income": self.income_analytic_account_id + or self.categ_id.income_analytic_account_id, + "expense": self.expense_analytic_account_id + or self.categ_id.expense_analytic_account_id, + } diff --git a/product_analytic/models/product_category.py b/product_analytic/models/product_category.py new file mode 100644 index 0000000000..f2d24ea9d0 --- /dev/null +++ b/product_analytic/models/product_category.py @@ -0,0 +1,20 @@ +# Copyright 2015 Akretion (http://www.akretion.com/) - Alexis de Lattre +# Copyright 2016 Antiun Ingeniería S.L. - Javier Iniesta +# Copyright 2017 Tecnativa - Luis Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import fields, models + + +class ProductCategory(models.Model): + _inherit = "product.category" + + income_analytic_account_id = fields.Many2one( + "account.analytic.account", + string="Income Analytic Account", + company_dependent=True, + ) + expense_analytic_account_id = fields.Many2one( + "account.analytic.account", + string="Expense Analytic Account", + company_dependent=True, + ) diff --git a/product_analytic/readme/CONTRIBUTORS.rst b/product_analytic/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..23eb2b61a5 --- /dev/null +++ b/product_analytic/readme/CONTRIBUTORS.rst @@ -0,0 +1,10 @@ +* Alexis de Lattre +* Javier Iniesta +* Luis M. Ontalba +* David Vidal +* Thore Baden +* Pimolnat Suntian +* Reyes4711 +* Denis Roussel + +* Darius Žižys diff --git a/product_analytic/readme/DESCRIPTION.rst b/product_analytic/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..d834601eae --- /dev/null +++ b/product_analytic/readme/DESCRIPTION.rst @@ -0,0 +1,11 @@ +This module allows to define an analytic account at product or category level +for using it when creating invoices. + +This module is an alternative to the official module +*account_analytic_default*. The advantages of this module are: + +* it only depends on the *account* module, whereas the + *account_analytic_default* module depends on *sale_stock* ; + +* the analytic account is configured on the product form or the product + category form, and not on a separate object. diff --git a/product_analytic/readme/HISTORY.rst b/product_analytic/readme/HISTORY.rst new file mode 100644 index 0000000000..2ee555bf02 --- /dev/null +++ b/product_analytic/readme/HISTORY.rst @@ -0,0 +1,49 @@ +15.0.1.0.0 (2022-01-28) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 15. + +14.0.1.0.0 (2021-10-24) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 14. + +13.0.1.0.0 (2020-01-08) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 13. + +12.0.1.0.0 (2019-05-26) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 12. + +11.0.1.0.0 (2018-05-18) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 11. + +10.0.1.0.1 (2017-07-18) +~~~~~~~~~~~~~~~~~~~~~~~ + +[ADD] Demo data and feature to set analytic account for products. + +10.0.1.0.0 (2017-06-13) +~~~~~~~~~~~~~~~~~~~~~~~ + +Migrated to odoo 10. + +8.0.1.0.2 (2016-12-03) +~~~~~~~~~~~~~~~~~~~~~~~ + +[FIX] Travis errors. + +8.0.1.0.1 (2016-01-05) +~~~~~~~~~~~~~~~~~~~~~~~ + +[IMP] Analytic account creating invoice lines. + +8.0.1.0.0 (2015-11-30) +~~~~~~~~~~~~~~~~~~~~~~~ + +First version. diff --git a/product_analytic/readme/USAGE.rst b/product_analytic/readme/USAGE.rst new file mode 100644 index 0000000000..2a9f813afc --- /dev/null +++ b/product_analytic/readme/USAGE.rst @@ -0,0 +1,7 @@ +This module allows you to configure an **income analytic account** and an +**expense analytic account** on products and on product categories. When you +select the product in an invoice line, it will check if this product has an +income analytic account (for customer invoice/refunds) or an expense analytic +account (for supplier invoice/refunds) ; if it doesn't find any, it checks if +the category of the product has an income or expense analytic account ; if an +analytic account is found, it will be set by default on the invoice line. diff --git a/product_analytic/static/description/icon.png b/product_analytic/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/product_analytic/static/description/icon.png differ diff --git a/product_analytic/static/description/index.html b/product_analytic/static/description/index.html new file mode 100644 index 0000000000..eaa293dd8c --- /dev/null +++ b/product_analytic/static/description/index.html @@ -0,0 +1,493 @@ + + + + + + +Product Analytic + + + +
+

Product Analytic

+ + +

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

+

This module allows to define an analytic account at product or category level +for using it when creating invoices.

+

This module is an alternative to the official module +account_analytic_default. The advantages of this module are:

+
    +
  • it only depends on the account module, whereas the +account_analytic_default module depends on sale_stock ;
  • +
  • the analytic account is configured on the product form or the product +category form, and not on a separate object.
  • +
+

Table of contents

+ +
+

Usage

+

This module allows you to configure an income analytic account and an +expense analytic account on products and on product categories. When you +select the product in an invoice line, it will check if this product has an +income analytic account (for customer invoice/refunds) or an expense analytic +account (for supplier invoice/refunds) ; if it doesn’t find any, it checks if +the category of the product has an income or expense analytic account ; if an +analytic account is found, it will be set by default on the invoice line.

+
+
+

Changelog

+
+

13.0.1.0.0 (2020-01-08)

+

Migrated to odoo 13.

+
+
+

12.0.1.0.0 (2019-05-26)

+

Migrated to odoo 12.

+
+
+

11.0.1.0.0 (2018-05-18)

+

Migrated to odoo 11.

+
+
+

10.0.1.0.1 (2017-07-18)

+

[ADD] Demo data and feature to set analytic account for products.

+
+
+

10.0.1.0.0 (2017-06-13)

+

Migrated to odoo 10.

+
+
+

8.0.1.0.2 (2016-12-03)

+

[FIX] Travis errors.

+
+
+

8.0.1.0.1 (2016-01-05)

+

[IMP] Analytic account creating invoice lines.

+
+
+

8.0.1.0.0 (2015-11-30)

+

First version.

+
+
+
+

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

+
    +
  • Akretion
  • +
  • Tecnativa
  • +
+
+
+

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/account-analytic project on GitHub.

+

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

+
+
+
+ + diff --git a/product_analytic/tests/__init__.py b/product_analytic/tests/__init__.py new file mode 100644 index 0000000000..d72e9d6bd7 --- /dev/null +++ b/product_analytic/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import test_account_move diff --git a/product_analytic/tests/test_account_move.py b/product_analytic/tests/test_account_move.py new file mode 100644 index 0000000000..b829aecee2 --- /dev/null +++ b/product_analytic/tests/test_account_move.py @@ -0,0 +1,100 @@ +# Copyright 2015 Antiun Ingenieria - Javier Iniesta +# Copyright 2017 Tecnativa - Luis Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo.tests.common import TransactionCase + + +class TestAccountInvoiceLine(TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.analytic_account1 = cls.env["account.analytic.account"].create( + {"name": "test analytic_account1"} + ) + cls.analytic_account2 = cls.env["account.analytic.account"].create( + {"name": "test analytic_account2"} + ) + cls.product = cls.env["product.product"].create( + { + "name": "test product", + "lst_price": 50, + "standard_price": 50, + "income_analytic_account_id": cls.analytic_account1.id, + "expense_analytic_account_id": cls.analytic_account2.id, + } + ) + cls.partner = cls.env["res.partner"].create({"name": "Test partner"}) + cls.journal_sale = cls.env["account.journal"].create( + {"name": "Test journal sale", "code": "SALE0", "type": "sale"} + ) + cls.journal_purchase = cls.env["account.journal"].create( + {"name": "Test journal purchase", "code": "PURCHASE0", "type": "purchase"} + ) + cls.account_type = cls.env["account.account.type"].create( + {"name": "Test account type", "type": "other", "internal_group": "equity"} + ) + cls.account = cls.env["account.account"].create( + { + "name": "Test account", + "code": "TEST", + "user_type_id": cls.account_type.id, + } + ) + + def test_create_in(self): + invoice = self.env["account.move"].create( + { + "partner_id": self.partner.id, + "journal_id": self.journal_purchase.id, + "move_type": "in_invoice", + "invoice_line_ids": [ + ( + 0, + 0, + { + "name": "Test line", + "quantity": 1, + "price_unit": 50, + "account_id": self.account.id, + "product_id": self.product.id, + }, + ) + ], + } + ) + invoice_line = invoice.invoice_line_ids[0] + invoice_line._onchange_product_id() + self.assertEqual( + invoice_line.analytic_account_id.id, + self.product.expense_analytic_account_id.id, + ) + + def test_create_out(self): + invoice = self.env["account.move"].create( + { + "partner_id": self.partner.id, + "journal_id": self.journal_sale.id, + "move_type": "out_invoice", + "invoice_line_ids": [ + ( + 0, + 0, + { + "name": "Test line", + "quantity": 1, + "price_unit": 50, + "account_id": self.account.id, + "product_id": self.product.id, + }, + ) + ], + } + ) + invoice_line = invoice.invoice_line_ids[0] + invoice_line._onchange_product_id() + self.assertEqual( + invoice_line.analytic_account_id.id, + self.product.income_analytic_account_id.id, + ) diff --git a/product_analytic/views/product_view.xml b/product_analytic/views/product_view.xml new file mode 100644 index 0000000000..32c5a12ac6 --- /dev/null +++ b/product_analytic/views/product_view.xml @@ -0,0 +1,33 @@ + + + + + product_analytic_account.product.template.form + product.template + + + + + + + + + + + + product_analytic_account.product.categ.form + product.category + + + + + + + + + + + diff --git a/setup/product_analytic/setup.py b/setup/product_analytic/setup.py new file mode 100644 index 0000000000..e7b43cf427 --- /dev/null +++ b/setup/product_analytic/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)