From 5c08bcdd9d40e5efe6c33ac44974238cb4a15093 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 10 Oct 2016 23:07:13 +0200 Subject: [PATCH 01/31] Rename to account_invoice_fiscal_position_update --- .../README.rst | 57 ++++++++++++++++ .../__init__.py | 3 + .../__manifest__.py | 19 ++++++ .../i18n/es.po | 47 +++++++++++++ .../i18n/fr.po | 49 ++++++++++++++ .../i18n/it.po | 46 +++++++++++++ .../i18n/nl.po | 46 +++++++++++++ .../i18n/pt_BR.po | 47 +++++++++++++ .../i18n/sl.po | 47 +++++++++++++ .../i18n/zh_CN.po | 46 +++++++++++++ .../models/__init__.py | 3 + .../models/account_invoice.py | 66 +++++++++++++++++++ 12 files changed, 476 insertions(+) create mode 100644 account_invoice_fiscal_position_update/README.rst create mode 100644 account_invoice_fiscal_position_update/__init__.py create mode 100644 account_invoice_fiscal_position_update/__manifest__.py create mode 100644 account_invoice_fiscal_position_update/i18n/es.po create mode 100644 account_invoice_fiscal_position_update/i18n/fr.po create mode 100644 account_invoice_fiscal_position_update/i18n/it.po create mode 100644 account_invoice_fiscal_position_update/i18n/nl.po create mode 100644 account_invoice_fiscal_position_update/i18n/pt_BR.po create mode 100644 account_invoice_fiscal_position_update/i18n/sl.po create mode 100644 account_invoice_fiscal_position_update/i18n/zh_CN.po create mode 100644 account_invoice_fiscal_position_update/models/__init__.py create mode 100644 account_invoice_fiscal_position_update/models/account_invoice.py diff --git a/account_invoice_fiscal_position_update/README.rst b/account_invoice_fiscal_position_update/README.rst new file mode 100644 index 00000000000..bebbcbb847b --- /dev/null +++ b/account_invoice_fiscal_position_update/README.rst @@ -0,0 +1,57 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============================== +Invoice Fiscal Position Update +============================== + +With this module, when a user changes the fiscal position of an invoice, the +taxes and the accounts on all the invoice lines which have a product are +automatically updated. The invoice lines without a product are not updated and +a warning is displayed to the user in this case. + +Configuration +============= + +No specific configuration needed. This module uses the standard +configuration of the fiscal positions. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/95/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Mathieu Vatel (Julius Network Solutions) +* Alexis de Lattre + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_invoice_fiscal_position_update/__init__.py b/account_invoice_fiscal_position_update/__init__.py new file mode 100644 index 00000000000..cde864bae21 --- /dev/null +++ b/account_invoice_fiscal_position_update/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from . import models diff --git a/account_invoice_fiscal_position_update/__manifest__.py b/account_invoice_fiscal_position_update/__manifest__.py new file mode 100644 index 00000000000..7ae9a656f62 --- /dev/null +++ b/account_invoice_fiscal_position_update/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# © 2011-2014 Julius Network Solutions SARL +# © 2014-2016 Akretion (Alexis de Lattre ) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + + +{ + 'name': 'Invoice Fiscal Position Update', + 'version': '10.0.1.0.0', + 'category': 'Accounting & Finance', + 'license': 'AGPL-3', + 'summary': 'Changing the fiscal position of an invoice will auto-update ' + 'invoice lines', + 'author': "Julius Network Solutions," + "Akretion," + "Odoo Community Association (OCA)", + 'depends': ['account'], + 'installable': True, +} diff --git a/account_invoice_fiscal_position_update/i18n/es.po b/account_invoice_fiscal_position_update/i18n/es.po new file mode 100644 index 00000000000..a8918c15d04 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +# FIRST AUTHOR , 2014 +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-06-03 05:10+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "Las líneas de factura no se actualizaron a la nueva posición fiscal porque no tienen producto asociado.\nDebería actualizar las cuentas y los impuestos de cada línea de factura manualmente." + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/fr.po b/account_invoice_fiscal_position_update/i18n/fr.po new file mode 100644 index 00000000000..b426be03ca0 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/fr.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +# Bruno JOLIVEAU, 2015 +# Bruno JOLIVEAU, 2015 +# Maxime Chambreuil , 2015 +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-09 12:43+0000\n" +"PO-Revision-Date: 2015-09-12 22:39+0000\n" +"Last-Translator: Maxime Chambreuil \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "En l'absence d'article, le changement de la position fiscale n'a pas actualisé les lignes suivantes de la facture :\n- %s\nVous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "Les lignes de facture n'ont pas été mise-à-jour suite au changement de la position fiscale car elles ne contiennent pas d'article.\nVous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "Avertissement" diff --git a/account_invoice_fiscal_position_update/i18n/it.po b/account_invoice_fiscal_position_update/i18n/it.po new file mode 100644 index 00000000000..98ed1bee32f --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/it.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-06-03 04:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fattura" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl.po b/account_invoice_fiscal_position_update/i18n/nl.po new file mode 100644 index 00000000000..f8b07693ba3 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/nl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-06-03 04:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt_BR.po b/account_invoice_fiscal_position_update/i18n/pt_BR.po new file mode 100644 index 00000000000..f647161c6cb --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/pt_BR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +# danimaribeiro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-06-19 01:53+0000\n" +"Last-Translator: danimaribeiro \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/sl.po b/account_invoice_fiscal_position_update/i18n/sl.po new file mode 100644 index 00000000000..aad225d775c --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/sl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-08-16 11:39+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, ker ne vsebujejo proizvoda:\n- %s\nKonto in davke vsake računske postavke morate posodobiti ročno." + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo proizvoda:\nKonto in davke vsake računske postavke morate posodobiti ročno." + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "Opozorilo" diff --git a/account_invoice_fiscal_position_update/i18n/zh_CN.po b/account_invoice_fiscal_position_update/i18n/zh_CN.po new file mode 100644 index 00000000000..5d317af05d7 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/zh_CN.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_fiscal_position_update +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-invoicing (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-25 16:48+0000\n" +"PO-Revision-Date: 2015-06-03 04:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_fiscal_position_update +#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "发票" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: invoice_fiscal_position_update +#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/models/__init__.py b/account_invoice_fiscal_position_update/models/__init__.py new file mode 100644 index 00000000000..ab922af0d1e --- /dev/null +++ b/account_invoice_fiscal_position_update/models/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from . import account_invoice diff --git a/account_invoice_fiscal_position_update/models/account_invoice.py b/account_invoice_fiscal_position_update/models/account_invoice.py new file mode 100644 index 00000000000..ac75914548e --- /dev/null +++ b/account_invoice_fiscal_position_update/models/account_invoice.py @@ -0,0 +1,66 @@ +# -*- coding: utf-8 -*- +# © 2011-2014 Julius Network Solutions SARL +# © 2014 Akretion (http://www.akretion.com) +# @author Mathieu Vatel +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + + +from odoo import models, api, _ + + +class AccountInvoice(models.Model): + _inherit = "account.invoice" + + @api.onchange('fiscal_position_id') + def fiscal_position_change(self): + """Updates taxes and accounts on all invoice lines""" + self.ensure_one() + res = {} + lines_without_product = [] + fp = self.fiscal_position_id + inv_type = self.type + for line in self.invoice_line_ids: + if line.product_id: + product = line.product_id + if inv_type in ('out_invoice', 'out_refund'): + account = ( + product.property_account_income_id or + product.categ_id.property_account_income_categ_id) + # M2M fields don't have an option 'company_dependent=True' + # so we need per-company post-filtering + taxes = product.taxes_id.filtered( + lambda tax: tax.company_id == self.company_id) + else: + account = ( + product.property_account_expense_id or + product.categ_id.property_account_expense_categ_id) + taxes = product.supplier_taxes_id.filtered( + lambda tax: tax.company_id == self.company_id) + taxes = taxes or account.tax_ids.filtered( + lambda tax: tax.company_id == self.company_id) + if fp: + account = fp.map_account(account) + taxes = fp.map_tax(taxes) + + line.invoice_line_tax_ids = [(6, 0, taxes.ids)] + line.account_id = account.id + else: + lines_without_product.append(line.name) + + if lines_without_product: + res['warning'] = {'title': _('Warning')} + if len(lines_without_product) == len(self.invoice_line_ids): + res['warning']['message'] = _( + "The invoice lines were not updated to the new " + "Fiscal Position because they don't have products.\n" + "You should update the Account and the Taxes of each " + "invoice line manually.") + else: + res['warning']['message'] = _( + "The following invoice lines were not updated " + "to the new Fiscal Position because they don't have a " + "Product:\n- %s\nYou should update the Account and the " + "Taxes of these invoice lines manually." + ) % ('\n- '.join(lines_without_product)) + return res From e8a256542ee2ede4a9db7594098e6d0615bf973e Mon Sep 17 00:00:00 2001 From: Mourad Elhadj Mimoune Date: Wed, 5 Apr 2017 09:32:03 +0200 Subject: [PATCH 02/31] [ADD] add tests --- .../README.rst | 1 + .../tests/__init__.py | 3 + .../tests/test_inv_fiscal_pos_update.py | 123 ++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 account_invoice_fiscal_position_update/tests/__init__.py create mode 100644 account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py diff --git a/account_invoice_fiscal_position_update/README.rst b/account_invoice_fiscal_position_update/README.rst index bebbcbb847b..16c441c8f62 100644 --- a/account_invoice_fiscal_position_update/README.rst +++ b/account_invoice_fiscal_position_update/README.rst @@ -40,6 +40,7 @@ Contributors * Mathieu Vatel (Julius Network Solutions) * Alexis de Lattre +* Mourad EL HADJ MIMOUNE Maintainer ---------- diff --git a/account_invoice_fiscal_position_update/tests/__init__.py b/account_invoice_fiscal_position_update/tests/__init__.py new file mode 100644 index 00000000000..f8174e9f0d0 --- /dev/null +++ b/account_invoice_fiscal_position_update/tests/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from . import test_inv_fiscal_pos_update diff --git a/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py new file mode 100644 index 00000000000..f8f58571fe8 --- /dev/null +++ b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py @@ -0,0 +1,123 @@ +# -*- coding: utf-8 -*- +# © 2014 ToDay Akretion (http://www.akretion.com) +# @author Mourad EL HADJ MIMOUNE +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.addons.account.tests.account_test_classes import AccountingTestCase +import time + + +class TestProductIdChange(AccountingTestCase): + """Test that when an included tax is mapped by a fiscal position, + when position fiscal change taxes and account wil be update on + invoice lines. + """ + + def setUp(self): + super(TestProductIdChange, self).setUp() + self.invoice_model = self.env['account.invoice'] + self.fiscal_position_model = self.env['account.fiscal.position'] + self.fiscal_position_tax_model = \ + self.env['account.fiscal.position.tax'] + self.fiscal_position_account_model = \ + self.env['account.fiscal.position.account'] + self.tax_model = self.env['account.tax'] + self.account_model = self.env['account.account'] + self.pricelist_model = self.env['product.pricelist'] + self.res_partner_model = self.env['res.partner'] + self.product_tmpl_model = self.env['product.template'] + self.product_model = self.env['product.product'] + self.invoice_line_model = self.env['account.invoice.line'] + self.account_user_type = self.env.ref( + 'account.data_account_type_revenue') + self.account_receivable = self.env['account.account'].search( + [('user_type_id', '=', + self.env.ref('account.data_account_type_receivable').id)], + limit=1) + self.account_revenue = self.env['account.account'].search( + [('user_type_id', '=', + self.account_user_type.id)], + limit=1) + + def test_fiscal_position_id_change(self): + partner = self.res_partner_model.create(dict(name="George")) + account_export_id = self.account_model.sudo().create({ + 'code': "710000", + 'name': "customer export account", + 'user_type_id': self.account_user_type.id, + 'reconcile': True, + }) + tax_sale = self.tax_model.create({ + 'name': 'Sale tax', + 'type_tax_use': 'sale', + 'amount': '20.00', + }) + + tax_export_sale = self.tax_model.create({ + 'name': "Export tax", + 'type_tax_use': 'sale', + 'amount': '0.00' + }) + + product_tmpl = self.product_tmpl_model.create({ + 'name': 'Car', + 'lst_price': '15000', + 'taxes_id': [(6, 0, [tax_sale.id])], + 'property_account_income_id': self.account_revenue.id, + + }) + product = self.product_model.create({ + 'product_tmpl_id': product_tmpl.id, + 'standard_price': '12000', + }) + fp = self.fiscal_position_model.create({ + 'name': "fiscal position export", 'sequence': 1, + }) + + fp_tax_sale = self.fiscal_position_tax_model.create({ + 'position_id': fp.id, + 'tax_src_id': tax_sale.id, + 'tax_dest_id': tax_export_sale.id, + }) + + fp_account = self.fiscal_position_account_model.create({ + 'position_id': fp.id, + 'account_src_id': self.account_revenue.id, + 'account_dest_id': account_export_id.id, + }) + + out_invoice = self.invoice_model.create({ + 'partner_id': partner.id, + 'reference_type': 'none', + 'name': 'invoice to client', + 'account_id': self.account_receivable.id, + 'type': 'out_invoice', + 'date_invoice': time.strftime('%Y') + '-04-01', + }) + out_line = self.invoice_line_model.create({ + 'product_id': product.id, + 'price_unit': 15000, + 'quantity': 1, + 'invoice_id': out_invoice.id, + 'name': 'Car', + 'account_id': self.account_revenue.id, + + }) + + out_line._onchange_product_id() + self.assertEquals( + out_line.invoice_line_tax_ids[0], + tax_sale, + "The sale tax off invoice line must be the same of product") + out_invoice.fiscal_position_id = fp + out_invoice.fiscal_position_change() + self.assertEquals( + out_line.invoice_line_tax_ids[0], + fp_tax_sale.tax_dest_id, + 'The sale tax of invoice line must be changed by' + ' fiscal position') + self.assertEquals( + out_line.account_id, + fp_account.account_dest_id, + 'The account revenu of invoice line must be changed by' + ' fiscal position') From c02e294bde3b17364c9ff5c9737a815750a2630f Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Thu, 21 Sep 2017 18:14:59 +0200 Subject: [PATCH 03/31] [10.0][FIX] account_invoice_fiscal_position_update: On invoice creation, tax mapping could be wrong set --- .../__manifest__.py | 2 +- .../i18n/ar.po | 47 ++++++++++++++++ .../i18n/bg.po | 47 ++++++++++++++++ .../i18n/bs.po | 47 ++++++++++++++++ .../i18n/ca.po | 47 ++++++++++++++++ .../i18n/cs.po | 47 ++++++++++++++++ .../i18n/de.po | 47 ++++++++++++++++ .../i18n/el_GR.po | 47 ++++++++++++++++ .../i18n/en_GB.po | 47 ++++++++++++++++ .../i18n/es.po | 34 ++++++------ .../i18n/es_CR.po | 47 ++++++++++++++++ .../i18n/es_EC.po | 47 ++++++++++++++++ .../i18n/es_ES.po | 47 ++++++++++++++++ .../i18n/es_MX.po | 47 ++++++++++++++++ .../i18n/es_PE.po | 47 ++++++++++++++++ .../i18n/et.po | 47 ++++++++++++++++ .../i18n/fi.po | 47 ++++++++++++++++ .../i18n/fr.po | 41 +++++++------- .../i18n/fr_CA.po | 47 ++++++++++++++++ .../i18n/fr_CH.po | 47 ++++++++++++++++ .../i18n/gl.po | 47 ++++++++++++++++ .../i18n/hr.po | 53 +++++++++++++++++++ .../i18n/hr_HR.po | 53 +++++++++++++++++++ .../i18n/hu.po | 47 ++++++++++++++++ .../i18n/id.po | 47 ++++++++++++++++ .../i18n/it.po | 29 +++++----- .../i18n/ja.po | 47 ++++++++++++++++ .../i18n/lt.po | 47 ++++++++++++++++ .../i18n/mk.po | 47 ++++++++++++++++ .../i18n/mn.po | 47 ++++++++++++++++ .../i18n/nb.po | 47 ++++++++++++++++ .../i18n/nb_NO.po | 47 ++++++++++++++++ .../i18n/nl.po | 29 +++++----- .../i18n/nl_BE.po | 47 ++++++++++++++++ .../i18n/nl_NL.po | 47 ++++++++++++++++ .../i18n/pl.po | 47 ++++++++++++++++ .../i18n/pt.po | 47 ++++++++++++++++ .../i18n/pt_BR.po | 30 +++++------ .../i18n/pt_PT.po | 47 ++++++++++++++++ .../i18n/ro.po | 47 ++++++++++++++++ .../i18n/ru.po | 47 ++++++++++++++++ .../i18n/sk_SK.po | 47 ++++++++++++++++ .../i18n/sl.po | 39 ++++++++------ .../i18n/sv.po | 47 ++++++++++++++++ .../i18n/th.po | 47 ++++++++++++++++ .../i18n/tr.po | 47 ++++++++++++++++ .../i18n/tr_TR.po | 47 ++++++++++++++++ .../i18n/zh_CN.po | 29 +++++----- .../i18n/zh_TW.po | 47 ++++++++++++++++ .../models/account_invoice.py | 8 +++ 50 files changed, 2070 insertions(+), 110 deletions(-) create mode 100644 account_invoice_fiscal_position_update/i18n/ar.po create mode 100644 account_invoice_fiscal_position_update/i18n/bg.po create mode 100644 account_invoice_fiscal_position_update/i18n/bs.po create mode 100644 account_invoice_fiscal_position_update/i18n/ca.po create mode 100644 account_invoice_fiscal_position_update/i18n/cs.po create mode 100644 account_invoice_fiscal_position_update/i18n/de.po create mode 100644 account_invoice_fiscal_position_update/i18n/el_GR.po create mode 100644 account_invoice_fiscal_position_update/i18n/en_GB.po create mode 100644 account_invoice_fiscal_position_update/i18n/es_CR.po create mode 100644 account_invoice_fiscal_position_update/i18n/es_EC.po create mode 100644 account_invoice_fiscal_position_update/i18n/es_ES.po create mode 100644 account_invoice_fiscal_position_update/i18n/es_MX.po create mode 100644 account_invoice_fiscal_position_update/i18n/es_PE.po create mode 100644 account_invoice_fiscal_position_update/i18n/et.po create mode 100644 account_invoice_fiscal_position_update/i18n/fi.po create mode 100644 account_invoice_fiscal_position_update/i18n/fr_CA.po create mode 100644 account_invoice_fiscal_position_update/i18n/fr_CH.po create mode 100644 account_invoice_fiscal_position_update/i18n/gl.po create mode 100644 account_invoice_fiscal_position_update/i18n/hr.po create mode 100644 account_invoice_fiscal_position_update/i18n/hr_HR.po create mode 100644 account_invoice_fiscal_position_update/i18n/hu.po create mode 100644 account_invoice_fiscal_position_update/i18n/id.po create mode 100644 account_invoice_fiscal_position_update/i18n/ja.po create mode 100644 account_invoice_fiscal_position_update/i18n/lt.po create mode 100644 account_invoice_fiscal_position_update/i18n/mk.po create mode 100644 account_invoice_fiscal_position_update/i18n/mn.po create mode 100644 account_invoice_fiscal_position_update/i18n/nb.po create mode 100644 account_invoice_fiscal_position_update/i18n/nb_NO.po create mode 100644 account_invoice_fiscal_position_update/i18n/nl_BE.po create mode 100644 account_invoice_fiscal_position_update/i18n/nl_NL.po create mode 100644 account_invoice_fiscal_position_update/i18n/pl.po create mode 100644 account_invoice_fiscal_position_update/i18n/pt.po create mode 100644 account_invoice_fiscal_position_update/i18n/pt_PT.po create mode 100644 account_invoice_fiscal_position_update/i18n/ro.po create mode 100644 account_invoice_fiscal_position_update/i18n/ru.po create mode 100644 account_invoice_fiscal_position_update/i18n/sk_SK.po create mode 100644 account_invoice_fiscal_position_update/i18n/sv.po create mode 100644 account_invoice_fiscal_position_update/i18n/th.po create mode 100644 account_invoice_fiscal_position_update/i18n/tr.po create mode 100644 account_invoice_fiscal_position_update/i18n/tr_TR.po create mode 100644 account_invoice_fiscal_position_update/i18n/zh_TW.po diff --git a/account_invoice_fiscal_position_update/__manifest__.py b/account_invoice_fiscal_position_update/__manifest__.py index 7ae9a656f62..db918f0c3e5 100644 --- a/account_invoice_fiscal_position_update/__manifest__.py +++ b/account_invoice_fiscal_position_update/__manifest__.py @@ -6,7 +6,7 @@ { 'name': 'Invoice Fiscal Position Update', - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Changing the fiscal position of an invoice will auto-update ' diff --git a/account_invoice_fiscal_position_update/i18n/ar.po b/account_invoice_fiscal_position_update/i18n/ar.po new file mode 100644 index 00000000000..4b163034271 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/ar.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "فاتورة" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bg.po b/account_invoice_fiscal_position_update/i18n/bg.po new file mode 100644 index 00000000000..25d8dffcc5e --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/bg.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bs.po b/account_invoice_fiscal_position_update/i18n/bs.po new file mode 100644 index 00000000000..c1e0c15b9b0 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/bs.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ca.po b/account_invoice_fiscal_position_update/i18n/ca.po new file mode 100644 index 00000000000..d0183d648fe --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/ca.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/cs.po b/account_invoice_fiscal_position_update/i18n/cs.po new file mode 100644 index 00000000000..c53b40ab668 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/cs.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po new file mode 100644 index 00000000000..7d93c710288 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: Niki Waibel , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Rechnung" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/el_GR.po b/account_invoice_fiscal_position_update/i18n/el_GR.po new file mode 100644 index 00000000000..55cdd1bea27 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/el_GR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Τιμολόγιο" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/en_GB.po b/account_invoice_fiscal_position_update/i18n/en_GB.po new file mode 100644 index 00000000000..37b712445c7 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/en_GB.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Invoice" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es.po b/account_invoice_fiscal_position_update/i18n/es.po index a8918c15d04..3e17573a0cb 100644 --- a/account_invoice_fiscal_position_update/i18n/es.po +++ b/account_invoice_fiscal_position_update/i18n/es.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-06-03 05:10+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/es/)\n" +"POT-Creation-Date: 2017-11-23 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Factura" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" @@ -32,16 +32,18 @@ msgid "" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." -msgstr "Las líneas de factura no se actualizaron a la nueva posición fiscal porque no tienen producto asociado.\nDebería actualizar las cuentas y los impuestos de cada línea de factura manualmente." +msgstr "" +"Las líneas de factura no se actualizaron a la nueva posición fiscal porque no tienen producto asociado.\n" +"Debería actualizar las cuentas y los impuestos de cada línea de factura manualmente." -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/es_CR.po b/account_invoice_fiscal_position_update/i18n/es_CR.po new file mode 100644 index 00000000000..32df0e156db --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es_CR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_EC.po b/account_invoice_fiscal_position_update/i18n/es_EC.po new file mode 100644 index 00000000000..e4c4b3645d5 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es_EC.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_ES.po b/account_invoice_fiscal_position_update/i18n/es_ES.po new file mode 100644 index 00000000000..a7a4e48e9b8 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es_ES.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# Fernando Lara , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: Fernando Lara , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_MX.po b/account_invoice_fiscal_position_update/i18n/es_MX.po new file mode 100644 index 00000000000..fd2e4a99d31 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es_MX.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_PE.po b/account_invoice_fiscal_position_update/i18n/es_PE.po new file mode 100644 index 00000000000..27c10b152af --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/es_PE.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-18 02:47+0000\n" +"PO-Revision-Date: 2018-04-18 02:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/et.po b/account_invoice_fiscal_position_update/i18n/et.po new file mode 100644 index 00000000000..71b725800c8 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/et.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Arve" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fi.po b/account_invoice_fiscal_position_update/i18n/fi.po new file mode 100644 index 00000000000..0be301d1c53 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/fi.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Lasku" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr.po b/account_invoice_fiscal_position_update/i18n/fr.po index b426be03ca0..ecba88add8a 100644 --- a/account_invoice_fiscal_position_update/i18n/fr.po +++ b/account_invoice_fiscal_position_update/i18n/fr.po @@ -1,49 +1,52 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: -# Bruno JOLIVEAU, 2015 -# Bruno JOLIVEAU, 2015 -# Maxime Chambreuil , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-09 12:43+0000\n" -"PO-Revision-Date: 2015-09-12 22:39+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/fr/)\n" +"POT-Creation-Date: 2017-11-23 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Facture" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." -msgstr "En l'absence d'article, le changement de la position fiscale n'a pas actualisé les lignes suivantes de la facture :\n- %s\nVous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." +msgstr "" +"En l'absence d'article, le changement de la position fiscale n'a pas actualisé les lignes suivantes de la facture :\n" +"- %s\n" +"Vous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." -msgstr "Les lignes de facture n'ont pas été mise-à-jour suite au changement de la position fiscale car elles ne contiennent pas d'article.\nVous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." +msgstr "" +"Les lignes de facture n'ont pas été mise-à-jour suite au changement de la position fiscale car elles ne contiennent pas d'article.\n" +"Vous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "Avertissement" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CA.po b/account_invoice_fiscal_position_update/i18n/fr_CA.po new file mode 100644 index 00000000000..52778c9ffc1 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/fr_CA.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CH.po b/account_invoice_fiscal_position_update/i18n/fr_CH.po new file mode 100644 index 00000000000..06841c1251a --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/fr_CH.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/gl.po b/account_invoice_fiscal_position_update/i18n/gl.po new file mode 100644 index 00000000000..44c7e4c38cd --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/gl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/hr.po b/account_invoice_fiscal_position_update/i18n/hr.po new file mode 100644 index 00000000000..94137332e9a --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/hr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-03 01:13+0000\n" +"PO-Revision-Date: 2018-02-03 01:13+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" +"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom jer ne sadrže Proizvod.\n" +"- %s\n" +"Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" +"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne sadrže proizvod.\n" +"Potrebno je ručno ažurirati poreze i konta na stavkama." + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "Warning" +msgstr "Upozorenje" diff --git a/account_invoice_fiscal_position_update/i18n/hr_HR.po b/account_invoice_fiscal_position_update/i18n/hr_HR.po new file mode 100644 index 00000000000..61c07092bfc --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/hr_HR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# Bole , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" +"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom jer ne sadrže Proizvod.\n" +"- %s\n" +"Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" +"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne sadrže proizvod.\n" +"Potrebno je ručno ažurirati poreze i konta na stavkama." + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "Warning" +msgstr "Upozorenje" diff --git a/account_invoice_fiscal_position_update/i18n/hu.po b/account_invoice_fiscal_position_update/i18n/hu.po new file mode 100644 index 00000000000..474bb2fce2a --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/hu.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Számla" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/id.po b/account_invoice_fiscal_position_update/i18n/id.po new file mode 100644 index 00000000000..5959fb0091c --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/id.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktur" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/it.po b/account_invoice_fiscal_position_update/i18n/it.po index 98ed1bee32f..f1b0eb8903a 100644 --- a/account_invoice_fiscal_position_update/i18n/it.po +++ b/account_invoice_fiscal_position_update/i18n/it.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-06-03 04:57+0000\n" -"Last-Translator: <>\n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/it/)\n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Fattura" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" @@ -31,16 +32,16 @@ msgid "" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ja.po b/account_invoice_fiscal_position_update/i18n/ja.po new file mode 100644 index 00000000000..aeed789264a --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/ja.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "請求書" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/lt.po b/account_invoice_fiscal_position_update/i18n/lt.po new file mode 100644 index 00000000000..3ca010c2408 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Sąskaita faktūra" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mk.po b/account_invoice_fiscal_position_update/i18n/mk.po new file mode 100644 index 00000000000..924615b3a2a --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/mk.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mn.po b/account_invoice_fiscal_position_update/i18n/mn.po new file mode 100644 index 00000000000..5766bca5b80 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/mn.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Нэхэмжлэл" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb.po b/account_invoice_fiscal_position_update/i18n/nb.po new file mode 100644 index 00000000000..5950232bd8c --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/nb.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb_NO.po b/account_invoice_fiscal_position_update/i18n/nb_NO.po new file mode 100644 index 00000000000..bf3eecf70c2 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/nb_NO.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Innmelding" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl.po b/account_invoice_fiscal_position_update/i18n/nl.po index f8b07693ba3..80e8fe6f2fe 100644 --- a/account_invoice_fiscal_position_update/i18n/nl.po +++ b/account_invoice_fiscal_position_update/i18n/nl.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-06-03 04:57+0000\n" -"Last-Translator: <>\n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/nl/)\n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Factuur" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" @@ -31,16 +32,16 @@ msgid "" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_BE.po b/account_invoice_fiscal_position_update/i18n/nl_BE.po new file mode 100644 index 00000000000..8c8f2f7d666 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/nl_BE.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_NL.po b/account_invoice_fiscal_position_update/i18n/nl_NL.po new file mode 100644 index 00000000000..6cee70af9a4 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/nl_NL.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# 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 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "Warning" +msgstr "Waarschuwing" diff --git a/account_invoice_fiscal_position_update/i18n/pl.po b/account_invoice_fiscal_position_update/i18n/pl.po new file mode 100644 index 00000000000..f4ec98b0deb --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/pl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt.po b/account_invoice_fiscal_position_update/i18n/pt.po new file mode 100644 index 00000000000..682ebc0aa2c --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/pt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt_BR.po b/account_invoice_fiscal_position_update/i18n/pt_BR.po index f647161c6cb..1f9b63c6cc4 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_BR.po +++ b/account_invoice_fiscal_position_update/i18n/pt_BR.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: -# danimaribeiro , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-06-19 01:53+0000\n" -"Last-Translator: danimaribeiro \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/pt_BR/)\n" +"POT-Creation-Date: 2017-11-23 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Fatura" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" @@ -32,16 +32,16 @@ msgid "" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/pt_PT.po b/account_invoice_fiscal_position_update/i18n/pt_PT.po new file mode 100644 index 00000000000..713250fe6a2 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/pt_PT.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ro.po b/account_invoice_fiscal_position_update/i18n/ro.po new file mode 100644 index 00000000000..f0478406382 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/ro.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ru.po b/account_invoice_fiscal_position_update/i18n/ru.po new file mode 100644 index 00000000000..b65e3a0d8e4 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/ru.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Счет" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sk_SK.po b/account_invoice_fiscal_position_update/i18n/sk_SK.po new file mode 100644 index 00000000000..76e24081555 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/sk_SK.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktúra" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sl.po b/account_invoice_fiscal_position_update/i18n/sl.po index aad225d775c..d419b51860b 100644 --- a/account_invoice_fiscal_position_update/i18n/sl.po +++ b/account_invoice_fiscal_position_update/i18n/sl.po @@ -1,47 +1,52 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: -# Matjaž Mozetič , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-08-16 11:39+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/sl/)\n" +"POT-Creation-Date: 2017-11-23 13:51+0000\n" +"PO-Revision-Date: 2017-11-23 13:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "Račun" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." -msgstr "Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, ker ne vsebujejo proizvoda:\n- %s\nKonto in davke vsake računske postavke morate posodobiti ročno." +msgstr "" +"Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, ker ne vsebujejo proizvoda:\n" +"- %s\n" +"Konto in davke vsake računske postavke morate posodobiti ročno." -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." -msgstr "Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo proizvoda:\nKonto in davke vsake računske postavke morate posodobiti ročno." +msgstr "" +"Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo proizvoda:\n" +"Konto in davke vsake računske postavke morate posodobiti ročno." -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "Opozorilo" diff --git a/account_invoice_fiscal_position_update/i18n/sv.po b/account_invoice_fiscal_position_update/i18n/sv.po new file mode 100644 index 00000000000..c7b4a6d4d11 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/sv.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/th.po b/account_invoice_fiscal_position_update/i18n/th.po new file mode 100644 index 00000000000..2b5340edb67 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/th.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "ใบแจ้งหนี้" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr.po b/account_invoice_fiscal_position_update/i18n/tr.po new file mode 100644 index 00000000000..f9d1f0817a9 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/tr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# Ediz Duman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: Ediz Duman , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr_TR.po b/account_invoice_fiscal_position_update/i18n/tr_TR.po new file mode 100644 index 00000000000..f939abcfb90 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/tr_TR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_CN.po b/account_invoice_fiscal_position_update/i18n/zh_CN.po index 5d317af05d7..cd7457e7b0d 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_CN.po +++ b/account_invoice_fiscal_position_update/i18n/zh_CN.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * invoice_fiscal_position_update +# * account_invoice_fiscal_position_update # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: account-invoicing (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 16:48+0000\n" -"PO-Revision-Date: 2015-06-03 04:57+0000\n" -"Last-Translator: <>\n" -"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-invoicing-8-0/language/zh_CN/)\n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: invoice_fiscal_position_update -#: model:ir.model,name:invoice_fiscal_position_update.model_account_invoice +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice msgid "Invoice" msgstr "发票" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:71 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" @@ -31,16 +32,16 @@ msgid "" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:65 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -#. module: invoice_fiscal_position_update -#: code:addons/invoice_fiscal_position_update/account_invoice.py:63 +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_TW.po b/account_invoice_fiscal_position_update/i18n/zh_TW.po new file mode 100644 index 00000000000..316dbed2650 --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/zh_TW.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 02:39+0000\n" +"PO-Revision-Date: 2017-04-29 02:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "發票" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "" +"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#, python-format +msgid "" +"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#, python-format +msgid "Warning" +msgstr "" diff --git a/account_invoice_fiscal_position_update/models/account_invoice.py b/account_invoice_fiscal_position_update/models/account_invoice.py index ac75914548e..58934244c2b 100644 --- a/account_invoice_fiscal_position_update/models/account_invoice.py +++ b/account_invoice_fiscal_position_update/models/account_invoice.py @@ -12,6 +12,14 @@ class AccountInvoice(models.Model): _inherit = "account.invoice" + @api.onchange('partner_id') + def _onchange_partner_id(self): + fiscal_position = self.fiscal_position_id + res = super(AccountInvoice, self)._onchange_partner_id() + if fiscal_position != self.fiscal_position_id: + self.fiscal_position_change() + return res + @api.onchange('fiscal_position_id') def fiscal_position_change(self): """Updates taxes and accounts on all invoice lines""" From 72a2af9fd7a34482ed44fc7e90196d1491548ade Mon Sep 17 00:00:00 2001 From: Roel Adriaans Date: Fri, 4 May 2018 23:15:40 +0200 Subject: [PATCH 04/31] [MIG] account_invoice_fiscal_position_update: Migration to 11.0 --- account_invoice_fiscal_position_update/README.rst | 12 +++++++++--- account_invoice_fiscal_position_update/__init__.py | 2 +- .../__manifest__.py | 4 ++-- .../models/__init__.py | 2 +- .../models/account_invoice.py | 4 ++-- .../tests/__init__.py | 2 +- .../tests/test_inv_fiscal_pos_update.py | 7 +++---- 7 files changed, 19 insertions(+), 14 deletions(-) diff --git a/account_invoice_fiscal_position_update/README.rst b/account_invoice_fiscal_position_update/README.rst index 16c441c8f62..fa791b1f180 100644 --- a/account_invoice_fiscal_position_update/README.rst +++ b/account_invoice_fiscal_position_update/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 ============================== @@ -20,9 +20,12 @@ configuration of the fiscal positions. Usage ===== +Update fiscal position or the partner on the invoice. This will automatically +update the taxes and accounts. + .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/95/10.0 + :target: https://runbot.odoo-community.org/runbot/95/11.0 Bug Tracker =========== @@ -41,6 +44,9 @@ Contributors * Mathieu Vatel (Julius Network Solutions) * Alexis de Lattre * Mourad EL HADJ MIMOUNE +* Roel Adriaans + +Do not contact contributors directly about support or help with technical issues. Maintainer ---------- diff --git a/account_invoice_fiscal_position_update/__init__.py b/account_invoice_fiscal_position_update/__init__.py index cde864bae21..31660d6a965 100644 --- a/account_invoice_fiscal_position_update/__init__.py +++ b/account_invoice_fiscal_position_update/__init__.py @@ -1,3 +1,3 @@ -# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import models diff --git a/account_invoice_fiscal_position_update/__manifest__.py b/account_invoice_fiscal_position_update/__manifest__.py index db918f0c3e5..da052df17b9 100644 --- a/account_invoice_fiscal_position_update/__manifest__.py +++ b/account_invoice_fiscal_position_update/__manifest__.py @@ -1,12 +1,12 @@ -# -*- coding: utf-8 -*- # © 2011-2014 Julius Network Solutions SARL # © 2014-2016 Akretion (Alexis de Lattre ) +# © 2018 Roel Adriaans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Invoice Fiscal Position Update', - 'version': '10.0.1.0.1', + 'version': '11.0.1.0.0', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Changing the fiscal position of an invoice will auto-update ' diff --git a/account_invoice_fiscal_position_update/models/__init__.py b/account_invoice_fiscal_position_update/models/__init__.py index ab922af0d1e..6834786a795 100644 --- a/account_invoice_fiscal_position_update/models/__init__.py +++ b/account_invoice_fiscal_position_update/models/__init__.py @@ -1,3 +1,3 @@ -# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import account_invoice diff --git a/account_invoice_fiscal_position_update/models/account_invoice.py b/account_invoice_fiscal_position_update/models/account_invoice.py index 58934244c2b..21b7a92230c 100644 --- a/account_invoice_fiscal_position_update/models/account_invoice.py +++ b/account_invoice_fiscal_position_update/models/account_invoice.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2011-2014 Julius Network Solutions SARL # © 2014 Akretion (http://www.akretion.com) # @author Mathieu Vatel @@ -30,7 +29,8 @@ def fiscal_position_change(self): inv_type = self.type for line in self.invoice_line_ids: if line.product_id: - product = line.product_id + product = line.with_context(force_company=self.company_id.id).\ + product_id if inv_type in ('out_invoice', 'out_refund'): account = ( product.property_account_income_id or diff --git a/account_invoice_fiscal_position_update/tests/__init__.py b/account_invoice_fiscal_position_update/tests/__init__.py index f8174e9f0d0..f24b8c8546e 100644 --- a/account_invoice_fiscal_position_update/tests/__init__.py +++ b/account_invoice_fiscal_position_update/tests/__init__.py @@ -1,3 +1,3 @@ -# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import test_inv_fiscal_pos_update diff --git a/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py index f8f58571fe8..151af4cc480 100644 --- a/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py +++ b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2014 ToDay Akretion (http://www.akretion.com) # @author Mourad EL HADJ MIMOUNE # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -105,18 +104,18 @@ def test_fiscal_position_id_change(self): }) out_line._onchange_product_id() - self.assertEquals( + self.assertEqual( out_line.invoice_line_tax_ids[0], tax_sale, "The sale tax off invoice line must be the same of product") out_invoice.fiscal_position_id = fp out_invoice.fiscal_position_change() - self.assertEquals( + self.assertEqual( out_line.invoice_line_tax_ids[0], fp_tax_sale.tax_dest_id, 'The sale tax of invoice line must be changed by' ' fiscal position') - self.assertEquals( + self.assertEqual( out_line.account_id, fp_account.account_dest_id, 'The account revenu of invoice line must be changed by' From 9f470d57627998205a3c41ecd17e2604642fbd73 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 17 Sep 2018 11:16:22 +0200 Subject: [PATCH 05/31] [FIX+IMP] account_invoice_fiscal_position_update: Fix acc code + README by fragments --- .../README.rst | 68 ++- ...account_invoice_fiscal_position_update.pot | 41 ++ .../i18n/ar.po | 19 +- .../i18n/bg.po | 16 +- .../i18n/bs.po | 19 +- .../i18n/ca.po | 16 +- .../i18n/cs.po | 16 +- .../i18n/de.po | 16 +- .../i18n/el_GR.po | 19 +- .../i18n/en_GB.po | 19 +- .../i18n/es.po | 16 +- .../i18n/es_CR.po | 19 +- .../i18n/es_EC.po | 19 +- .../i18n/es_ES.po | 19 +- .../i18n/es_MX.po | 19 +- .../i18n/es_PE.po | 13 +- .../i18n/et.po | 16 +- .../i18n/fi.po | 16 +- .../i18n/fr.po | 22 +- .../i18n/fr_CA.po | 19 +- .../i18n/fr_CH.po | 19 +- .../i18n/gl.po | 16 +- .../i18n/hr.po | 19 +- .../i18n/hr_HR.po | 22 +- .../i18n/hu.po | 16 +- .../i18n/id.po | 16 +- .../i18n/it.po | 16 +- .../i18n/ja.po | 16 +- .../i18n/lt.po | 19 +- .../i18n/mk.po | 16 +- .../i18n/mn.po | 16 +- .../i18n/nb.po | 19 +- .../i18n/nb_NO.po | 19 +- .../i18n/nl.po | 16 +- .../i18n/nl_BE.po | 19 +- .../i18n/nl_NL.po | 13 +- .../i18n/pl.po | 20 +- .../i18n/pt.po | 16 +- .../i18n/pt_BR.po | 13 +- .../i18n/pt_PT.po | 19 +- .../i18n/ro.po | 19 +- .../i18n/ru.po | 20 +- .../i18n/sk_SK.po | 19 +- .../i18n/sl.po | 19 +- .../i18n/sv.po | 16 +- .../i18n/th.po | 16 +- .../i18n/tr.po | 16 +- .../i18n/tr_TR.po | 19 +- .../i18n/zh_CN.po | 19 +- .../i18n/zh_TW.po | 19 +- .../readme/CONTRIBUTORS.rst | 4 + .../readme/DESCRIPTION.rst | 4 + .../readme/USAGE.rst | 2 + .../static/description/index.html | 432 ++++++++++++++++++ .../tests/test_inv_fiscal_pos_update.py | 2 +- 55 files changed, 1021 insertions(+), 377 deletions(-) create mode 100644 account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot create mode 100644 account_invoice_fiscal_position_update/readme/CONTRIBUTORS.rst create mode 100644 account_invoice_fiscal_position_update/readme/DESCRIPTION.rst create mode 100644 account_invoice_fiscal_position_update/readme/USAGE.rst create mode 100644 account_invoice_fiscal_position_update/static/description/index.html diff --git a/account_invoice_fiscal_position_update/README.rst b/account_invoice_fiscal_position_update/README.rst index fa791b1f180..c1c33bfbd1c 100644 --- a/account_invoice_fiscal_position_update/README.rst +++ b/account_invoice_fiscal_position_update/README.rst @@ -1,21 +1,39 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - ============================== Invoice Fiscal Position Update ============================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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/11.0/account_invoice_fiscal_position_update + :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-11-0/account-invoicing-11-0-account_invoice_fiscal_position_update + :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/11.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + With this module, when a user changes the fiscal position of an invoice, the taxes and the accounts on all the invoice lines which have a product are automatically updated. The invoice lines without a product are not updated and a warning is displayed to the user in this case. -Configuration -============= +**Table of contents** -No specific configuration needed. This module uses the standard -configuration of the fiscal positions. +.. contents:: + :local: Usage ===== @@ -23,42 +41,46 @@ Usage Update fiscal position or the partner on the invoice. This will automatically update the taxes and accounts. -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/95/11.0 - Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* Julius Network Solutions +* Akretion + Contributors ------------- +~~~~~~~~~~~~ * Mathieu Vatel (Julius Network Solutions) * Alexis de Lattre * Mourad EL HADJ MIMOUNE * Roel Adriaans -Do not contact contributors directly about support or help with technical issues. +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/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_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot new file mode 100644 index 00000000000..ec1573e52dc --- /dev/null +++ b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_fiscal_position_update +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.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_fiscal_position_update +#: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#, python-format +msgid "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"- %s\n" +"You should update the Account and the Taxes of these invoice lines manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#, python-format +msgid "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"You should update the Account and the Taxes of each invoice line manually." +msgstr "" + +#. module: account_invoice_fiscal_position_update +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#, python-format +msgid "Warning" +msgstr "" + diff --git a/account_invoice_fiscal_position_update/i18n/ar.po b/account_invoice_fiscal_position_update/i18n/ar.po index 4b163034271..d3c95ca6fd5 100644 --- a/account_invoice_fiscal_position_update/i18n/ar.po +++ b/account_invoice_fiscal_position_update/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: ar\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "فاتورة" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bg.po b/account_invoice_fiscal_position_update/i18n/bg.po index 25d8dffcc5e..3e4e1a102f2 100644 --- a/account_invoice_fiscal_position_update/i18n/bg.po +++ b/account_invoice_fiscal_position_update/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Фактура" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bs.po b/account_invoice_fiscal_position_update/i18n/bs.po index c1e0c15b9b0..9e7bc02d13a 100644 --- a/account_invoice_fiscal_position_update/i18n/bs.po +++ b/account_invoice_fiscal_position_update/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ca.po b/account_invoice_fiscal_position_update/i18n/ca.po index d0183d648fe..cf6502b131a 100644 --- a/account_invoice_fiscal_position_update/i18n/ca.po +++ b/account_invoice_fiscal_position_update/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/cs.po b/account_invoice_fiscal_position_update/i18n/cs.po index c53b40ab668..3c9545cf68d 100644 --- a/account_invoice_fiscal_position_update/i18n/cs.po +++ b/account_invoice_fiscal_position_update/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po index 7d93c710288..3b5ed666771 100644 --- a/account_invoice_fiscal_position_update/i18n/de.po +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # Niki Waibel , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: Niki Waibel , 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" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Rechnung" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/el_GR.po b/account_invoice_fiscal_position_update/i18n/el_GR.po index 55cdd1bea27..1d40d7d6d44 100644 --- a/account_invoice_fiscal_position_update/i18n/el_GR.po +++ b/account_invoice_fiscal_position_update/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\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" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Τιμολόγιο" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/en_GB.po b/account_invoice_fiscal_position_update/i18n/en_GB.po index 37b712445c7..9d703cf929a 100644 --- a/account_invoice_fiscal_position_update/i18n/en_GB.po +++ b/account_invoice_fiscal_position_update/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\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" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Invoice" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es.po b/account_invoice_fiscal_position_update/i18n/es.po index 3e17573a0cb..3ebe3e4b553 100644 --- a/account_invoice_fiscal_position_update/i18n/es.po +++ b/account_invoice_fiscal_position_update/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-11-23 13:51+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -27,7 +27,8 @@ msgstr "Factura" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" @@ -36,11 +37,14 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -"Las líneas de factura no se actualizaron a la nueva posición fiscal porque no tienen producto asociado.\n" -"Debería actualizar las cuentas y los impuestos de cada línea de factura manualmente." +"Las líneas de factura no se actualizaron a la nueva posición fiscal porque " +"no tienen producto asociado.\n" +"Debería actualizar las cuentas y los impuestos de cada línea de factura " +"manualmente." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 diff --git a/account_invoice_fiscal_position_update/i18n/es_CR.po b/account_invoice_fiscal_position_update/i18n/es_CR.po index 32df0e156db..47b90029b49 100644 --- a/account_invoice_fiscal_position_update/i18n/es_CR.po +++ b/account_invoice_fiscal_position_update/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\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" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_EC.po b/account_invoice_fiscal_position_update/i18n/es_EC.po index e4c4b3645d5..7076973c72e 100644 --- a/account_invoice_fiscal_position_update/i18n/es_EC.po +++ b/account_invoice_fiscal_position_update/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\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" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_ES.po b/account_invoice_fiscal_position_update/i18n/es_ES.po index a7a4e48e9b8..c09272d54dc 100644 --- a/account_invoice_fiscal_position_update/i18n/es_ES.po +++ b/account_invoice_fiscal_position_update/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # Fernando Lara , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: Fernando Lara , 2017\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\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" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_MX.po b/account_invoice_fiscal_position_update/i18n/es_MX.po index fd2e4a99d31..b008f8bd132 100644 --- a/account_invoice_fiscal_position_update/i18n/es_MX.po +++ b/account_invoice_fiscal_position_update/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\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" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_PE.po b/account_invoice_fiscal_position_update/i18n/es_PE.po index 27c10b152af..22617f4364f 100644 --- a/account_invoice_fiscal_position_update/i18n/es_PE.po +++ b/account_invoice_fiscal_position_update/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-04-18 02:47+0000\n" "PO-Revision-Date: 2018-04-18 02:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -27,7 +28,8 @@ msgstr "Factura" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" @@ -36,7 +38,8 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/et.po b/account_invoice_fiscal_position_update/i18n/et.po index 71b725800c8..05b7745716d 100644 --- a/account_invoice_fiscal_position_update/i18n/et.po +++ b/account_invoice_fiscal_position_update/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Arve" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fi.po b/account_invoice_fiscal_position_update/i18n/fi.po index 0be301d1c53..9d89c014aeb 100644 --- a/account_invoice_fiscal_position_update/i18n/fi.po +++ b/account_invoice_fiscal_position_update/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+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" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Lasku" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr.po b/account_invoice_fiscal_position_update/i18n/fr.po index ecba88add8a..9e5d1bd61e5 100644 --- a/account_invoice_fiscal_position_update/i18n/fr.po +++ b/account_invoice_fiscal_position_update/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-11-23 13: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" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_fiscal_position_update @@ -27,23 +27,29 @@ msgstr "Facture" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -"En l'absence d'article, le changement de la position fiscale n'a pas actualisé les lignes suivantes de la facture :\n" +"En l'absence d'article, le changement de la position fiscale n'a pas " +"actualisé les lignes suivantes de la facture :\n" "- %s\n" -"Vous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." +"Vous devez mettre à jour manuellement le compte comptable et les taxes sur " +"chaque ligne de facture." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -"Les lignes de facture n'ont pas été mise-à-jour suite au changement de la position fiscale car elles ne contiennent pas d'article.\n" -"Vous devez mettre à jour manuellement le compte comptable et les taxes sur chaque ligne de facture." +"Les lignes de facture n'ont pas été mise-à-jour suite au changement de la " +"position fiscale car elles ne contiennent pas d'article.\n" +"Vous devez mettre à jour manuellement le compte comptable et les taxes sur " +"chaque ligne de facture." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 diff --git a/account_invoice_fiscal_position_update/i18n/fr_CA.po b/account_invoice_fiscal_position_update/i18n/fr_CA.po index 52778c9ffc1..0ea7526867d 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CA.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\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" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Facture" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CH.po b/account_invoice_fiscal_position_update/i18n/fr_CH.po index 06841c1251a..980b2d3d048 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CH.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\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" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Facture" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/gl.po b/account_invoice_fiscal_position_update/i18n/gl.po index 44c7e4c38cd..89c5059a202 100644 --- a/account_invoice_fiscal_position_update/i18n/gl.po +++ b/account_invoice_fiscal_position_update/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/hr.po b/account_invoice_fiscal_position_update/i18n/hr.po index 94137332e9a..7ffc60671a0 100644 --- a/account_invoice_fiscal_position_update/i18n/hr.po +++ b/account_invoice_fiscal_position_update/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 # Bole , 2018 @@ -13,11 +13,12 @@ msgstr "" "PO-Revision-Date: 2018-02-03 01:13+0000\n" "Last-Translator: Bole , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -28,11 +29,13 @@ msgstr "Račun" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom jer ne sadrže Proizvod.\n" +"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom " +"jer ne sadrže Proizvod.\n" "- %s\n" "Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." @@ -40,10 +43,12 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne sadrže proizvod.\n" +"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne " +"sadrže proizvod.\n" "Potrebno je ručno ažurirati poreze i konta na stavkama." #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/hr_HR.po b/account_invoice_fiscal_position_update/i18n/hr_HR.po index 61c07092bfc..317d2f98dc4 100644 --- a/account_invoice_fiscal_position_update/i18n/hr_HR.po +++ b/account_invoice_fiscal_position_update/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # Bole , 2017 # OCA Transbot , 2017 @@ -12,12 +12,14 @@ msgstr "" "POT-Creation-Date: 2017-11-23 13:51+0000\n" "PO-Revision-Date: 2017-11-23 13:51+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\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" -"Language: hr_HR\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -28,11 +30,13 @@ msgstr "Račun" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom jer ne sadrže Proizvod.\n" +"Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom " +"jer ne sadrže Proizvod.\n" "- %s\n" "Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." @@ -40,10 +44,12 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne sadrže proizvod.\n" +"Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne " +"sadrže proizvod.\n" "Potrebno je ručno ažurirati poreze i konta na stavkama." #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/hu.po b/account_invoice_fiscal_position_update/i18n/hu.po index 474bb2fce2a..4a77fd51131 100644 --- a/account_invoice_fiscal_position_update/i18n/hu.po +++ b/account_invoice_fiscal_position_update/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+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" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Számla" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/id.po b/account_invoice_fiscal_position_update/i18n/id.po index 5959fb0091c..c9866542b21 100644 --- a/account_invoice_fiscal_position_update/i18n/id.po +++ b/account_invoice_fiscal_position_update/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Faktur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/it.po b/account_invoice_fiscal_position_update/i18n/it.po index f1b0eb8903a..9e627b0c002 100644 --- a/account_invoice_fiscal_position_update/i18n/it.po +++ b/account_invoice_fiscal_position_update/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Fattura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ja.po b/account_invoice_fiscal_position_update/i18n/ja.po index aeed789264a..00d14bb35f3 100644 --- a/account_invoice_fiscal_position_update/i18n/ja.po +++ b/account_invoice_fiscal_position_update/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "請求書" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/lt.po b/account_invoice_fiscal_position_update/i18n/lt.po index 3ca010c2408..75da26a7464 100644 --- a/account_invoice_fiscal_position_update/i18n/lt.po +++ b/account_invoice_fiscal_position_update/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Sąskaita faktūra" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mk.po b/account_invoice_fiscal_position_update/i18n/mk.po index 924615b3a2a..b373037232d 100644 --- a/account_invoice_fiscal_position_update/i18n/mk.po +++ b/account_invoice_fiscal_position_update/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Фактура" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mn.po b/account_invoice_fiscal_position_update/i18n/mn.po index 5766bca5b80..4e8ce069799 100644 --- a/account_invoice_fiscal_position_update/i18n/mn.po +++ b/account_invoice_fiscal_position_update/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Нэхэмжлэл" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb.po b/account_invoice_fiscal_position_update/i18n/nb.po index 5950232bd8c..366d0aeef95 100644 --- a/account_invoice_fiscal_position_update/i18n/nb.po +++ b/account_invoice_fiscal_position_update/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\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" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb_NO.po b/account_invoice_fiscal_position_update/i18n/nb_NO.po index bf3eecf70c2..7d1787b2ef1 100644 --- a/account_invoice_fiscal_position_update/i18n/nb_NO.po +++ b/account_invoice_fiscal_position_update/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\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" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Innmelding" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl.po b/account_invoice_fiscal_position_update/i18n/nl.po index 80e8fe6f2fe..a90d4825c5e 100644 --- a/account_invoice_fiscal_position_update/i18n/nl.po +++ b/account_invoice_fiscal_position_update/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+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" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Factuur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_BE.po b/account_invoice_fiscal_position_update/i18n/nl_BE.po index 8c8f2f7d666..6e206e2f9da 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_BE.po +++ b/account_invoice_fiscal_position_update/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\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" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factuur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_NL.po b/account_invoice_fiscal_position_update/i18n/nl_NL.po index 6cee70af9a4..7cd2f4bf8b2 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_NL.po +++ b/account_invoice_fiscal_position_update/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-11-23 13:51+0000\n" "PO-Revision-Date: 2017-11-23 13:51+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\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" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -27,7 +28,8 @@ msgstr "Factuur" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" @@ -36,7 +38,8 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pl.po b/account_invoice_fiscal_position_update/i18n/pl.po index f4ec98b0deb..b8072f690f9 100644 --- a/account_invoice_fiscal_position_update/i18n/pl.po +++ b/account_invoice_fiscal_position_update/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: pl\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +26,26 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt.po b/account_invoice_fiscal_position_update/i18n/pt.po index 682ebc0aa2c..c67f55618cf 100644 --- a/account_invoice_fiscal_position_update/i18n/pt.po +++ b/account_invoice_fiscal_position_update/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt_BR.po b/account_invoice_fiscal_position_update/i18n/pt_BR.po index 1f9b63c6cc4..7879d690c05 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_BR.po +++ b/account_invoice_fiscal_position_update/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-11-23 13:51+0000\n" "PO-Revision-Date: 2017-11-23 13:51+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\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" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_fiscal_position_update @@ -27,7 +28,8 @@ msgstr "Fatura" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" @@ -36,7 +38,8 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt_PT.po b/account_invoice_fiscal_position_update/i18n/pt_PT.po index 713250fe6a2..07cc550070c 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_PT.po +++ b/account_invoice_fiscal_position_update/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\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" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ro.po b/account_invoice_fiscal_position_update/i18n/ro.po index f0478406382..97f7ed1737a 100644 --- a/account_invoice_fiscal_position_update/i18n/ro.po +++ b/account_invoice_fiscal_position_update/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+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" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: account_invoice_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ru.po b/account_invoice_fiscal_position_update/i18n/ru.po index b65e3a0d8e4..a7c592f05c4 100644 --- a/account_invoice_fiscal_position_update/i18n/ru.po +++ b/account_invoice_fiscal_position_update/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\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" +"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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -24,24 +26,26 @@ msgid "Invoice" msgstr "Счет" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sk_SK.po b/account_invoice_fiscal_position_update/i18n/sk_SK.po index 76e24081555..5609a567c43 100644 --- a/account_invoice_fiscal_position_update/i18n/sk_SK.po +++ b/account_invoice_fiscal_position_update/i18n/sk_SK.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\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" -"Language: sk_SK\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Faktúra" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sl.po b/account_invoice_fiscal_position_update/i18n/sl.po index d419b51860b..7382490b204 100644 --- a/account_invoice_fiscal_position_update/i18n/sl.po +++ b/account_invoice_fiscal_position_update/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-11-23 13: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" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -27,11 +28,13 @@ msgstr "Račun" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" -"Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, ker ne vsebujejo proizvoda:\n" +"Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, " +"ker ne vsebujejo proizvoda:\n" "- %s\n" "Konto in davke vsake računske postavke morate posodobiti ročno." @@ -39,10 +42,12 @@ msgstr "" #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" -"Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo proizvoda:\n" +"Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo " +"proizvoda:\n" "Konto in davke vsake računske postavke morate posodobiti ročno." #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/sv.po b/account_invoice_fiscal_position_update/i18n/sv.po index c7b4a6d4d11..b47d7288cee 100644 --- a/account_invoice_fiscal_position_update/i18n/sv.po +++ b/account_invoice_fiscal_position_update/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/th.po b/account_invoice_fiscal_position_update/i18n/th.po index 2b5340edb67..e62b6789724 100644 --- a/account_invoice_fiscal_position_update/i18n/th.po +++ b/account_invoice_fiscal_position_update/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\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" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "ใบแจ้งหนี้" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr.po b/account_invoice_fiscal_position_update/i18n/tr.po index f9d1f0817a9..913c6a46759 100644 --- a/account_invoice_fiscal_position_update/i18n/tr.po +++ b/account_invoice_fiscal_position_update/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # Ediz Duman , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: Ediz Duman , 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" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +24,26 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr_TR.po b/account_invoice_fiscal_position_update/i18n/tr_TR.po index f939abcfb90..98fb457aac1 100644 --- a/account_invoice_fiscal_position_update/i18n/tr_TR.po +++ b/account_invoice_fiscal_position_update/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\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" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_CN.po b/account_invoice_fiscal_position_update/i18n/zh_CN.po index cd7457e7b0d..5cf7bf4be36 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_CN.po +++ b/account_invoice_fiscal_position_update/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\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" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "发票" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_TW.po b/account_invoice_fiscal_position_update/i18n/zh_TW.po index 316dbed2650..e6e88eb6f9c 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_TW.po +++ b/account_invoice_fiscal_position_update/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_invoice_fiscal_position_update -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-29 02:39+0000\n" "PO-Revision-Date: 2017-04-29 02:39+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_invoice_fiscal_position_update @@ -24,24 +25,26 @@ msgid "Invoice" msgstr "發票" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format msgid "" -"The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" +"The following invoice lines were not updated to the new Fiscal Position " +"because they don't have a Product:\n" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:54 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format msgid "" -"The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" +"The invoice lines were not updated to the new Fiscal Position because they " +"don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:52 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/readme/CONTRIBUTORS.rst b/account_invoice_fiscal_position_update/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..f4164d15327 --- /dev/null +++ b/account_invoice_fiscal_position_update/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Mathieu Vatel (Julius Network Solutions) +* Alexis de Lattre +* Mourad EL HADJ MIMOUNE +* Roel Adriaans diff --git a/account_invoice_fiscal_position_update/readme/DESCRIPTION.rst b/account_invoice_fiscal_position_update/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..712ada5f699 --- /dev/null +++ b/account_invoice_fiscal_position_update/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +With this module, when a user changes the fiscal position of an invoice, the +taxes and the accounts on all the invoice lines which have a product are +automatically updated. The invoice lines without a product are not updated and +a warning is displayed to the user in this case. diff --git a/account_invoice_fiscal_position_update/readme/USAGE.rst b/account_invoice_fiscal_position_update/readme/USAGE.rst new file mode 100644 index 00000000000..caf66cc0753 --- /dev/null +++ b/account_invoice_fiscal_position_update/readme/USAGE.rst @@ -0,0 +1,2 @@ +Update fiscal position or the partner on the invoice. This will automatically +update the taxes and accounts. diff --git a/account_invoice_fiscal_position_update/static/description/index.html b/account_invoice_fiscal_position_update/static/description/index.html new file mode 100644 index 00000000000..4aa4d0bba5b --- /dev/null +++ b/account_invoice_fiscal_position_update/static/description/index.html @@ -0,0 +1,432 @@ + + + + + + +Invoice Fiscal Position Update + + + +
+

Invoice Fiscal Position Update

+ + +

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

+

With this module, when a user changes the fiscal position of an invoice, the +taxes and the accounts on all the invoice lines which have a product are +automatically updated. The invoice lines without a product are not updated and +a warning is displayed to the user in this case.

+

Table of contents

+ +
+

Usage

+

Update fiscal position or the partner on the invoice. This will automatically +update the taxes and accounts.

+
+
+

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

+
    +
  • Julius Network Solutions
  • +
  • Akretion
  • +
+
+
+

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_fiscal_position_update/tests/test_inv_fiscal_pos_update.py b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py index 151af4cc480..7ead14feff0 100644 --- a/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py +++ b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py @@ -41,7 +41,7 @@ def setUp(self): def test_fiscal_position_id_change(self): partner = self.res_partner_model.create(dict(name="George")) account_export_id = self.account_model.sudo().create({ - 'code': "710000", + 'code': "710000-account_invoice_fiscal_position_update", 'name': "customer export account", 'user_type_id': self.account_user_type.id, 'reconcile': True, From 8d0c5ed4bc5b97c1b239a973ed6b43c0fd5921a6 Mon Sep 17 00:00:00 2001 From: Yung-Wa Date: Mon, 1 Oct 2018 09:39:01 +0000 Subject: [PATCH 06/31] Translated using Weblate (Dutch) Currently translated at 100,0% (4 of 4 strings) Translation: account-invoicing-11.0/account-invoicing-11.0-account_invoice_fiscal_position_update Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-11-0/account-invoicing-11-0-account_invoice_fiscal_position_update/nl_NL/ --- .../i18n/nl_NL.po | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/account_invoice_fiscal_position_update/i18n/nl_NL.po b/account_invoice_fiscal_position_update/i18n/nl_NL.po index 7cd2f4bf8b2..06845349782 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_NL.po +++ b/account_invoice_fiscal_position_update/i18n/nl_NL.po @@ -9,15 +9,16 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-23 13:51+0000\n" -"PO-Revision-Date: 2017-11-23 13:51+0000\n" -"Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" -"teams/23907/nl_NL/)\n" +"PO-Revision-Date: 2018-10-01 09:39+0000\n" +"Last-Translator: Yung-Wa \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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1.1\n" #. module: account_invoice_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -33,6 +34,10 @@ msgid "" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" +"De volgende factuurregels werden niet bijgewerkt naar de nieuwe fiscale " +"positie, omdat ze geen producten bevat:\n" +"- %s\n" +"U zult de grootboekrekening en BTW handmatig moeten aanpassen." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 @@ -42,6 +47,10 @@ msgid "" "don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" +"De factuurregels werden niet bijgewerkt naar de nieuwe fiscale positie, " +"omdat ze geen producten bevat.\n" +"U zult de grootboekrekening en BTW handmatig op elke factuurregel moeten " +"aanpassen." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 From 1e6d329ac57145a7e41450cd5655dfa43fecd500 Mon Sep 17 00:00:00 2001 From: Rudolf Schnapka Date: Thu, 11 Oct 2018 11:36:04 +0000 Subject: [PATCH 07/31] Translated using Weblate (German) Currently translated at 100,0% (4 of 4 strings) Translation: account-invoicing-11.0/account-invoicing-11.0-account_invoice_fiscal_position_update Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-11-0/account-invoicing-11-0-account_invoice_fiscal_position_update/de/ --- .../i18n/de.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po index 3b5ed666771..058869b2162 100644 --- a/account_invoice_fiscal_position_update/i18n/de.po +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-29 02:39+0000\n" -"PO-Revision-Date: 2017-04-29 02:39+0000\n" -"Last-Translator: Niki Waibel , 2017\n" +"PO-Revision-Date: 2018-10-11 11:37+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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1.1\n" #. module: account_invoice_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -32,6 +33,10 @@ msgid "" "- %s\n" "You should update the Account and the Taxes of these invoice lines manually." msgstr "" +"Die folgenden Rechnungspositionen wurden nicht auf die neue Steuerzuordnung " +"aktualisiert, da sie keine Produkte enthalten:\n" +"- %s\n" +"Sie müssen Konto und Steuern in diesen Positionen ggf. händisch anpassen." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 @@ -41,9 +46,13 @@ msgid "" "don't have products.\n" "You should update the Account and the Taxes of each invoice line manually." msgstr "" +"Die Rechnungspositionen wurden nicht auf die neue Steuerzuordnung " +"aktualisiert, da sie keine Produkte enthalten.\n" +"Sie müssen Konto und Steuern dieser Rechnungspositionen ggf. händisch " +"aktualisieren." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 #, python-format msgid "Warning" -msgstr "" +msgstr "Warnung" From 51df4a08c805764083583a52b1c50d3bf58b74b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Be=C3=B1at=20Jimenez?= Date: Mon, 17 Dec 2018 08:53:12 +0100 Subject: [PATCH 08/31] [MIG] account_invoice_fiscal_position_update: Migration to version 12.0 --- .../README.rst | 10 +++---- .../__manifest__.py | 10 ++++--- ...account_invoice_fiscal_position_update.pot | 9 ++---- .../i18n/ar.po | 9 +++--- .../i18n/bg.po | 9 +++--- .../i18n/bs.po | 9 +++--- .../i18n/ca.po | 9 +++--- .../i18n/cs.po | 9 +++--- .../i18n/de.po | 23 ++++++++++----- .../i18n/el_GR.po | 9 +++--- .../i18n/en_GB.po | 9 +++--- .../i18n/es.po | 25 +++++++++++----- .../i18n/es_CR.po | 9 +++--- .../i18n/es_EC.po | 9 +++--- .../i18n/es_ES.po | 9 +++--- .../i18n/es_MX.po | 9 +++--- .../i18n/es_PE.po | 9 +++--- .../i18n/et.po | 9 +++--- .../i18n/fi.po | 9 +++--- .../i18n/fr.po | 23 ++++++++++----- .../i18n/fr_CA.po | 9 +++--- .../i18n/fr_CH.po | 9 +++--- .../i18n/gl.po | 9 +++--- .../i18n/hr.po | 23 ++++++++++----- .../i18n/hr_HR.po | 23 ++++++++++----- .../i18n/hu.po | 9 +++--- .../i18n/id.po | 9 +++--- .../i18n/it.po | 9 +++--- .../i18n/ja.po | 9 +++--- .../i18n/lt.po | 9 +++--- .../i18n/mk.po | 9 +++--- .../i18n/mn.po | 9 +++--- .../i18n/nb.po | 9 +++--- .../i18n/nb_NO.po | 9 +++--- .../i18n/nl.po | 9 +++--- .../i18n/nl_BE.po | 9 +++--- .../i18n/nl_NL.po | 27 ++++++++++++------ .../i18n/pl.po | 9 +++--- .../i18n/pt.po | 9 +++--- .../i18n/pt_BR.po | 9 +++--- .../i18n/pt_PT.po | 9 +++--- .../i18n/ro.po | 9 +++--- .../i18n/ru.po | 9 +++--- .../i18n/sk_SK.po | 9 +++--- .../i18n/sl.po | 23 ++++++++++----- .../i18n/sv.po | 9 +++--- .../i18n/th.po | 9 +++--- .../i18n/tr.po | 9 +++--- .../i18n/tr_TR.po | 9 +++--- .../i18n/zh_CN.po | 9 +++--- .../i18n/zh_TW.po | 9 +++--- .../models/account_invoice.py | 12 ++++---- .../static/description/icon.png | Bin 0 -> 9455 bytes .../static/description/index.html | 6 ++-- .../tests/test_inv_fiscal_pos_update.py | 2 +- 55 files changed, 304 insertions(+), 281 deletions(-) create mode 100644 account_invoice_fiscal_position_update/static/description/icon.png diff --git a/account_invoice_fiscal_position_update/README.rst b/account_invoice_fiscal_position_update/README.rst index c1c33bfbd1c..34698ba90e9 100644 --- a/account_invoice_fiscal_position_update/README.rst +++ b/account_invoice_fiscal_position_update/README.rst @@ -14,13 +14,13 @@ Invoice Fiscal Position Update :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/11.0/account_invoice_fiscal_position_update + :target: https://github.com/OCA/account-invoicing/tree/12.0/account_invoice_fiscal_position_update :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-11-0/account-invoicing-11-0-account_invoice_fiscal_position_update + :target: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_fiscal_position_update :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/11.0 + :target: https://runbot.odoo-community.org/runbot/95/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -81,6 +81,6 @@ 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. +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_fiscal_position_update/__manifest__.py b/account_invoice_fiscal_position_update/__manifest__.py index da052df17b9..820fd2ea797 100644 --- a/account_invoice_fiscal_position_update/__manifest__.py +++ b/account_invoice_fiscal_position_update/__manifest__.py @@ -1,16 +1,18 @@ -# © 2011-2014 Julius Network Solutions SARL -# © 2014-2016 Akretion (Alexis de Lattre ) -# © 2018 Roel Adriaans +# Copyright 2011-2014 Julius Network Solutions SARL +# Copyright 2014-2016 Akretion (Alexis de Lattre +# ) +# Copyright 2018 Roel Adriaans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Invoice Fiscal Position Update', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Changing the fiscal position of an invoice will auto-update ' 'invoice lines', + 'website': "https://github.com/OCA/account-invoicing", 'author': "Julius Network Solutions," "Akretion," "Odoo Community Association (OCA)", diff --git a/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot index ec1573e52dc..1268042af59 100644 --- a/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot +++ b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -21,16 +21,13 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 #, python-format -msgid "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +msgid "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product: - %s You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 #, python-format -msgid "The invoice lines were not updated to the new Fiscal Position because they don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +msgid "The invoice lines were not updated to the new Fiscal Position because they don't have products. You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/ar.po b/account_invoice_fiscal_position_update/i18n/ar.po index d3c95ca6fd5..685295d5fee 100644 --- a/account_invoice_fiscal_position_update/i18n/ar.po +++ b/account_invoice_fiscal_position_update/i18n/ar.po @@ -29,9 +29,8 @@ msgstr "فاتورة" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/bg.po b/account_invoice_fiscal_position_update/i18n/bg.po index 3e4e1a102f2..77d00e82297 100644 --- a/account_invoice_fiscal_position_update/i18n/bg.po +++ b/account_invoice_fiscal_position_update/i18n/bg.po @@ -28,9 +28,8 @@ msgstr "Фактура" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/bs.po b/account_invoice_fiscal_position_update/i18n/bs.po index 9e7bc02d13a..3bacc242ff4 100644 --- a/account_invoice_fiscal_position_update/i18n/bs.po +++ b/account_invoice_fiscal_position_update/i18n/bs.po @@ -29,9 +29,8 @@ msgstr "Faktura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/ca.po b/account_invoice_fiscal_position_update/i18n/ca.po index cf6502b131a..2846169d1ec 100644 --- a/account_invoice_fiscal_position_update/i18n/ca.po +++ b/account_invoice_fiscal_position_update/i18n/ca.po @@ -28,9 +28,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/cs.po b/account_invoice_fiscal_position_update/i18n/cs.po index 3c9545cf68d..f191e448e43 100644 --- a/account_invoice_fiscal_position_update/i18n/cs.po +++ b/account_invoice_fiscal_position_update/i18n/cs.po @@ -28,9 +28,8 @@ msgstr "Faktura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po index 058869b2162..e9067287d11 100644 --- a/account_invoice_fiscal_position_update/i18n/de.po +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -26,12 +26,17 @@ msgstr "Rechnung" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "Die folgenden Rechnungspositionen wurden nicht auf die neue Steuerzuordnung " "aktualisiert, da sie keine Produkte enthalten:\n" @@ -40,11 +45,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Die Rechnungspositionen wurden nicht auf die neue Steuerzuordnung " "aktualisiert, da sie keine Produkte enthalten.\n" diff --git a/account_invoice_fiscal_position_update/i18n/el_GR.po b/account_invoice_fiscal_position_update/i18n/el_GR.po index 1d40d7d6d44..84163d3492d 100644 --- a/account_invoice_fiscal_position_update/i18n/el_GR.po +++ b/account_invoice_fiscal_position_update/i18n/el_GR.po @@ -29,9 +29,8 @@ msgstr "Τιμολόγιο" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/en_GB.po b/account_invoice_fiscal_position_update/i18n/en_GB.po index 9d703cf929a..01f957633dc 100644 --- a/account_invoice_fiscal_position_update/i18n/en_GB.po +++ b/account_invoice_fiscal_position_update/i18n/en_GB.po @@ -29,9 +29,8 @@ msgstr "Invoice" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/es.po b/account_invoice_fiscal_position_update/i18n/es.po index 3ebe3e4b553..e38456689d5 100644 --- a/account_invoice_fiscal_position_update/i18n/es.po +++ b/account_invoice_fiscal_position_update/i18n/es.po @@ -25,21 +25,32 @@ msgstr "Factura" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" +"Las líneas de factura no se actualizaron a la nueva posición fiscal porque " +"no tienen producto asociado.\n" +"Debería actualizar las cuentas y los impuestos de cada línea de factura " +"manualmente." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Las líneas de factura no se actualizaron a la nueva posición fiscal porque " "no tienen producto asociado.\n" diff --git a/account_invoice_fiscal_position_update/i18n/es_CR.po b/account_invoice_fiscal_position_update/i18n/es_CR.po index 47b90029b49..19bed3c1cc8 100644 --- a/account_invoice_fiscal_position_update/i18n/es_CR.po +++ b/account_invoice_fiscal_position_update/i18n/es_CR.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/es_EC.po b/account_invoice_fiscal_position_update/i18n/es_EC.po index 7076973c72e..ba6f464cf50 100644 --- a/account_invoice_fiscal_position_update/i18n/es_EC.po +++ b/account_invoice_fiscal_position_update/i18n/es_EC.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/es_ES.po b/account_invoice_fiscal_position_update/i18n/es_ES.po index c09272d54dc..aaa0b1752fc 100644 --- a/account_invoice_fiscal_position_update/i18n/es_ES.po +++ b/account_invoice_fiscal_position_update/i18n/es_ES.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/es_MX.po b/account_invoice_fiscal_position_update/i18n/es_MX.po index b008f8bd132..e46d411ecca 100644 --- a/account_invoice_fiscal_position_update/i18n/es_MX.po +++ b/account_invoice_fiscal_position_update/i18n/es_MX.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/es_PE.po b/account_invoice_fiscal_position_update/i18n/es_PE.po index 22617f4364f..9b569d3cb18 100644 --- a/account_invoice_fiscal_position_update/i18n/es_PE.po +++ b/account_invoice_fiscal_position_update/i18n/es_PE.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/et.po b/account_invoice_fiscal_position_update/i18n/et.po index 05b7745716d..25911a2cb3a 100644 --- a/account_invoice_fiscal_position_update/i18n/et.po +++ b/account_invoice_fiscal_position_update/i18n/et.po @@ -28,9 +28,8 @@ msgstr "Arve" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/fi.po b/account_invoice_fiscal_position_update/i18n/fi.po index 9d89c014aeb..d6c68af0c50 100644 --- a/account_invoice_fiscal_position_update/i18n/fi.po +++ b/account_invoice_fiscal_position_update/i18n/fi.po @@ -28,9 +28,8 @@ msgstr "Lasku" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/fr.po b/account_invoice_fiscal_position_update/i18n/fr.po index 9e5d1bd61e5..ec18893fce9 100644 --- a/account_invoice_fiscal_position_update/i18n/fr.po +++ b/account_invoice_fiscal_position_update/i18n/fr.po @@ -25,12 +25,17 @@ msgstr "Facture" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "En l'absence d'article, le changement de la position fiscale n'a pas " "actualisé les lignes suivantes de la facture :\n" @@ -40,11 +45,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Les lignes de facture n'ont pas été mise-à-jour suite au changement de la " "position fiscale car elles ne contiennent pas d'article.\n" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CA.po b/account_invoice_fiscal_position_update/i18n/fr_CA.po index 0ea7526867d..837b25b76ed 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CA.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CA.po @@ -29,9 +29,8 @@ msgstr "Facture" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/fr_CH.po b/account_invoice_fiscal_position_update/i18n/fr_CH.po index 980b2d3d048..dc986b00def 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CH.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CH.po @@ -29,9 +29,8 @@ msgstr "Facture" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/gl.po b/account_invoice_fiscal_position_update/i18n/gl.po index 89c5059a202..809c47a6f4e 100644 --- a/account_invoice_fiscal_position_update/i18n/gl.po +++ b/account_invoice_fiscal_position_update/i18n/gl.po @@ -28,9 +28,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/hr.po b/account_invoice_fiscal_position_update/i18n/hr.po index 7ffc60671a0..0b96abbee31 100644 --- a/account_invoice_fiscal_position_update/i18n/hr.po +++ b/account_invoice_fiscal_position_update/i18n/hr.po @@ -27,12 +27,17 @@ msgstr "Račun" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom " "jer ne sadrže Proizvod.\n" @@ -41,11 +46,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne " "sadrže proizvod.\n" diff --git a/account_invoice_fiscal_position_update/i18n/hr_HR.po b/account_invoice_fiscal_position_update/i18n/hr_HR.po index 317d2f98dc4..b8c73c510f5 100644 --- a/account_invoice_fiscal_position_update/i18n/hr_HR.po +++ b/account_invoice_fiscal_position_update/i18n/hr_HR.po @@ -28,12 +28,17 @@ msgstr "Račun" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "Sljedeći retci računa nisu ažurirani u skladu sa novom fiskalnom pozicijom " "jer ne sadrže Proizvod.\n" @@ -42,11 +47,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Stavke računa nisu ažurirane u sklado sa novom fiskalnom pozicijom jer ne " "sadrže proizvod.\n" diff --git a/account_invoice_fiscal_position_update/i18n/hu.po b/account_invoice_fiscal_position_update/i18n/hu.po index 4a77fd51131..803d8d144bc 100644 --- a/account_invoice_fiscal_position_update/i18n/hu.po +++ b/account_invoice_fiscal_position_update/i18n/hu.po @@ -28,9 +28,8 @@ msgstr "Számla" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/id.po b/account_invoice_fiscal_position_update/i18n/id.po index c9866542b21..a1708f1a5cf 100644 --- a/account_invoice_fiscal_position_update/i18n/id.po +++ b/account_invoice_fiscal_position_update/i18n/id.po @@ -28,9 +28,8 @@ msgstr "Faktur" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/it.po b/account_invoice_fiscal_position_update/i18n/it.po index 9e627b0c002..20fbbaa9d8f 100644 --- a/account_invoice_fiscal_position_update/i18n/it.po +++ b/account_invoice_fiscal_position_update/i18n/it.po @@ -28,9 +28,8 @@ msgstr "Fattura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/ja.po b/account_invoice_fiscal_position_update/i18n/ja.po index 00d14bb35f3..e7a36358998 100644 --- a/account_invoice_fiscal_position_update/i18n/ja.po +++ b/account_invoice_fiscal_position_update/i18n/ja.po @@ -28,9 +28,8 @@ msgstr "請求書" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/lt.po b/account_invoice_fiscal_position_update/i18n/lt.po index 75da26a7464..bfd23316d71 100644 --- a/account_invoice_fiscal_position_update/i18n/lt.po +++ b/account_invoice_fiscal_position_update/i18n/lt.po @@ -29,9 +29,8 @@ msgstr "Sąskaita faktūra" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/mk.po b/account_invoice_fiscal_position_update/i18n/mk.po index b373037232d..72afa765493 100644 --- a/account_invoice_fiscal_position_update/i18n/mk.po +++ b/account_invoice_fiscal_position_update/i18n/mk.po @@ -28,9 +28,8 @@ msgstr "Фактура" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/mn.po b/account_invoice_fiscal_position_update/i18n/mn.po index 4e8ce069799..0fefe1d819a 100644 --- a/account_invoice_fiscal_position_update/i18n/mn.po +++ b/account_invoice_fiscal_position_update/i18n/mn.po @@ -28,9 +28,8 @@ msgstr "Нэхэмжлэл" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/nb.po b/account_invoice_fiscal_position_update/i18n/nb.po index 366d0aeef95..9364b4104d8 100644 --- a/account_invoice_fiscal_position_update/i18n/nb.po +++ b/account_invoice_fiscal_position_update/i18n/nb.po @@ -29,9 +29,8 @@ msgstr "Faktura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/nb_NO.po b/account_invoice_fiscal_position_update/i18n/nb_NO.po index 7d1787b2ef1..2c3e842e594 100644 --- a/account_invoice_fiscal_position_update/i18n/nb_NO.po +++ b/account_invoice_fiscal_position_update/i18n/nb_NO.po @@ -29,9 +29,8 @@ msgstr "Innmelding" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/nl.po b/account_invoice_fiscal_position_update/i18n/nl.po index a90d4825c5e..12be687a4f2 100644 --- a/account_invoice_fiscal_position_update/i18n/nl.po +++ b/account_invoice_fiscal_position_update/i18n/nl.po @@ -28,9 +28,8 @@ msgstr "Factuur" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/nl_BE.po b/account_invoice_fiscal_position_update/i18n/nl_BE.po index 6e206e2f9da..5c8605e5cdd 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_BE.po +++ b/account_invoice_fiscal_position_update/i18n/nl_BE.po @@ -29,9 +29,8 @@ msgstr "Factuur" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/nl_NL.po b/account_invoice_fiscal_position_update/i18n/nl_NL.po index 06845349782..a985ab58967 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_NL.po +++ b/account_invoice_fiscal_position_update/i18n/nl_NL.po @@ -11,8 +11,8 @@ msgstr "" "POT-Creation-Date: 2017-11-23 13:51+0000\n" "PO-Revision-Date: 2018-10-01 09:39+0000\n" "Last-Translator: Yung-Wa \n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/" -"23907/nl_NL/)\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" @@ -27,12 +27,17 @@ msgstr "Factuur" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "De volgende factuurregels werden niet bijgewerkt naar de nieuwe fiscale " "positie, omdat ze geen producten bevat:\n" @@ -41,11 +46,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "De factuurregels werden niet bijgewerkt naar de nieuwe fiscale positie, " "omdat ze geen producten bevat.\n" diff --git a/account_invoice_fiscal_position_update/i18n/pl.po b/account_invoice_fiscal_position_update/i18n/pl.po index b8072f690f9..1aa314692e9 100644 --- a/account_invoice_fiscal_position_update/i18n/pl.po +++ b/account_invoice_fiscal_position_update/i18n/pl.po @@ -30,9 +30,8 @@ msgstr "Faktura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -40,8 +39,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/pt.po b/account_invoice_fiscal_position_update/i18n/pt.po index c67f55618cf..ff9d765bb81 100644 --- a/account_invoice_fiscal_position_update/i18n/pt.po +++ b/account_invoice_fiscal_position_update/i18n/pt.po @@ -28,9 +28,8 @@ msgstr "Fatura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/pt_BR.po b/account_invoice_fiscal_position_update/i18n/pt_BR.po index 7879d690c05..a6bd4392e40 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_BR.po +++ b/account_invoice_fiscal_position_update/i18n/pt_BR.po @@ -29,9 +29,8 @@ msgstr "Fatura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/pt_PT.po b/account_invoice_fiscal_position_update/i18n/pt_PT.po index 07cc550070c..07ec0e66814 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_PT.po +++ b/account_invoice_fiscal_position_update/i18n/pt_PT.po @@ -29,9 +29,8 @@ msgstr "Fatura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/ro.po b/account_invoice_fiscal_position_update/i18n/ro.po index 97f7ed1737a..873f9c5f315 100644 --- a/account_invoice_fiscal_position_update/i18n/ro.po +++ b/account_invoice_fiscal_position_update/i18n/ro.po @@ -29,9 +29,8 @@ msgstr "Factura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/ru.po b/account_invoice_fiscal_position_update/i18n/ru.po index a7c592f05c4..c0ac4357d5c 100644 --- a/account_invoice_fiscal_position_update/i18n/ru.po +++ b/account_invoice_fiscal_position_update/i18n/ru.po @@ -30,9 +30,8 @@ msgstr "Счет" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -40,8 +39,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/sk_SK.po b/account_invoice_fiscal_position_update/i18n/sk_SK.po index 5609a567c43..abb7550dfed 100644 --- a/account_invoice_fiscal_position_update/i18n/sk_SK.po +++ b/account_invoice_fiscal_position_update/i18n/sk_SK.po @@ -29,9 +29,8 @@ msgstr "Faktúra" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/sl.po b/account_invoice_fiscal_position_update/i18n/sl.po index 7382490b204..7be2e8532d3 100644 --- a/account_invoice_fiscal_position_update/i18n/sl.po +++ b/account_invoice_fiscal_position_update/i18n/sl.po @@ -26,12 +26,17 @@ msgstr "Račun" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The following invoice lines were not updated to the new Fiscal Position " +#| "because they don't have a Product:\n" +#| "- %s\n" +#| "You should update the Account and the Taxes of these invoice lines " +#| "manually." msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" "Naslednje računske postavke niso bile posodobljene na nov fiskalni položaj, " "ker ne vsebujejo proizvoda:\n" @@ -40,11 +45,15 @@ msgstr "" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "The invoice lines were not updated to the new Fiscal Position because " +#| "they don't have products.\n" +#| "You should update the Account and the Taxes of each invoice line manually." msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" "Računske postavke niso bile posodobljene na nov fiskalni položaj, ker nimajo " "proizvoda:\n" diff --git a/account_invoice_fiscal_position_update/i18n/sv.po b/account_invoice_fiscal_position_update/i18n/sv.po index b47d7288cee..b6e8bde879c 100644 --- a/account_invoice_fiscal_position_update/i18n/sv.po +++ b/account_invoice_fiscal_position_update/i18n/sv.po @@ -28,9 +28,8 @@ msgstr "Faktura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/th.po b/account_invoice_fiscal_position_update/i18n/th.po index e62b6789724..4c0299adedb 100644 --- a/account_invoice_fiscal_position_update/i18n/th.po +++ b/account_invoice_fiscal_position_update/i18n/th.po @@ -28,9 +28,8 @@ msgstr "ใบแจ้งหนี้" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/tr.po b/account_invoice_fiscal_position_update/i18n/tr.po index 913c6a46759..e0cd2cb8e02 100644 --- a/account_invoice_fiscal_position_update/i18n/tr.po +++ b/account_invoice_fiscal_position_update/i18n/tr.po @@ -28,9 +28,8 @@ msgstr "Fatura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -38,8 +37,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/tr_TR.po b/account_invoice_fiscal_position_update/i18n/tr_TR.po index 98fb457aac1..8c6128d3cf3 100644 --- a/account_invoice_fiscal_position_update/i18n/tr_TR.po +++ b/account_invoice_fiscal_position_update/i18n/tr_TR.po @@ -29,9 +29,8 @@ msgstr "Fatura" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/zh_CN.po b/account_invoice_fiscal_position_update/i18n/zh_CN.po index 5cf7bf4be36..2c8745168ce 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_CN.po +++ b/account_invoice_fiscal_position_update/i18n/zh_CN.po @@ -29,9 +29,8 @@ msgstr "发票" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/i18n/zh_TW.po b/account_invoice_fiscal_position_update/i18n/zh_TW.po index e6e88eb6f9c..ed82a41cac1 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_TW.po +++ b/account_invoice_fiscal_position_update/i18n/zh_TW.po @@ -29,9 +29,8 @@ msgstr "發票" #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " -"because they don't have a Product:\n" -"- %s\n" -"You should update the Account and the Taxes of these invoice lines manually." +"because they don't have a Product: - %s You should update the Account and " +"the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update @@ -39,8 +38,8 @@ msgstr "" #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " -"don't have products.\n" -"You should update the Account and the Taxes of each invoice line manually." +"don't have products. You should update the Account and the Taxes of each " +"invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update diff --git a/account_invoice_fiscal_position_update/models/account_invoice.py b/account_invoice_fiscal_position_update/models/account_invoice.py index 21b7a92230c..1ce80c7b7ef 100644 --- a/account_invoice_fiscal_position_update/models/account_invoice.py +++ b/account_invoice_fiscal_position_update/models/account_invoice.py @@ -1,11 +1,11 @@ -# © 2011-2014 Julius Network Solutions SARL -# © 2014 Akretion (http://www.akretion.com) +# Copyright 2011-2014 Julius Network Solutions SARL +# Copyright 2014 Akretion (http://www.akretion.com) # @author Mathieu Vatel # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo import models, api, _ +from odoo import _, api, models class AccountInvoice(models.Model): @@ -61,14 +61,14 @@ def fiscal_position_change(self): if len(lines_without_product) == len(self.invoice_line_ids): res['warning']['message'] = _( "The invoice lines were not updated to the new " - "Fiscal Position because they don't have products.\n" + "Fiscal Position because they don't have products. " "You should update the Account and the Taxes of each " "invoice line manually.") else: res['warning']['message'] = _( "The following invoice lines were not updated " "to the new Fiscal Position because they don't have a " - "Product:\n- %s\nYou should update the Account and the " + "Product: - %s You should update the Account and the " "Taxes of these invoice lines manually." - ) % ('\n- '.join(lines_without_product)) + ) % ('- '.join(lines_without_product)) return res diff --git a/account_invoice_fiscal_position_update/static/description/icon.png b/account_invoice_fiscal_position_update/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/account_invoice_fiscal_position_update/static/description/index.html b/account_invoice_fiscal_position_update/static/description/index.html index 4aa4d0bba5b..61eb8d0fefa 100644 --- a/account_invoice_fiscal_position_update/static/description/index.html +++ b/account_invoice_fiscal_position_update/static/description/index.html @@ -367,7 +367,7 @@

Invoice Fiscal Position Update

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

With this module, when a user changes the fiscal position of an invoice, the taxes and the accounts on all the invoice lines which have a product are automatically updated. The invoice lines without a product are not updated and @@ -395,7 +395,7 @@

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.

+feedback.

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

@@ -423,7 +423,7 @@

Maintainers

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.

+

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_fiscal_position_update/tests/test_inv_fiscal_pos_update.py b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py index 7ead14feff0..bdfc36b0d8c 100644 --- a/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py +++ b/account_invoice_fiscal_position_update/tests/test_inv_fiscal_pos_update.py @@ -1,4 +1,4 @@ -# © 2014 ToDay Akretion (http://www.akretion.com) +# Copyright 2014 ToDay Akretion (http://www.akretion.com) # @author Mourad EL HADJ MIMOUNE # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). From b8d7f966a5f38ad9136e282c99963495fd0d5baf Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 21 May 2019 21:05:27 +0200 Subject: [PATCH 09/31] account_invoice_fiscal_position_update: use method get_invoice_line_account() --- .../i18n/account_invoice_fiscal_position_update.pot | 6 +++--- account_invoice_fiscal_position_update/i18n/ar.po | 6 +++--- account_invoice_fiscal_position_update/i18n/bg.po | 6 +++--- account_invoice_fiscal_position_update/i18n/bs.po | 6 +++--- account_invoice_fiscal_position_update/i18n/ca.po | 6 +++--- account_invoice_fiscal_position_update/i18n/cs.po | 6 +++--- account_invoice_fiscal_position_update/i18n/de.po | 6 +++--- account_invoice_fiscal_position_update/i18n/el_GR.po | 6 +++--- account_invoice_fiscal_position_update/i18n/en_GB.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es_CR.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es_EC.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es_ES.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es_MX.po | 6 +++--- account_invoice_fiscal_position_update/i18n/es_PE.po | 6 +++--- account_invoice_fiscal_position_update/i18n/et.po | 6 +++--- account_invoice_fiscal_position_update/i18n/fi.po | 6 +++--- account_invoice_fiscal_position_update/i18n/fr.po | 6 +++--- account_invoice_fiscal_position_update/i18n/fr_CA.po | 6 +++--- account_invoice_fiscal_position_update/i18n/fr_CH.po | 6 +++--- account_invoice_fiscal_position_update/i18n/gl.po | 6 +++--- account_invoice_fiscal_position_update/i18n/hr.po | 6 +++--- account_invoice_fiscal_position_update/i18n/hr_HR.po | 6 +++--- account_invoice_fiscal_position_update/i18n/hu.po | 6 +++--- account_invoice_fiscal_position_update/i18n/id.po | 6 +++--- account_invoice_fiscal_position_update/i18n/it.po | 6 +++--- account_invoice_fiscal_position_update/i18n/ja.po | 6 +++--- account_invoice_fiscal_position_update/i18n/lt.po | 6 +++--- account_invoice_fiscal_position_update/i18n/mk.po | 6 +++--- account_invoice_fiscal_position_update/i18n/mn.po | 6 +++--- account_invoice_fiscal_position_update/i18n/nb.po | 6 +++--- account_invoice_fiscal_position_update/i18n/nb_NO.po | 6 +++--- account_invoice_fiscal_position_update/i18n/nl.po | 6 +++--- account_invoice_fiscal_position_update/i18n/nl_BE.po | 6 +++--- account_invoice_fiscal_position_update/i18n/nl_NL.po | 6 +++--- account_invoice_fiscal_position_update/i18n/pl.po | 6 +++--- account_invoice_fiscal_position_update/i18n/pt.po | 6 +++--- account_invoice_fiscal_position_update/i18n/pt_BR.po | 6 +++--- account_invoice_fiscal_position_update/i18n/pt_PT.po | 6 +++--- account_invoice_fiscal_position_update/i18n/ro.po | 6 +++--- account_invoice_fiscal_position_update/i18n/ru.po | 6 +++--- account_invoice_fiscal_position_update/i18n/sk_SK.po | 6 +++--- account_invoice_fiscal_position_update/i18n/sl.po | 6 +++--- account_invoice_fiscal_position_update/i18n/sv.po | 6 +++--- account_invoice_fiscal_position_update/i18n/th.po | 6 +++--- account_invoice_fiscal_position_update/i18n/tr.po | 6 +++--- account_invoice_fiscal_position_update/i18n/tr_TR.po | 6 +++--- account_invoice_fiscal_position_update/i18n/zh_CN.po | 6 +++--- account_invoice_fiscal_position_update/i18n/zh_TW.po | 6 +++--- .../models/account_invoice.py | 10 +++------- 50 files changed, 150 insertions(+), 154 deletions(-) diff --git a/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot index 1268042af59..1a73b56a230 100644 --- a/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot +++ b/account_invoice_fiscal_position_update/i18n/account_invoice_fiscal_position_update.pot @@ -19,19 +19,19 @@ msgid "Invoice" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "The following invoice lines were not updated to the new Fiscal Position because they don't have a Product: - %s You should update the Account and the Taxes of these invoice lines manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "The invoice lines were not updated to the new Fiscal Position because they don't have products. You should update the Account and the Taxes of each invoice line manually." msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ar.po b/account_invoice_fiscal_position_update/i18n/ar.po index 685295d5fee..ead97437dbf 100644 --- a/account_invoice_fiscal_position_update/i18n/ar.po +++ b/account_invoice_fiscal_position_update/i18n/ar.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "فاتورة" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bg.po b/account_invoice_fiscal_position_update/i18n/bg.po index 77d00e82297..779f5e8605e 100644 --- a/account_invoice_fiscal_position_update/i18n/bg.po +++ b/account_invoice_fiscal_position_update/i18n/bg.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Фактура" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/bs.po b/account_invoice_fiscal_position_update/i18n/bs.po index 3bacc242ff4..25815037dd0 100644 --- a/account_invoice_fiscal_position_update/i18n/bs.po +++ b/account_invoice_fiscal_position_update/i18n/bs.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ca.po b/account_invoice_fiscal_position_update/i18n/ca.po index 2846169d1ec..a6943bbc7c4 100644 --- a/account_invoice_fiscal_position_update/i18n/ca.po +++ b/account_invoice_fiscal_position_update/i18n/ca.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/cs.po b/account_invoice_fiscal_position_update/i18n/cs.po index f191e448e43..d6a4f08bc99 100644 --- a/account_invoice_fiscal_position_update/i18n/cs.po +++ b/account_invoice_fiscal_position_update/i18n/cs.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po index e9067287d11..cad3bda56b6 100644 --- a/account_invoice_fiscal_position_update/i18n/de.po +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Rechnung" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -44,7 +44,7 @@ msgstr "" "Sie müssen Konto und Steuern in diesen Positionen ggf. händisch anpassen." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -61,7 +61,7 @@ msgstr "" "aktualisieren." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Warnung" diff --git a/account_invoice_fiscal_position_update/i18n/el_GR.po b/account_invoice_fiscal_position_update/i18n/el_GR.po index 84163d3492d..7f5df3fa001 100644 --- a/account_invoice_fiscal_position_update/i18n/el_GR.po +++ b/account_invoice_fiscal_position_update/i18n/el_GR.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Τιμολόγιο" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/en_GB.po b/account_invoice_fiscal_position_update/i18n/en_GB.po index 01f957633dc..305b8d2df44 100644 --- a/account_invoice_fiscal_position_update/i18n/en_GB.po +++ b/account_invoice_fiscal_position_update/i18n/en_GB.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Invoice" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es.po b/account_invoice_fiscal_position_update/i18n/es.po index e38456689d5..b920ae96c37 100644 --- a/account_invoice_fiscal_position_update/i18n/es.po +++ b/account_invoice_fiscal_position_update/i18n/es.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -41,7 +41,7 @@ msgstr "" "manualmente." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -58,7 +58,7 @@ msgstr "" "manualmente." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/es_CR.po b/account_invoice_fiscal_position_update/i18n/es_CR.po index 19bed3c1cc8..a0a6f02468b 100644 --- a/account_invoice_fiscal_position_update/i18n/es_CR.po +++ b/account_invoice_fiscal_position_update/i18n/es_CR.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_EC.po b/account_invoice_fiscal_position_update/i18n/es_EC.po index ba6f464cf50..e21d4ec52bc 100644 --- a/account_invoice_fiscal_position_update/i18n/es_EC.po +++ b/account_invoice_fiscal_position_update/i18n/es_EC.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_ES.po b/account_invoice_fiscal_position_update/i18n/es_ES.po index aaa0b1752fc..ef24da94f83 100644 --- a/account_invoice_fiscal_position_update/i18n/es_ES.po +++ b/account_invoice_fiscal_position_update/i18n/es_ES.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_MX.po b/account_invoice_fiscal_position_update/i18n/es_MX.po index e46d411ecca..981d34a3305 100644 --- a/account_invoice_fiscal_position_update/i18n/es_MX.po +++ b/account_invoice_fiscal_position_update/i18n/es_MX.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/es_PE.po b/account_invoice_fiscal_position_update/i18n/es_PE.po index 9b569d3cb18..4b562849d49 100644 --- a/account_invoice_fiscal_position_update/i18n/es_PE.po +++ b/account_invoice_fiscal_position_update/i18n/es_PE.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/et.po b/account_invoice_fiscal_position_update/i18n/et.po index 25911a2cb3a..e6a68380830 100644 --- a/account_invoice_fiscal_position_update/i18n/et.po +++ b/account_invoice_fiscal_position_update/i18n/et.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Arve" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fi.po b/account_invoice_fiscal_position_update/i18n/fi.po index d6c68af0c50..158142b4a37 100644 --- a/account_invoice_fiscal_position_update/i18n/fi.po +++ b/account_invoice_fiscal_position_update/i18n/fi.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Lasku" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr.po b/account_invoice_fiscal_position_update/i18n/fr.po index ec18893fce9..f2c64fe9b22 100644 --- a/account_invoice_fiscal_position_update/i18n/fr.po +++ b/account_invoice_fiscal_position_update/i18n/fr.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Facture" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -44,7 +44,7 @@ msgstr "" "chaque ligne de facture." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -61,7 +61,7 @@ msgstr "" "chaque ligne de facture." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Avertissement" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CA.po b/account_invoice_fiscal_position_update/i18n/fr_CA.po index 837b25b76ed..b6bc8cc90be 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CA.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CA.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Facture" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/fr_CH.po b/account_invoice_fiscal_position_update/i18n/fr_CH.po index dc986b00def..9ae712fa8bc 100644 --- a/account_invoice_fiscal_position_update/i18n/fr_CH.po +++ b/account_invoice_fiscal_position_update/i18n/fr_CH.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Facture" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/gl.po b/account_invoice_fiscal_position_update/i18n/gl.po index 809c47a6f4e..facd517d48e 100644 --- a/account_invoice_fiscal_position_update/i18n/gl.po +++ b/account_invoice_fiscal_position_update/i18n/gl.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/hr.po b/account_invoice_fiscal_position_update/i18n/hr.po index 0b96abbee31..3c4254ce4ba 100644 --- a/account_invoice_fiscal_position_update/i18n/hr.po +++ b/account_invoice_fiscal_position_update/i18n/hr.po @@ -26,7 +26,7 @@ msgid "Invoice" msgstr "Račun" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -45,7 +45,7 @@ msgstr "" "Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -61,7 +61,7 @@ msgstr "" "Potrebno je ručno ažurirati poreze i konta na stavkama." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Upozorenje" diff --git a/account_invoice_fiscal_position_update/i18n/hr_HR.po b/account_invoice_fiscal_position_update/i18n/hr_HR.po index b8c73c510f5..8446ffb9e7e 100644 --- a/account_invoice_fiscal_position_update/i18n/hr_HR.po +++ b/account_invoice_fiscal_position_update/i18n/hr_HR.po @@ -27,7 +27,7 @@ msgid "Invoice" msgstr "Račun" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -46,7 +46,7 @@ msgstr "" "Potrebno je ručno ažurirati poreze i konta na navedenim stavkama." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -62,7 +62,7 @@ msgstr "" "Potrebno je ručno ažurirati poreze i konta na stavkama." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Upozorenje" diff --git a/account_invoice_fiscal_position_update/i18n/hu.po b/account_invoice_fiscal_position_update/i18n/hu.po index 803d8d144bc..aaa44eb9e6b 100644 --- a/account_invoice_fiscal_position_update/i18n/hu.po +++ b/account_invoice_fiscal_position_update/i18n/hu.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Számla" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/id.po b/account_invoice_fiscal_position_update/i18n/id.po index a1708f1a5cf..dadb2f98e11 100644 --- a/account_invoice_fiscal_position_update/i18n/id.po +++ b/account_invoice_fiscal_position_update/i18n/id.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Faktur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/it.po b/account_invoice_fiscal_position_update/i18n/it.po index 20fbbaa9d8f..064cddd9e05 100644 --- a/account_invoice_fiscal_position_update/i18n/it.po +++ b/account_invoice_fiscal_position_update/i18n/it.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Fattura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ja.po b/account_invoice_fiscal_position_update/i18n/ja.po index e7a36358998..c05aadce4c9 100644 --- a/account_invoice_fiscal_position_update/i18n/ja.po +++ b/account_invoice_fiscal_position_update/i18n/ja.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "請求書" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/lt.po b/account_invoice_fiscal_position_update/i18n/lt.po index bfd23316d71..47a90b86924 100644 --- a/account_invoice_fiscal_position_update/i18n/lt.po +++ b/account_invoice_fiscal_position_update/i18n/lt.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Sąskaita faktūra" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mk.po b/account_invoice_fiscal_position_update/i18n/mk.po index 72afa765493..d70561e1adb 100644 --- a/account_invoice_fiscal_position_update/i18n/mk.po +++ b/account_invoice_fiscal_position_update/i18n/mk.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Фактура" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/mn.po b/account_invoice_fiscal_position_update/i18n/mn.po index 0fefe1d819a..dfd8ff4d2de 100644 --- a/account_invoice_fiscal_position_update/i18n/mn.po +++ b/account_invoice_fiscal_position_update/i18n/mn.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Нэхэмжлэл" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb.po b/account_invoice_fiscal_position_update/i18n/nb.po index 9364b4104d8..dd0a3c2cbff 100644 --- a/account_invoice_fiscal_position_update/i18n/nb.po +++ b/account_invoice_fiscal_position_update/i18n/nb.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nb_NO.po b/account_invoice_fiscal_position_update/i18n/nb_NO.po index 2c3e842e594..93d2471b235 100644 --- a/account_invoice_fiscal_position_update/i18n/nb_NO.po +++ b/account_invoice_fiscal_position_update/i18n/nb_NO.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Innmelding" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl.po b/account_invoice_fiscal_position_update/i18n/nl.po index 12be687a4f2..f56e9df1987 100644 --- a/account_invoice_fiscal_position_update/i18n/nl.po +++ b/account_invoice_fiscal_position_update/i18n/nl.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Factuur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_BE.po b/account_invoice_fiscal_position_update/i18n/nl_BE.po index 5c8605e5cdd..f0a8bb79aed 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_BE.po +++ b/account_invoice_fiscal_position_update/i18n/nl_BE.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factuur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/nl_NL.po b/account_invoice_fiscal_position_update/i18n/nl_NL.po index a985ab58967..306623ded0e 100644 --- a/account_invoice_fiscal_position_update/i18n/nl_NL.po +++ b/account_invoice_fiscal_position_update/i18n/nl_NL.po @@ -26,7 +26,7 @@ msgid "Invoice" msgstr "Factuur" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -45,7 +45,7 @@ msgstr "" "U zult de grootboekrekening en BTW handmatig moeten aanpassen." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -62,7 +62,7 @@ msgstr "" "aanpassen." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Waarschuwing" diff --git a/account_invoice_fiscal_position_update/i18n/pl.po b/account_invoice_fiscal_position_update/i18n/pl.po index 1aa314692e9..3751edbfd93 100644 --- a/account_invoice_fiscal_position_update/i18n/pl.po +++ b/account_invoice_fiscal_position_update/i18n/pl.po @@ -26,7 +26,7 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -35,7 +35,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -44,7 +44,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt.po b/account_invoice_fiscal_position_update/i18n/pt.po index ff9d765bb81..c242a450f1e 100644 --- a/account_invoice_fiscal_position_update/i18n/pt.po +++ b/account_invoice_fiscal_position_update/i18n/pt.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/pt_BR.po b/account_invoice_fiscal_position_update/i18n/pt_BR.po index a6bd4392e40..79ac3a8ba00 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_BR.po +++ b/account_invoice_fiscal_position_update/i18n/pt_BR.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/account_invoice_fiscal_position_update/i18n/pt_PT.po b/account_invoice_fiscal_position_update/i18n/pt_PT.po index 07ec0e66814..d7f346fcf99 100644 --- a/account_invoice_fiscal_position_update/i18n/pt_PT.po +++ b/account_invoice_fiscal_position_update/i18n/pt_PT.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ro.po b/account_invoice_fiscal_position_update/i18n/ro.po index 873f9c5f315..77792a50445 100644 --- a/account_invoice_fiscal_position_update/i18n/ro.po +++ b/account_invoice_fiscal_position_update/i18n/ro.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Factura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/ru.po b/account_invoice_fiscal_position_update/i18n/ru.po index c0ac4357d5c..9499db53336 100644 --- a/account_invoice_fiscal_position_update/i18n/ru.po +++ b/account_invoice_fiscal_position_update/i18n/ru.po @@ -26,7 +26,7 @@ msgid "Invoice" msgstr "Счет" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -35,7 +35,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -44,7 +44,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sk_SK.po b/account_invoice_fiscal_position_update/i18n/sk_SK.po index abb7550dfed..2bb2bb2a7f2 100644 --- a/account_invoice_fiscal_position_update/i18n/sk_SK.po +++ b/account_invoice_fiscal_position_update/i18n/sk_SK.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Faktúra" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/sl.po b/account_invoice_fiscal_position_update/i18n/sl.po index 7be2e8532d3..043c44f153a 100644 --- a/account_invoice_fiscal_position_update/i18n/sl.po +++ b/account_invoice_fiscal_position_update/i18n/sl.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Račun" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, fuzzy, python-format #| msgid "" #| "The following invoice lines were not updated to the new Fiscal Position " @@ -44,7 +44,7 @@ msgstr "" "Konto in davke vsake računske postavke morate posodobiti ročno." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, fuzzy, python-format #| msgid "" #| "The invoice lines were not updated to the new Fiscal Position because " @@ -60,7 +60,7 @@ msgstr "" "Konto in davke vsake računske postavke morate posodobiti ročno." #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "Opozorilo" diff --git a/account_invoice_fiscal_position_update/i18n/sv.po b/account_invoice_fiscal_position_update/i18n/sv.po index b6e8bde879c..fbaa149ec2c 100644 --- a/account_invoice_fiscal_position_update/i18n/sv.po +++ b/account_invoice_fiscal_position_update/i18n/sv.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Faktura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/th.po b/account_invoice_fiscal_position_update/i18n/th.po index 4c0299adedb..a8840e3b9a8 100644 --- a/account_invoice_fiscal_position_update/i18n/th.po +++ b/account_invoice_fiscal_position_update/i18n/th.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "ใบแจ้งหนี้" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr.po b/account_invoice_fiscal_position_update/i18n/tr.po index e0cd2cb8e02..9977c81e552 100644 --- a/account_invoice_fiscal_position_update/i18n/tr.po +++ b/account_invoice_fiscal_position_update/i18n/tr.po @@ -24,7 +24,7 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -33,7 +33,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -42,7 +42,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/tr_TR.po b/account_invoice_fiscal_position_update/i18n/tr_TR.po index 8c6128d3cf3..dddcf3adcf0 100644 --- a/account_invoice_fiscal_position_update/i18n/tr_TR.po +++ b/account_invoice_fiscal_position_update/i18n/tr_TR.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "Fatura" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_CN.po b/account_invoice_fiscal_position_update/i18n/zh_CN.po index 2c8745168ce..eb7cd07b901 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_CN.po +++ b/account_invoice_fiscal_position_update/i18n/zh_CN.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "发票" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/i18n/zh_TW.po b/account_invoice_fiscal_position_update/i18n/zh_TW.po index ed82a41cac1..40680e6d114 100644 --- a/account_invoice_fiscal_position_update/i18n/zh_TW.po +++ b/account_invoice_fiscal_position_update/i18n/zh_TW.po @@ -25,7 +25,7 @@ msgid "Invoice" msgstr "發票" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:68 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 #, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " @@ -34,7 +34,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:62 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 #, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " @@ -43,7 +43,7 @@ msgid "" msgstr "" #. module: account_invoice_fiscal_position_update -#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:60 +#: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:56 #, python-format msgid "Warning" msgstr "" diff --git a/account_invoice_fiscal_position_update/models/account_invoice.py b/account_invoice_fiscal_position_update/models/account_invoice.py index 1ce80c7b7ef..79319e5c01d 100644 --- a/account_invoice_fiscal_position_update/models/account_invoice.py +++ b/account_invoice_fiscal_position_update/models/account_invoice.py @@ -29,29 +29,25 @@ def fiscal_position_change(self): inv_type = self.type for line in self.invoice_line_ids: if line.product_id: + account = line.get_invoice_line_account( + inv_type, line.product_id, fp, self.company_id) product = line.with_context(force_company=self.company_id.id).\ product_id if inv_type in ('out_invoice', 'out_refund'): - account = ( - product.property_account_income_id or - product.categ_id.property_account_income_categ_id) # M2M fields don't have an option 'company_dependent=True' # so we need per-company post-filtering taxes = product.taxes_id.filtered( lambda tax: tax.company_id == self.company_id) else: - account = ( - product.property_account_expense_id or - product.categ_id.property_account_expense_categ_id) taxes = product.supplier_taxes_id.filtered( lambda tax: tax.company_id == self.company_id) taxes = taxes or account.tax_ids.filtered( lambda tax: tax.company_id == self.company_id) if fp: - account = fp.map_account(account) taxes = fp.map_tax(taxes) line.invoice_line_tax_ids = [(6, 0, taxes.ids)] + line.account_id = account.id else: lines_without_product.append(line.name) From 55040b1da060803f1ada51b9404e21d1829cf9bf Mon Sep 17 00:00:00 2001 From: Maria Sparenberg Date: Wed, 17 Jul 2019 10:32:02 +0000 Subject: [PATCH 10/31] Translated using Weblate (German) Currently translated at 100.0% (4 of 4 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_invoice_fiscal_position_update Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_fiscal_position_update/de/ --- .../i18n/de.po | 22 +++++-------------- .../static/description/index.html | 2 +- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/account_invoice_fiscal_position_update/i18n/de.po b/account_invoice_fiscal_position_update/i18n/de.po index cad3bda56b6..f2579f4dbca 100644 --- a/account_invoice_fiscal_position_update/i18n/de.po +++ b/account_invoice_fiscal_position_update/i18n/de.po @@ -9,15 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-29 02:39+0000\n" -"PO-Revision-Date: 2018-10-11 11:37+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"PO-Revision-Date: 2019-07-17 12:43+0000\n" +"Last-Translator: Maria Sparenberg \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" +"X-Generator: Weblate 3.7.1\n" #. module: account_invoice_fiscal_position_update #: model:ir.model,name:account_invoice_fiscal_position_update.model_account_invoice @@ -26,30 +26,20 @@ msgstr "Rechnung" #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:64 -#, fuzzy, python-format -#| msgid "" -#| "The following invoice lines were not updated to the new Fiscal Position " -#| "because they don't have a Product:\n" -#| "- %s\n" -#| "You should update the Account and the Taxes of these invoice lines " -#| "manually." +#, python-format msgid "" "The following invoice lines were not updated to the new Fiscal Position " "because they don't have a Product: - %s You should update the Account and " "the Taxes of these invoice lines manually." msgstr "" "Die folgenden Rechnungspositionen wurden nicht auf die neue Steuerzuordnung " -"aktualisiert, da sie keine Produkte enthalten:\n" +"aktualisiert, da sie keine Produkte enthalten: \n" "- %s\n" "Sie müssen Konto und Steuern in diesen Positionen ggf. händisch anpassen." #. module: account_invoice_fiscal_position_update #: code:addons/account_invoice_fiscal_position_update/models/account_invoice.py:58 -#, fuzzy, python-format -#| msgid "" -#| "The invoice lines were not updated to the new Fiscal Position because " -#| "they don't have products.\n" -#| "You should update the Account and the Taxes of each invoice line manually." +#, python-format msgid "" "The invoice lines were not updated to the new Fiscal Position because they " "don't have products. You should update the Account and the Taxes of each " diff --git a/account_invoice_fiscal_position_update/static/description/index.html b/account_invoice_fiscal_position_update/static/description/index.html index 61eb8d0fefa..e06abb88687 100644 --- a/account_invoice_fiscal_position_update/static/description/index.html +++ b/account_invoice_fiscal_position_update/static/description/index.html @@ -3,7 +3,7 @@ - + Invoice Fiscal Position Update