diff --git a/sale_company_currency/README.rst b/sale_company_currency/README.rst new file mode 100644 index 00000000000..5779ff45ade --- /dev/null +++ b/sale_company_currency/README.rst @@ -0,0 +1,81 @@ +=============================== +Company Currency in Sale Orders +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Fsale--workflow-lightgray.png?logo=github + :target: https://github.com/OCA/sale-workflow/tree/14.0/sale_company_currency + :alt: OCA/sale-workflow +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_company_currency + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/167/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds functional fields to show sale order in the company currency: +amount total. + +1. For tree view, when you have SO in multiple currencies, Odoo sums them up + regardless the different currencies. This module adds a column & sums in + the company's currency. + +2. The field is also shown in form view after the total. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp + +Contributors +~~~~~~~~~~~~ + +* Denis Leemann +* Alexei Rivera + +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/sale-workflow `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_company_currency/__init__.py b/sale_company_currency/__init__.py new file mode 100644 index 00000000000..83e553ac462 --- /dev/null +++ b/sale_company_currency/__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/sale_company_currency/__manifest__.py b/sale_company_currency/__manifest__.py new file mode 100644 index 00000000000..04575551450 --- /dev/null +++ b/sale_company_currency/__manifest__.py @@ -0,0 +1,14 @@ +# Copyright 2017 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Company Currency in Sale Orders", + "version": "16.0.1.0.0", + "author": "Camptocamp, " "Odoo Community Association (OCA) ", + "website": "https://github.com/OCA/sale-workflow", + "category": "Sale", + "license": "AGPL-3", + "depends": ["sale"], + "data": ["views/sale_order_view.xml"], + "installable": True, +} diff --git a/sale_company_currency/i18n/ca.po b/sale_company_currency/i18n/ca.po new file mode 100644 index 00000000000..74cf4085943 --- /dev/null +++ b/sale_company_currency/i18n/ca.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2021-03-26 10:46+0000\n" +"Last-Translator: Daniel Martinez Vila \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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "Moneda de l'empresa" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "Import de la comanda de venda a la moneda de l’empresa" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Comandes de venda" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Total" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "Total (moneda de l'empresa)" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "Suma total" diff --git a/sale_company_currency/i18n/de.po b/sale_company_currency/i18n/de.po new file mode 100644 index 00000000000..4168bdc8153 --- /dev/null +++ b/sale_company_currency/i18n/de.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Verkaufsauftrag" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/el_GR.po b/sale_company_currency/i18n/el_GR.po new file mode 100644 index 00000000000..528a36f6a90 --- /dev/null +++ b/sale_company_currency/i18n/el_GR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Εντολή Πώλησης" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/es.po b/sale_company_currency/i18n/es.po new file mode 100644 index 00000000000..b5963f22bc0 --- /dev/null +++ b/sale_company_currency/i18n/es.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2021-03-26 10:46+0000\n" +"Last-Translator: Daniel Martinez Vila \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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "Moneda de la empresa" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "Importe de la orden de venta en la moneda de la empresa" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Total" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "Total (moneda de la empresa)" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "Cantidad total" diff --git a/sale_company_currency/i18n/es_ES.po b/sale_company_currency/i18n/es_ES.po new file mode 100644 index 00000000000..3f5ae504512 --- /dev/null +++ b/sale_company_currency/i18n/es_ES.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/es_VE.po b/sale_company_currency/i18n/es_VE.po new file mode 100644 index 00000000000..cda048561fc --- /dev/null +++ b/sale_company_currency/i18n/es_VE.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Pedidos de venta" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/fi.po b/sale_company_currency/i18n/fi.po new file mode 100644 index 00000000000..a30072cca12 --- /dev/null +++ b/sale_company_currency/i18n/fi.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Myyntitilaus" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/fr.po b/sale_company_currency/i18n/fr.po new file mode 100644 index 00000000000..aecd3c31437 --- /dev/null +++ b/sale_company_currency/i18n/fr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Bon de commande" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Total" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/hr.po b/sale_company_currency/i18n/hr.po new file mode 100644 index 00000000000..0a8d361cba9 --- /dev/null +++ b/sale_company_currency/i18n/hr.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2021-10-08 11:34+0000\n" +"Last-Translator: Matija Krolo \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "Valuta kompanije" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "Iznos prodajnog naloga u valuti kompanije" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Ukupno" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "Ukupno (valuta kompanije)" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "Ukupni iznos" diff --git a/sale_company_currency/i18n/hr_HR.po b/sale_company_currency/i18n/hr_HR.po new file mode 100644 index 00000000000..9826d2ee16c --- /dev/null +++ b/sale_company_currency/i18n/hr_HR.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Prodjani nalog" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/hu.po b/sale_company_currency/i18n/hu.po new file mode 100644 index 00000000000..21adf36346d --- /dev/null +++ b/sale_company_currency/i18n/hu.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Vevői megrendelés" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/it.po b/sale_company_currency/i18n/it.po new file mode 100644 index 00000000000..c5ece6321c2 --- /dev/null +++ b/sale_company_currency/i18n/it.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2022-06-24 10:05+0000\n" +"Last-Translator: Francesco Foresti \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Ordine di vendita" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Totale" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/nl.po b/sale_company_currency/i18n/nl.po new file mode 100644 index 00000000000..a61f9915d11 --- /dev/null +++ b/sale_company_currency/i18n/nl.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/nl_NL.po b/sale_company_currency/i18n/nl_NL.po new file mode 100644 index 00000000000..e6b8f3ce9d7 --- /dev/null +++ b/sale_company_currency/i18n/nl_NL.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Totaal" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/pt.po b/sale_company_currency/i18n/pt.po new file mode 100644 index 00000000000..49b08316856 --- /dev/null +++ b/sale_company_currency/i18n/pt.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2018-11-25 20:42+0000\n" +"Last-Translator: Pedro Castro Silva \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" +"X-Generator: Weblate 3.2.2\n" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "Moeda da Empresa" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "Montante da Encomenda na Moeda da Empresa" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Ordem de Venda" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "Total (Moeda da Empresa)" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "Montante Total" diff --git a/sale_company_currency/i18n/pt_BR.po b/sale_company_currency/i18n/pt_BR.po new file mode 100644 index 00000000000..40132989f50 --- /dev/null +++ b/sale_company_currency/i18n/pt_BR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Pedido de Venda" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/ro.po b/sale_company_currency/i18n/ro.po new file mode 100644 index 00000000000..5f5f95362f3 --- /dev/null +++ b/sale_company_currency/i18n/ro.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Comandă vânzare" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/sale_company_currency.pot b/sale_company_currency/i18n/sale_company_currency.pot new file mode 100644 index 00000000000..4fc64cfa13f --- /dev/null +++ b/sale_company_currency/i18n/sale_company_currency.pot @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order__amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_company_currency +#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/sk.po b/sale_company_currency/i18n/sk.po new file mode 100644 index 00000000000..e96d7d21a46 --- /dev/null +++ b/sale_company_currency/i18n/sk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-27 03:52+0000\n" +"PO-Revision-Date: 2018-01-27 03:52+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Objednávka predaja" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/sl.po b/sale_company_currency/i18n/sl.po new file mode 100644 index 00000000000..7685e48cbe9 --- /dev/null +++ b/sale_company_currency/i18n/sl.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "Skupaj" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/tr.po b/sale_company_currency/i18n/tr.po new file mode 100644 index 00000000000..3b05f982029 --- /dev/null +++ b/sale_company_currency/i18n/tr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Sipariş Emri" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/tr_TR.po b/sale_company_currency/i18n/tr_TR.po new file mode 100644 index 00000000000..8c39c9e7957 --- /dev/null +++ b/sale_company_currency/i18n/tr_TR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Satış emri" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/vi_VN.po b/sale_company_currency/i18n/vi_VN.po new file mode 100644 index 00000000000..277865b2396 --- /dev/null +++ b/sale_company_currency/i18n/vi_VN.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "Đơn hàng Bán" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/i18n/zh_CN.po b/sale_company_currency/i18n/zh_CN.po new file mode 100644 index 00000000000..27147f2b21e --- /dev/null +++ b/sale_company_currency/i18n/zh_CN.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_company_currency +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_company_currency_id +msgid "Company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,help:sale_company_currency.field_sale_order_amount_total_curr +msgid "Sale Order Amount in the company Currency" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model,name:sale_company_currency.model_sale_order +msgid "Sales Order" +msgstr "销售订单" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total" +msgstr "" + +#. module: sale_company_currency +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_form +#: model:ir.ui.view,arch_db:sale_company_currency.view_order_tree +#: model:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree +msgid "Total (Company Currency)" +msgstr "" + +#. module: sale_company_currency +#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order_amount_total_curr +msgid "Total Amount" +msgstr "" diff --git a/sale_company_currency/models/__init__.py b/sale_company_currency/models/__init__.py new file mode 100644 index 00000000000..d12c5efdb1c --- /dev/null +++ b/sale_company_currency/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import sale_order diff --git a/sale_company_currency/models/sale_order.py b/sale_company_currency/models/sale_order.py new file mode 100644 index 00000000000..f8ed7c7348e --- /dev/null +++ b/sale_company_currency/models/sale_order.py @@ -0,0 +1,33 @@ +# Copyright Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class SaleOrder(models.Model): + _inherit = "sale.order" + + company_currency_id = fields.Many2one( + "res.currency", + related="company_id.currency_id", + string="Company Currency", + readonly=True, + store=True, + ) + amount_total_curr = fields.Monetary( + string="Total Amount", + readonly=True, + help="Sale Order Amount in the company Currency", + compute="_compute_amount_company", + currency_field="company_currency_id", + store=True, + ) + + @api.depends("amount_total", "currency_rate") + def _compute_amount_company(self): + for order in self: + if order.currency_id.id == order.company_id.currency_id.id: + to_amount = order.amount_total + else: + to_amount = order.amount_total / order.currency_rate + order.amount_total_curr = to_amount diff --git a/sale_company_currency/readme/CONTRIBUTORS.rst b/sale_company_currency/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..49ec9f078f2 --- /dev/null +++ b/sale_company_currency/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Denis Leemann +* Alexei Rivera diff --git a/sale_company_currency/readme/DESCRIPTION.rst b/sale_company_currency/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..db759ae8f7b --- /dev/null +++ b/sale_company_currency/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +This module adds functional fields to show sale order in the company currency: +amount total. + +1. For tree view, when you have SO in multiple currencies, Odoo sums them up + regardless the different currencies. This module adds a column & sums in + the company's currency. + +2. The field is also shown in form view after the total. diff --git a/sale_company_currency/static/description/icon.png b/sale_company_currency/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/sale_company_currency/static/description/icon.png differ diff --git a/sale_company_currency/static/description/index.html b/sale_company_currency/static/description/index.html new file mode 100644 index 00000000000..ddd4978b553 --- /dev/null +++ b/sale_company_currency/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +Company Currency in Sale Orders + + + +
+

Company Currency in Sale Orders

+ + +

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

+

This module adds functional fields to show sale order in the company currency: +amount total.

+
    +
  1. For tree view, when you have SO in multiple currencies, Odoo sums them up +regardless the different currencies. This module adds a column & sums in +the company’s currency.
  2. +
  3. The field is also shown in form view after the total.
  4. +
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+
+

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/sale-workflow project on GitHub.

+

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

+
+
+
+ + diff --git a/sale_company_currency/views/sale_order_view.xml b/sale_company_currency/views/sale_order_view.xml new file mode 100644 index 00000000000..0ff2e97cc83 --- /dev/null +++ b/sale_company_currency/views/sale_order_view.xml @@ -0,0 +1,55 @@ + + + + sale.order.tree + sale.order + + + + + + + + + + sale.order.form + sale.order + + + + + + + + + + sale.quotation.tree + sale.order + + + + + + + + + diff --git a/setup/sale_company_currency/odoo/addons/sale_company_currency b/setup/sale_company_currency/odoo/addons/sale_company_currency new file mode 120000 index 00000000000..f1473edfa0f --- /dev/null +++ b/setup/sale_company_currency/odoo/addons/sale_company_currency @@ -0,0 +1 @@ +../../../../sale_company_currency \ No newline at end of file diff --git a/setup/sale_company_currency/setup.py b/setup/sale_company_currency/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/sale_company_currency/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)