2
0

minor fixes

This commit is contained in:
rgarnau 2018-01-12 10:46:29 +01:00 committed by Zina Rasoamanana
parent 00b821da9c
commit f8c89442b6
52 changed files with 837 additions and 376 deletions

View File

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
===================================== =====================================
@ -10,13 +10,13 @@ This module helps ensuring the chronology of invoice numbers.
It prevents the validation of invoices when: It prevents the validation of invoices when:
* there are draft invoices with an anterior date * there are draft invoices with a prior date
* there are validated invoices with a posterior date * there are validated invoices with a later date
Configuration Configuration
============= =============
To configure this module, go to the menu *Accounting > Configuration > Journals > Journals* and activate the option *Check Chronology* on the relevant journals. After the installation of the module, this option will be active on *sale* and *sale refund* journals. To configure this module, go to the menu *Accounting/Invoicing > Configuration > Accounting > Journals* and activate the option *Check Chronology* on the relevant journals. After the installation of the module, this option will be active on *sale* and *sale refund* journals.
Usage Usage
===== =====

View File

@ -4,10 +4,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-20 14:51+0000\n"
"PO-Revision-Date: 2014-08-20 14:51+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,20 +14,20 @@ msgstr ""
"Plural-Forms: \n" "Plural-Forms: \n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:58 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "Chronology Error. Please confirm older draft invoices before %s and try again." msgid "Chronology Error. Please confirm older draft invoices before %s and try again."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:76 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "Chronology Error. There exist at least one invoice with a date posterior to %s." msgid "Chronology Error. There exist at least one invoice with a later date to %s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ar/)\n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 "
"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" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Фактура"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/bs/)\n" "Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: bs\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,42 +1,45 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n" "Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2018-10-11 11:16+0000\n"
"Last-Translator: <>\n" "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/de/)\n" "Language-Team: German (http://www.transifex.com/oca/"
"OCA-account-financial-tools-8-0/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: de\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_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr "Prüfe Chronologie"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
"again." "again."
msgstr "" msgstr ""
"Chronolgiefehler. Geben Sie Rechnungsentwürfe vor %s frei und versuchen es "
"erneut."
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s." msgstr "Chronologiefehler. Es gibt mind. eine Rechnung mit Datum nach %s."
msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Τιμολόγιο"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/en_GB/)\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_CR/)\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_EC/)\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_MX/)\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_VE/)\n" "Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/et/)\n" "Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Lasku"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,42 +1,47 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# Quentin THEURET <odoo@kerpeo.com>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2018-01-15 13:09+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2018-01-15 13:09+0000\n"
"Last-Translator: <>\n" "Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2018\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/fr/)\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr "Vérifier la chronologie"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
"again." "again."
msgstr "" msgstr ""
"Erreur de chronologie. Veuillez confirmer les anciennes factures brouillon "
"avant %set réessayer."
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
"Erreur de chronologie. Il existe au moins une facture avec une date "
"ultérieure à %s."
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
"fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Facture"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
"teams/23907/fr_CH/)\n"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Facture"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Factura"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,31 +1,31 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
# Bole <bole@dajmi5.com>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n" "POT-Creation-Date: 2018-01-15 03:39+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n" "PO-Revision-Date: 2018-01-15 03:39+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check chronology" msgid "Check Chronology"
msgstr "Provjeri kronološki" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -33,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# Bole <bole@dajmi5.com>, 2017 # Bole <bole@dajmi5.com>, 2017
msgid "" msgid ""
@ -11,20 +11,22 @@ msgstr ""
"POT-Creation-Date: 2017-05-30 00:47+0000\n" "POT-Creation-Date: 2017-05-30 00:47+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n" "PO-Revision-Date: 2017-05-30 00:47+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" "Last-Translator: Bole <bole@dajmi5.com>, 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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -32,11 +34,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/hu/)\n" "Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/id/)\n" "Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ja/)\n" "Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/lt/)\n" "Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/mk/)\n" "Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/mn/)\n" "Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/nb/)\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
"teams/23907/nb_NO/)\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Innmelding"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/nl_BE/)\n" "Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-06 02:40+0000\n"
"PO-Revision-Date: 2018-04-06 02:40+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Factuur"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/pl/)\n" "Language-Team: Polish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "|| n%100>=20) ? 1 : 2);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/pt/)\n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,30 +1,31 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n" "POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n" "PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -32,17 +33,16 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice" msgid "Invoice"
msgstr "" msgstr "Fatura"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal #: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ro/)\n" "Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" "2:1));\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,23 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 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" "%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_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +34,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_constraint_chronology
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/"
"sk_SK/)\n"
"Language: sk_SK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology"
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format
msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try "
"again."
msgstr ""
#. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format
msgid ""
"Chronology Error. There exist at least one invoice with a later date to %s."
msgstr ""
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice"
msgstr "Faktúra"
#. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
msgid "Journal"
msgstr ""

View File

@ -1,30 +1,31 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n" "POT-Creation-Date: 2018-01-15 03:39+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n" "PO-Revision-Date: 2018-01-15 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" "%100==4 ? 2 : 3);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -34,12 +35,11 @@ msgstr ""
"ponovno." "ponovno."
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s." msgstr ""
msgstr "Kronološka napaka. Obstaja vsaj en račun z datumom za %s."
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,22 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/sr@latin/)\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +33,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/sv/)\n" "Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/th/)\n" "Language-Team: Thai (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,30 +1,31 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
# Ediz Duman <neps1192@gmail.com>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n" "POT-Creation-Date: 2018-03-30 02:39+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n" "PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -32,17 +33,16 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice
msgid "Invoice" msgid "Invoice"
msgstr "" msgstr "Fatura"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal #: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/vi/)\n" "Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/zh_CN/)\n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * account_invoice_constraint_chronology # * account_invoice_constraint_chronology
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
@ -10,20 +10,21 @@ msgstr ""
"POT-Creation-Date: 2015-07-01 13:25+0000\n" "POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n" "PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/zh_TW/)\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: field:account.journal,check_chronology:0 #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology
msgid "Check Chronology" msgid "Check Chronology"
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. Please confirm older draft invoices before %s and try " "Chronology Error. Please confirm older draft invoices before %s and try "
@ -31,11 +32,10 @@ msgid ""
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology
#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47
#, python-format #, python-format
msgid "" msgid ""
"Chronology Error. There exist at least one invoice with a date posterior to " "Chronology Error. There exist at least one invoice with a later date to %s."
"%s."
msgstr "" msgstr ""
#. module: account_invoice_constraint_chronology #. module: account_invoice_constraint_chronology

View File

@ -46,6 +46,6 @@ class AccountInvoice(models.Model):
.Date.context_today(self, date_invoice_format) .Date.context_today(self, date_invoice_format)
raise UserError(_("Chronology Error. " raise UserError(_("Chronology Error. "
"There exist at least one invoice " "There exist at least one invoice "
"with a date posterior to %s.") % "with a later date to %s.") %
date_invoice_tz) date_invoice_tz)
return res return res