diff --git a/account_invoice_tax_required/README.rst b/account_invoice_tax_required/README.rst new file mode 100644 index 00000000000..74a0a80c05c --- /dev/null +++ b/account_invoice_tax_required/README.rst @@ -0,0 +1,92 @@ +======================= +Tax required in invoice +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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--invoicing-lightgray.png?logo=github + :target: https://github.com/OCA/account-invoicing/tree/15.0/account_invoice_tax_required + :alt: OCA/account-invoicing +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-invoicing-15-0/account-invoicing-15-0-account_invoice_tax_required + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/95/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a check on invoice +to force user to set tax on invoice line. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Go to Invoicing > Customers > Invoices. +#. Create a new invoice. +#. Insert a new invoice line without taxes. +#. Press on "Post". +#. An error will raise preventing to do it. + +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 +* Tecnativa +* Punt Sistemes + +Contributors +~~~~~~~~~~~~ + +* Vincent Renaville +* Angel Moya +* Kitti U. +* Jorge Camacho +* Nikul Chaudhary +* Juan Vicente PAscual + +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-invoicing `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_invoice_tax_required/__init__.py b/account_invoice_tax_required/__init__.py new file mode 100644 index 00000000000..41c664806ba --- /dev/null +++ b/account_invoice_tax_required/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2015 - Camptocamp SA - Author Vincent Renaville +# Copyright 2016 - Tecnativa - Angel Moya +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models diff --git a/account_invoice_tax_required/__manifest__.py b/account_invoice_tax_required/__manifest__.py new file mode 100644 index 00000000000..8e9bad4facb --- /dev/null +++ b/account_invoice_tax_required/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2015 - Camptocamp SA - Author Vincent Renaville +# Copyright 2016 - Tecnativa - Angel Moya +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Tax required in invoice", + "version": "16.0.1.0.0", + "author": "Camptocamp,Tecnativa,Punt Sistemes, " "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-invoicing", + "category": "Localization / Accounting", + "license": "AGPL-3", + "summary": """This module adds functional a check on invoice to force user + to set tax on invoice line.""", + "depends": ["account"], + "installable": True, +} diff --git a/account_invoice_tax_required/i18n/account_invoice_tax_required.pot b/account_invoice_tax_required/i18n/account_invoice_tax_required.pot new file mode 100644 index 00000000000..04ae0a66036 --- /dev/null +++ b/account_invoice_tax_required/i18n/account_invoice_tax_required.pot @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_move.py:0 +#, python-format +msgid "" +"%(message)s\n" +"%(errors)s" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_move.py:0 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_move +msgid "Journal Entry" +msgstr "" diff --git a/account_invoice_tax_required/i18n/ar.po b/account_invoice_tax_required/i18n/ar.po new file mode 100644 index 00000000000..ceeb5359d24 --- /dev/null +++ b/account_invoice_tax_required/i18n/ar.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_move.py:0 +#, python-format +msgid "" +"%(message)s\n" +"%(errors)s" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_move.py:0 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_move +msgid "Journal Entry" +msgstr "" + +#~ msgid "Invoice" +#~ msgstr "فاتورة" diff --git a/account_invoice_tax_required/i18n/bg.po b/account_invoice_tax_required/i18n/bg.po new file mode 100644 index 00000000000..c2a91086221 --- /dev/null +++ b/account_invoice_tax_required/i18n/bg.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/bs.po b/account_invoice_tax_required/i18n/bs.po new file mode 100644 index 00000000000..ccff79b5759 --- /dev/null +++ b/account_invoice_tax_required/i18n/bs.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/ca.po b/account_invoice_tax_required/i18n/ca.po new file mode 100644 index 00000000000..e67f5cf9c2f --- /dev/null +++ b/account_invoice_tax_required/i18n/ca.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2022-08-09 10:06+0000\n" +"Last-Translator: jabelchi \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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" +"%s\n" +"%s" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "La factura té una línia amb el producte %s que no té impostos" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "No s'han definit impostos" diff --git a/account_invoice_tax_required/i18n/cs.po b/account_invoice_tax_required/i18n/cs.po new file mode 100644 index 00000000000..5424a08b4e2 --- /dev/null +++ b/account_invoice_tax_required/i18n/cs.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/de.po b/account_invoice_tax_required/i18n/de.po new file mode 100644 index 00000000000..51eb8f8daae --- /dev/null +++ b/account_invoice_tax_required/i18n/de.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-10-11 11:41+0000\n" +"Last-Translator: Rudolf Schnapka \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" +"X-Generator: Weblate 3.1.1\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" +"%s\n" +"%s" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Rechnung" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "Rechnung hat eine Position mit Produkt %s ohne Steuer" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "Keine Steuern festgelegt!" diff --git a/account_invoice_tax_required/i18n/el_GR.po b/account_invoice_tax_required/i18n/el_GR.po new file mode 100644 index 00000000000..7a4c3cee584 --- /dev/null +++ b/account_invoice_tax_required/i18n/el_GR.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Τιμολόγιο" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/en_GB.po b/account_invoice_tax_required/i18n/en_GB.po new file mode 100644 index 00000000000..eb2cdcc6081 --- /dev/null +++ b/account_invoice_tax_required/i18n/en_GB.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Invoice" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/es.po b/account_invoice_tax_required/i18n/es.po new file mode 100644 index 00000000000..a840105c36e --- /dev/null +++ b/account_invoice_tax_required/i18n/es.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-07-13 08:50+0000\n" +"Last-Translator: Enric Tobella \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 3.0.1\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" +"%s\n" +"%s" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" +"La factura contiene una línea con el producto %s que no tiene impuestos" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "No hay impuestos definidos!" diff --git a/account_invoice_tax_required/i18n/es_CR.po b/account_invoice_tax_required/i18n/es_CR.po new file mode 100644 index 00000000000..89dc78f779c --- /dev/null +++ b/account_invoice_tax_required/i18n/es_CR.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/es_EC.po b/account_invoice_tax_required/i18n/es_EC.po new file mode 100644 index 00000000000..24f8b0971c6 --- /dev/null +++ b/account_invoice_tax_required/i18n/es_EC.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/es_ES.po b/account_invoice_tax_required/i18n/es_ES.po new file mode 100644 index 00000000000..aeb8ac51e24 --- /dev/null +++ b/account_invoice_tax_required/i18n/es_ES.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/es_MX.po b/account_invoice_tax_required/i18n/es_MX.po new file mode 100644 index 00000000000..948bcb418ae --- /dev/null +++ b/account_invoice_tax_required/i18n/es_MX.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/et.po b/account_invoice_tax_required/i18n/et.po new file mode 100644 index 00000000000..e1af313207d --- /dev/null +++ b/account_invoice_tax_required/i18n/et.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Arve" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/fi.po b/account_invoice_tax_required/i18n/fi.po new file mode 100644 index 00000000000..a4d32fca2b7 --- /dev/null +++ b/account_invoice_tax_required/i18n/fi.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Lasku" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/fr.po b/account_invoice_tax_required/i18n/fr.po new file mode 100644 index 00000000000..c8535f939e5 --- /dev/null +++ b/account_invoice_tax_required/i18n/fr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +# Quentin THEURET , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-03 01:13+0000\n" +"PO-Revision-Date: 2018-02-03 01:13+0000\n" +"Last-Translator: Quentin THEURET , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" +"%s\n" +"%s" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "La facture a un produit %s sans taxe" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "Aucunes taxes définies" diff --git a/account_invoice_tax_required/i18n/fr_CA.po b/account_invoice_tax_required/i18n/fr_CA.po new file mode 100644 index 00000000000..5fca29b9c58 --- /dev/null +++ b/account_invoice_tax_required/i18n/fr_CA.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/fr_CH.po b/account_invoice_tax_required/i18n/fr_CH.po new file mode 100644 index 00000000000..f6b49148d69 --- /dev/null +++ b/account_invoice_tax_required/i18n/fr_CH.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/gl.po b/account_invoice_tax_required/i18n/gl.po new file mode 100644 index 00000000000..2375dd2f995 --- /dev/null +++ b/account_invoice_tax_required/i18n/gl.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/hr.po b/account_invoice_tax_required/i18n/hr.po new file mode 100644 index 00000000000..36ff90b6836 --- /dev/null +++ b/account_invoice_tax_required/i18n/hr.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/hr_HR.po b/account_invoice_tax_required/i18n/hr_HR.po new file mode 100644 index 00000000000..06dc72bec72 --- /dev/null +++ b/account_invoice_tax_required/i18n/hr_HR.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/hu.po b/account_invoice_tax_required/i18n/hu.po new file mode 100644 index 00000000000..cc9222260c3 --- /dev/null +++ b/account_invoice_tax_required/i18n/hu.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Számla" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/id.po b/account_invoice_tax_required/i18n/id.po new file mode 100644 index 00000000000..9cd266e9109 --- /dev/null +++ b/account_invoice_tax_required/i18n/id.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktur" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/it.po b/account_invoice_tax_required/i18n/it.po new file mode 100644 index 00000000000..e4ec2cac7fa --- /dev/null +++ b/account_invoice_tax_required/i18n/it.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fattura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/ja.po b/account_invoice_tax_required/i18n/ja.po new file mode 100644 index 00000000000..8ced3e24b27 --- /dev/null +++ b/account_invoice_tax_required/i18n/ja.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "請求書" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/lt.po b/account_invoice_tax_required/i18n/lt.po new file mode 100644 index 00000000000..c6ae5b8c51d --- /dev/null +++ b/account_invoice_tax_required/i18n/lt.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-07-01 13:27+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Sąskaita faktūra" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/mk.po b/account_invoice_tax_required/i18n/mk.po new file mode 100644 index 00000000000..07ce1eace6f --- /dev/null +++ b/account_invoice_tax_required/i18n/mk.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/mn.po b/account_invoice_tax_required/i18n/mn.po new file mode 100644 index 00000000000..799a9a03351 --- /dev/null +++ b/account_invoice_tax_required/i18n/mn.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Нэхэмжлэл" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/nb.po b/account_invoice_tax_required/i18n/nb.po new file mode 100644 index 00000000000..d8415b7ef7c --- /dev/null +++ b/account_invoice_tax_required/i18n/nb.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/nb_NO.po b/account_invoice_tax_required/i18n/nb_NO.po new file mode 100644 index 00000000000..25af8a47c72 --- /dev/null +++ b/account_invoice_tax_required/i18n/nb_NO.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Innmelding" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/nl.po b/account_invoice_tax_required/i18n/nl.po new file mode 100644 index 00000000000..d6970ba2c68 --- /dev/null +++ b/account_invoice_tax_required/i18n/nl.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/nl_BE.po b/account_invoice_tax_required/i18n/nl_BE.po new file mode 100644 index 00000000000..6c9059c99c3 --- /dev/null +++ b/account_invoice_tax_required/i18n/nl_BE.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/nl_NL.po b/account_invoice_tax_required/i18n/nl_NL.po new file mode 100644 index 00000000000..e918feb5f50 --- /dev/null +++ b/account_invoice_tax_required/i18n/nl_NL.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/pl.po b/account_invoice_tax_required/i18n/pl.po new file mode 100644 index 00000000000..ef2185d8bd0 --- /dev/null +++ b/account_invoice_tax_required/i18n/pl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/pt.po b/account_invoice_tax_required/i18n/pt.po new file mode 100644 index 00000000000..e8c918173bc --- /dev/null +++ b/account_invoice_tax_required/i18n/pt.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/pt_BR.po b/account_invoice_tax_required/i18n/pt_BR.po new file mode 100644 index 00000000000..66bf33f3bd5 --- /dev/null +++ b/account_invoice_tax_required/i18n/pt_BR.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2019-08-26 15:01+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.8\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" +"%s\n" +"%s" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "A Fatura com o produto %s está sem impostos" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "Sem Impostos Definidos!" diff --git a/account_invoice_tax_required/i18n/pt_PT.po b/account_invoice_tax_required/i18n/pt_PT.po new file mode 100644 index 00000000000..b8a7f69d1dc --- /dev/null +++ b/account_invoice_tax_required/i18n/pt_PT.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/ro.po b/account_invoice_tax_required/i18n/ro.po new file mode 100644 index 00000000000..419887e2a8c --- /dev/null +++ b/account_invoice_tax_required/i18n/ro.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/ru.po b/account_invoice_tax_required/i18n/ru.po new file mode 100644 index 00000000000..3b878bed573 --- /dev/null +++ b/account_invoice_tax_required/i18n/ru.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Счет" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/sk_SK.po b/account_invoice_tax_required/i18n/sk_SK.po new file mode 100644 index 00000000000..3bd7c1615b8 --- /dev/null +++ b/account_invoice_tax_required/i18n/sk_SK.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/" +"sk_SK/)\n" +"Language: sk_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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktúra" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/sl.po b/account_invoice_tax_required/i18n/sl.po new file mode 100644 index 00000000000..af7f87d6f61 --- /dev/null +++ b/account_invoice_tax_required/i18n/sl.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "Račun vsebuje postavko s proizvodom %s brez davkov" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "Davki niso določeni!" diff --git a/account_invoice_tax_required/i18n/sv.po b/account_invoice_tax_required/i18n/sv.po new file mode 100644 index 00000000000..22013493d97 --- /dev/null +++ b/account_invoice_tax_required/i18n/sv.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/th.po b/account_invoice_tax_required/i18n/th.po new file mode 100644 index 00000000000..0dd9398703a --- /dev/null +++ b/account_invoice_tax_required/i18n/th.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "ใบแจ้งหนี้" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/tr.po b/account_invoice_tax_required/i18n/tr.po new file mode 100644 index 00000000000..8b01b6732f5 --- /dev/null +++ b/account_invoice_tax_required/i18n/tr.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/tr_TR.po b/account_invoice_tax_required/i18n/tr_TR.po new file mode 100644 index 00000000000..2fcec918bd9 --- /dev/null +++ b/account_invoice_tax_required/i18n/tr_TR.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/zh_CN.po b/account_invoice_tax_required/i18n/zh_CN.po new file mode 100644 index 00000000000..4b95c3fb66e --- /dev/null +++ b/account_invoice_tax_required/i18n/zh_CN.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 03:40+0000\n" +"PO-Revision-Date: 2018-02-02 03:40+0000\n" +"Last-Translator: OCA Transbot , 2018\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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "发票" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/i18n/zh_TW.po b/account_invoice_tax_required/i18n/zh_TW.po new file mode 100644 index 00000000000..7140d8f27ad --- /dev/null +++ b/account_invoice_tax_required/i18n/zh_TW.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_tax_required +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-07-01 13:27+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/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: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "" +"%s\n" +"%s" +msgstr "" + +#. module: account_invoice_tax_required +#: model:ir.model,name:account_invoice_tax_required.model_account_invoice +msgid "Invoice" +msgstr "發票" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 +#, python-format +msgid "Invoice has a line with product %s with no taxes" +msgstr "" + +#. module: account_invoice_tax_required +#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 +#, python-format +msgid "No Taxes Defined!" +msgstr "" diff --git a/account_invoice_tax_required/models/__init__.py b/account_invoice_tax_required/models/__init__.py new file mode 100644 index 00000000000..06d06dffb2a --- /dev/null +++ b/account_invoice_tax_required/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import account_move diff --git a/account_invoice_tax_required/models/account_move.py b/account_invoice_tax_required/models/account_move.py new file mode 100644 index 00000000000..2f32d7f4fda --- /dev/null +++ b/account_invoice_tax_required/models/account_move.py @@ -0,0 +1,54 @@ +# Copyright 2015 - Camptocamp SA - Author Vincent Renaville +# Copyright 2016 - Tecnativa - Angel Moya +# Copyright 2019 - Tecnativa - Pedro M. Baeza +# Copyright 2019 - Punt Sistemes - Juan Vicente Pascual +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import SUPERUSER_ID, _, models +from odoo.exceptions import UserError +from odoo.tools import config + + +class AccountMove(models.Model): + _inherit = "account.move" + + def _test_invoice_line_tax(self): + errors = [] + error_template = _("Invoice has a line with product %s with no taxes") + for invoice_line in self.mapped("invoice_line_ids").filtered( + lambda x: x.display_type not in ("line_section", "line_note") + ): + if not invoice_line.tax_ids: + error_string = error_template % (invoice_line.name) + errors.append(error_string) + if errors: + raise UserError( + _( + "%(message)s\n%(errors)s", + message="No Taxes Defined!", + errors=("\n".join(x for x in errors)), + ) + ) + + def action_post(self): + # Always test if it is required by context + force_test = self.env.context.get("test_tax_required") + skip_test = any( + ( + # It usually fails when installing other addons with demo data + self.with_user(SUPERUSER_ID) + .env["ir.module.module"] + .search( + [ + ("state", "in", ["to install", "to upgrade"]), + ("demo", "=", True), + ] + ), + # Avoid breaking unaware addons' tests by default + config["test_enable"], + ) + ) + for move in self: + if move.move_type != "entry" and (force_test or not skip_test): + move._test_invoice_line_tax() + return super(AccountMove, self).action_post() diff --git a/account_invoice_tax_required/readme/CONTRIBUTORS.rst b/account_invoice_tax_required/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..755397de0d0 --- /dev/null +++ b/account_invoice_tax_required/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Vincent Renaville +* Angel Moya +* Kitti U. +* Jorge Camacho +* Nikul Chaudhary +* Juan Vicente PAscual diff --git a/account_invoice_tax_required/readme/DESCRIPTION.rst b/account_invoice_tax_required/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..2fd798826b5 --- /dev/null +++ b/account_invoice_tax_required/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module adds a check on invoice +to force user to set tax on invoice line. diff --git a/account_invoice_tax_required/readme/USAGE.rst b/account_invoice_tax_required/readme/USAGE.rst new file mode 100644 index 00000000000..d138abfd859 --- /dev/null +++ b/account_invoice_tax_required/readme/USAGE.rst @@ -0,0 +1,7 @@ +To use this module, you need to: + +#. Go to Invoicing > Customers > Invoices. +#. Create a new invoice. +#. Insert a new invoice line without taxes. +#. Press on "Post". +#. An error will raise preventing to do it. diff --git a/account_invoice_tax_required/static/description/icon.png b/account_invoice_tax_required/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_invoice_tax_required/static/description/icon.png differ diff --git a/account_invoice_tax_required/static/description/index.html b/account_invoice_tax_required/static/description/index.html new file mode 100644 index 00000000000..322f8cb0928 --- /dev/null +++ b/account_invoice_tax_required/static/description/index.html @@ -0,0 +1,439 @@ + + + + + + +Tax required in invoice + + + +
+

Tax required in invoice

+ + +

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

+

This module adds a check on invoice +to force user to set tax on invoice line.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to Invoicing > Customers > Invoices.
  2. +
  3. Create a new invoice.
  4. +
  5. Insert a new invoice line without taxes.
  6. +
  7. Press on “Post”.
  8. +
  9. An error will raise preventing to do it.
  10. +
+
+
+

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
  • +
  • Tecnativa
  • +
  • Punt Sistemes
  • +
+
+
+

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-invoicing project on GitHub.

+

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

+
+
+
+ + diff --git a/account_invoice_tax_required/tests/__init__.py b/account_invoice_tax_required/tests/__init__.py new file mode 100644 index 00000000000..c84baa44200 --- /dev/null +++ b/account_invoice_tax_required/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import test_account_move_tax_required diff --git a/account_invoice_tax_required/tests/test_account_move_tax_required.py b/account_invoice_tax_required/tests/test_account_move_tax_required.py new file mode 100644 index 00000000000..83568c08089 --- /dev/null +++ b/account_invoice_tax_required/tests/test_account_move_tax_required.py @@ -0,0 +1,87 @@ +# Copyright 2016 - Tecnativa - Angel Moya +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import exceptions +from odoo.tests import tagged + +from odoo.addons.account.tests.common import TestAccountReconciliationCommon + + +@tagged("post_install", "-at_install") +class TestAccountInvoiceTaxRequired(TestAccountReconciliationCommon): + def setUp(self): + super(TestAccountInvoiceTaxRequired, self).setUp() + + self.account_invoice = self.env["account.move"] + self.account_journal = self.env["account.journal"] + self.journal = self.account_journal.create( + {"code": "test", "name": "test", "type": "sale"} + ) + self.partner = self.env.ref("base.res_partner_3") + + self.account_account = self.env["account.account"] + self.account_rec1_id = self.account_account.create( + dict( + code="20000", + name="customer account", + account_type="asset_receivable", + reconcile=True, + ) + ) + self.product_product = self.env["product.product"] + self.product = self.product_product.create( + { + "name": "Test", + "categ_id": self.env.ref("product.product_category_all").id, + "standard_price": 50, + "list_price": 100, + "type": "service", + "uom_id": self.env.ref("uom.product_uom_unit").id, + "uom_po_id": self.env.ref("uom.product_uom_unit").id, + "description": "Test", + } + ) + + invoice_line_data = [ + ( + 0, + 0, + { + "product_id": self.product.id, + "quantity": 10.0, + "account_id": self.account_account.search( + [ + ( + "account_type", + "=", + "income", + ) + ], + limit=1, + ).id, + "name": "product test 5", + "price_unit": 100.00, + "tax_ids": False, + }, + ) + ] + + self.invoice = self.account_invoice.create( + dict( + name="Test Customer Invoice", + journal_id=self.journal.id, + partner_id=self.partner.id, + invoice_line_ids=invoice_line_data, + move_type="out_invoice", + ) + ) + + def test_exception(self): + """Validate invoice without tax must raise exception""" + with self.assertRaises(exceptions.UserError): + self.invoice.with_context(test_tax_required=True).action_post() + + def test_without_exception(self): + """Validate invoice without tax must raise exception""" + self.invoice.invoice_line_ids[0].tax_ids = [(4, self.tax_cash_basis.id)] + self.invoice.with_context(test_tax_required=True).action_post() diff --git a/setup/account_invoice_tax_required/odoo/addons/account_invoice_tax_required b/setup/account_invoice_tax_required/odoo/addons/account_invoice_tax_required new file mode 120000 index 00000000000..1b222b536ce --- /dev/null +++ b/setup/account_invoice_tax_required/odoo/addons/account_invoice_tax_required @@ -0,0 +1 @@ +../../../../account_invoice_tax_required \ No newline at end of file diff --git a/setup/account_invoice_tax_required/setup.py b/setup/account_invoice_tax_required/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/account_invoice_tax_required/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)