diff --git a/account_move_batch_validate/__init__.py b/account_move_batch_validate/__init__.py new file mode 100644 index 000000000..9b4296142 --- /dev/null +++ b/account_move_batch_validate/__init__.py @@ -0,0 +1,2 @@ +from . import models +from . import wizard diff --git a/account_move_batch_validate/__manifest__.py b/account_move_batch_validate/__manifest__.py new file mode 100644 index 000000000..d1b87a1ec --- /dev/null +++ b/account_move_batch_validate/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2019 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': "Account Move Batch Validate", + 'version': '12.0.1.0.0', + 'author': "Camptocamp, Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/account-financial-tools', + 'category': 'Finance', + 'complexity': 'normal', + 'depends': [ + 'account', + 'queue_job', + ], + 'data': [ + 'views/account_move.xml', + 'wizard/account_move_validate.xml', + ], + 'license': 'AGPL-3', +} diff --git a/account_move_batch_validate/i18n/am.po b/account_move_batch_validate/i18n/am.po new file mode 100644 index 000000000..d92bde6fb --- /dev/null +++ b/account_move_batch_validate/i18n/am.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\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_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Asiento contable" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/ar.po b/account_move_batch_validate/i18n/ar.po new file mode 100644 index 000000000..bd32ee295 --- /dev/null +++ b/account_move_batch_validate/i18n/ar.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "إلغاء" + +#~ msgid "Company" +#~ msgstr "الشركة" + +#~ msgid "Date" +#~ msgstr "التاريخ" + +#~ msgid "or" +#~ msgstr "أو" diff --git a/account_move_batch_validate/i18n/bg.po b/account_move_batch_validate/i18n/bg.po new file mode 100644 index 000000000..22aad5e34 --- /dev/null +++ b/account_move_batch_validate/i18n/bg.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-account-financial-" +"tools-8-0/language/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_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Отмяна" + +#~ msgid "Journals" +#~ msgstr "Журнали" + +#~ msgid "Periods" +#~ msgstr "Периоди" diff --git a/account_move_batch_validate/i18n/bs.po b/account_move_batch_validate/i18n/bs.po new file mode 100644 index 000000000..010b31ea0 --- /dev/null +++ b/account_move_batch_validate/i18n/bs.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Company" +#~ msgstr "Kompanija" + +#~ msgid "Date" +#~ msgstr "Datum" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/account_move_batch_validate/i18n/ca.po b/account_move_batch_validate/i18n/ca.po new file mode 100644 index 000000000..6b89ad18b --- /dev/null +++ b/account_move_batch_validate/i18n/ca.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-03 22:27+0000\n" +"PO-Revision-Date: 2015-09-29 09:00+0000\n" +"Last-Translator: OCA Transbot \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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Assentament comptable" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/ca_ES.po b/account_move_batch_validate/i18n/ca_ES.po new file mode 100644 index 000000000..357b6755d --- /dev/null +++ b/account_move_batch_validate/i18n/ca_ES.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/ca_ES/)\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel·la" + +#~ msgid "Company" +#~ msgstr "Companyia" + +#~ msgid "Journals" +#~ msgstr "Diaris" + +#~ msgid "Periods" +#~ msgstr "Períodes" diff --git a/account_move_batch_validate/i18n/cs.po b/account_move_batch_validate/i18n/cs.po new file mode 100644 index 000000000..f44b2d3a6 --- /dev/null +++ b/account_move_batch_validate/i18n/cs.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"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_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Zrušit" + +#~ msgid "Company" +#~ msgstr "Společnost" + +#~ msgid "Date" +#~ msgstr "Datum" diff --git a/account_move_batch_validate/i18n/de.po b/account_move_batch_validate/i18n/de.po new file mode 100644 index 000000000..0ae347a59 --- /dev/null +++ b/account_move_batch_validate/i18n/de.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-03 22:27+0000\n" +"PO-Revision-Date: 2019-01-21 16:41+0000\n" +"Last-Translator: Rudolf Schnapka \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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.3\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Kontobuchung" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "Aktion" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" +"Diese Box markieren, um diese Buchung zur Stapelverarbeitung hinzuzufügen" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "Posten wurde erfolgreich gebucht." + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "Nicht zu tun, da der Datensatz gelöscht wurde." + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "Buchung angefordert" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "Wartezeit in Sekunden bevor der Job gestartet wird" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" +"Aufgabe auf erledigt gesetzt, da der Anwender die Buchung abgewählt hat." + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "UUID des Jobs, der diese Buchung freigibt" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "Asynchrone Freigabe verwenden" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "Kontobuchung freigeben" diff --git a/account_move_batch_validate/i18n/en_GB.po b/account_move_batch_validate/i18n/en_GB.po new file mode 100644 index 000000000..e7f9c9436 --- /dev/null +++ b/account_move_batch_validate/i18n/en_GB.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\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: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Company" +#~ msgstr "Company" + +#~ msgid "Date" +#~ msgstr "Date" + +#~ msgid "or" +#~ msgstr "or" diff --git a/account_move_batch_validate/i18n/es.po b/account_move_batch_validate/i18n/es.po new file mode 100644 index 000000000..8ca4e5eea --- /dev/null +++ b/account_move_batch_validate/i18n/es.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-03 22:27+0000\n" +"PO-Revision-Date: 2015-09-29 09:00+0000\n" +"Last-Translator: OCA Transbot \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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Asiento contable" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/es_CR.po b/account_move_batch_validate/i18n/es_CR.po new file mode 100644 index 000000000..36094e0f2 --- /dev/null +++ b/account_move_batch_validate/i18n/es_CR.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\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: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Company" +#~ msgstr "Compañía" + +#~ msgid "Date" +#~ msgstr "Fecha" diff --git a/account_move_batch_validate/i18n/es_EC.po b/account_move_batch_validate/i18n/es_EC.po new file mode 100644 index 000000000..42741692c --- /dev/null +++ b/account_move_batch_validate/i18n/es_EC.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Company" +#~ msgstr "Compañia" + +#~ msgid "Date" +#~ msgstr "Fecha" diff --git a/account_move_batch_validate/i18n/es_ES.po b/account_move_batch_validate/i18n/es_ES.po new file mode 100644 index 000000000..84f19ce9d --- /dev/null +++ b/account_move_batch_validate/i18n/es_ES.po @@ -0,0 +1,107 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Company" +#~ msgstr "Compañía" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Journals" +#~ msgstr "Diarios" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "Periods" +#~ msgstr "Periodos" + +#~ msgid "or" +#~ msgstr "o" diff --git a/account_move_batch_validate/i18n/es_MX.po b/account_move_batch_validate/i18n/es_MX.po new file mode 100644 index 000000000..4fc788151 --- /dev/null +++ b/account_move_batch_validate/i18n/es_MX.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Company" +#~ msgstr "Compañía" + +#~ msgid "Date" +#~ msgstr "Fecha" + +#~ msgid "or" +#~ msgstr "ó" diff --git a/account_move_batch_validate/i18n/es_VE.po b/account_move_batch_validate/i18n/es_VE.po new file mode 100644 index 000000000..98baf039c --- /dev/null +++ b/account_move_batch_validate/i18n/es_VE.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Date" +#~ msgstr "Fecha" diff --git a/account_move_batch_validate/i18n/et.po b/account_move_batch_validate/i18n/et.po new file mode 100644 index 000000000..163ec915d --- /dev/null +++ b/account_move_batch_validate/i18n/et.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Loobu" + +#~ msgid "Company" +#~ msgstr "Ettevõte" + +#~ msgid "Date" +#~ msgstr "Kuupäev" diff --git a/account_move_batch_validate/i18n/fr.po b/account_move_batch_validate/i18n/fr.po new file mode 100644 index 000000000..915c38606 --- /dev/null +++ b/account_move_batch_validate/i18n/fr.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Pièce comptable" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/gl.po b/account_move_batch_validate/i18n/gl.po new file mode 100644 index 000000000..ec2ed23e0 --- /dev/null +++ b/account_move_batch_validate/i18n/gl.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Asento contable" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/gl_ES.po b/account_move_batch_validate/i18n/gl_ES.po new file mode 100644 index 000000000..59a0b5f52 --- /dev/null +++ b/account_move_batch_validate/i18n/gl_ES.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/gl_ES/)\n" +"Language: gl_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/account_move_batch_validate/i18n/gu.po b/account_move_batch_validate/i18n/gu.po new file mode 100644 index 000000000..9274c093c --- /dev/null +++ b/account_move_batch_validate/i18n/gu.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 16:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Gujarati (http://www.transifex.com/oca/OCA-account-financial-" +"tools-8-0/language/gu/)\n" +"Language: gu\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_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Company" +#~ msgstr "કંપની" diff --git a/account_move_batch_validate/i18n/hr.po b/account_move_batch_validate/i18n/hr.po new file mode 100644 index 000000000..b9a8dead5 --- /dev/null +++ b/account_move_batch_validate/i18n/hr.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-account-financial-" +"tools-8-0/language/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Odustani" + +#~ msgid "Company" +#~ msgstr "Organizacija" + +#~ msgid "Date" +#~ msgstr "Datum" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/account_move_batch_validate/i18n/hr_HR.po b/account_move_batch_validate/i18n/hr_HR.po new file mode 100644 index 000000000..80f4ff966 --- /dev/null +++ b/account_move_batch_validate/i18n/hr_HR.po @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Stavka dnevnika" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/hu.po b/account_move_batch_validate/i18n/hu.po new file mode 100644 index 000000000..7fa786db6 --- /dev/null +++ b/account_move_batch_validate/i18n/hu.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Mégsem" + +#~ msgid "Company" +#~ msgstr "Vállalat" + +#~ msgid "Date" +#~ msgstr "Dátum" + +#~ msgid "or" +#~ msgstr "vagy" diff --git a/account_move_batch_validate/i18n/id.po b/account_move_batch_validate/i18n/id.po new file mode 100644 index 000000000..1af98dbcf --- /dev/null +++ b/account_move_batch_validate/i18n/id.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Company" +#~ msgstr "Perusahaan" + +#~ msgid "Date" +#~ msgstr "Tanggal" diff --git a/account_move_batch_validate/i18n/it.po b/account_move_batch_validate/i18n/it.po new file mode 100644 index 000000000..e87c9dbca --- /dev/null +++ b/account_move_batch_validate/i18n/it.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Registrazione Contabile" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/ja.po b/account_move_batch_validate/i18n/ja.po new file mode 100644 index 000000000..81d30563f --- /dev/null +++ b/account_move_batch_validate/i18n/ja.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "キャンセル" + +#~ msgid "Company" +#~ msgstr "会社" + +#~ msgid "Date" +#~ msgstr "日付" diff --git a/account_move_batch_validate/i18n/lt.po b/account_move_batch_validate/i18n/lt.po new file mode 100644 index 000000000..566ee2e02 --- /dev/null +++ b/account_move_batch_validate/i18n/lt.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Atšaukti" + +#~ msgid "Company" +#~ msgstr "Įmonė" + +#~ msgid "Date" +#~ msgstr "Data" + +#~ msgid "or" +#~ msgstr "arba" diff --git a/account_move_batch_validate/i18n/mk.po b/account_move_batch_validate/i18n/mk.po new file mode 100644 index 000000000..340e3b78b --- /dev/null +++ b/account_move_batch_validate/i18n/mk.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "Company" +#~ msgstr "Компанија" + +#~ msgid "Date" +#~ msgstr "Датум" + +#~ msgid "or" +#~ msgstr "или" diff --git a/account_move_batch_validate/i18n/mn.po b/account_move_batch_validate/i18n/mn.po new file mode 100644 index 000000000..5b11db836 --- /dev/null +++ b/account_move_batch_validate/i18n/mn.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Цуцлах" + +#~ msgid "Company" +#~ msgstr "Компани" + +#~ msgid "Date" +#~ msgstr "Огноо" + +#~ msgid "or" +#~ msgstr "эсвэл" diff --git a/account_move_batch_validate/i18n/nb.po b/account_move_batch_validate/i18n/nb.po new file mode 100644 index 000000000..66eff0593 --- /dev/null +++ b/account_move_batch_validate/i18n/nb.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Company" +#~ msgstr "Firma" + +#~ msgid "Date" +#~ msgstr "Dato" diff --git a/account_move_batch_validate/i18n/nl.po b/account_move_batch_validate/i18n/nl.po new file mode 100644 index 000000000..f6ffc50d8 --- /dev/null +++ b/account_move_batch_validate/i18n/nl.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Boeking" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/nl_BE.po b/account_move_batch_validate/i18n/nl_BE.po new file mode 100644 index 000000000..844d63983 --- /dev/null +++ b/account_move_batch_validate/i18n/nl_BE.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuleren" + +#~ msgid "Company" +#~ msgstr "Bedrijf" + +#~ msgid "Date" +#~ msgstr "Datum" + +#~ msgid "or" +#~ msgstr "of" diff --git a/account_move_batch_validate/i18n/pl.po b/account_move_batch_validate/i18n/pl.po new file mode 100644 index 000000000..8dc0d89e8 --- /dev/null +++ b/account_move_batch_validate/i18n/pl.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Anuluj" + +#~ msgid "Date" +#~ msgstr "Data" diff --git a/account_move_batch_validate/i18n/pt.po b/account_move_batch_validate/i18n/pt.po new file mode 100644 index 000000000..b8bdcc259 --- /dev/null +++ b/account_move_batch_validate/i18n/pt.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Movimento de Conta" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/pt_BR.po b/account_move_batch_validate/i18n/pt_BR.po new file mode 100644 index 000000000..7c151d036 --- /dev/null +++ b/account_move_batch_validate/i18n/pt_BR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-03 22:27+0000\n" +"PO-Revision-Date: 2015-09-29 09:00+0000\n" +"Last-Translator: OCA Transbot \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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Entrada de conta" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/pt_PT.po b/account_move_batch_validate/i18n/pt_PT.po new file mode 100644 index 000000000..e1786c8f7 --- /dev/null +++ b/account_move_batch_validate/i18n/pt_PT.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Movimento de Conta" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/ro.po b/account_move_batch_validate/i18n/ro.po new file mode 100644 index 000000000..57930f234 --- /dev/null +++ b/account_move_batch_validate/i18n/ro.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Anuleaza" + +#~ msgid "Company" +#~ msgstr "Companie" + +#~ msgid "Date" +#~ msgstr "Data" + +#~ msgid "or" +#~ msgstr "sau" diff --git a/account_move_batch_validate/i18n/ru.po b/account_move_batch_validate/i18n/ru.po new file mode 100644 index 000000000..ffbb3de27 --- /dev/null +++ b/account_move_batch_validate/i18n/ru.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Отменена" + +#~ msgid "Company" +#~ msgstr "Компания" + +#~ msgid "Date" +#~ msgstr "Дата" + +#~ msgid "or" +#~ msgstr "или" diff --git a/account_move_batch_validate/i18n/sl.po b/account_move_batch_validate/i18n/sl.po new file mode 100644 index 000000000..62ea345b8 --- /dev/null +++ b/account_move_batch_validate/i18n/sl.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Knjigovodski vnos" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" diff --git a/account_move_batch_validate/i18n/sr@latin.po b/account_move_batch_validate/i18n/sr@latin.po new file mode 100644 index 000000000..cc5a19922 --- /dev/null +++ b/account_move_batch_validate/i18n/sr@latin.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Date" +#~ msgstr "Datum" diff --git a/account_move_batch_validate/i18n/sv.po b/account_move_batch_validate/i18n/sv.po new file mode 100644 index 000000000..78466ff86 --- /dev/null +++ b/account_move_batch_validate/i18n/sv.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Company" +#~ msgstr "Bolag" + +#~ msgid "Date" +#~ msgstr "Datum" diff --git a/account_move_batch_validate/i18n/th.po b/account_move_batch_validate/i18n/th.po new file mode 100644 index 000000000..86031d9a0 --- /dev/null +++ b/account_move_batch_validate/i18n/th.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "ยกเลิก" + +#~ msgid "Company" +#~ msgstr "บริษัท" + +#~ msgid "Date" +#~ msgstr "วันที่" + +#~ msgid "or" +#~ msgstr "หรือ" diff --git a/account_move_batch_validate/i18n/tr.po b/account_move_batch_validate/i18n/tr.po new file mode 100644 index 000000000..63bb24552 --- /dev/null +++ b/account_move_batch_validate/i18n/tr.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Vazgeç" + +#~ msgid "Company" +#~ msgstr "Şirket" + +#~ msgid "Date" +#~ msgstr "Tarih" + +#~ msgid "or" +#~ msgstr "ya da" diff --git a/account_move_batch_validate/i18n/vi.po b/account_move_batch_validate/i18n/vi.po new file mode 100644 index 000000000..39d69cbdb --- /dev/null +++ b/account_move_batch_validate/i18n/vi.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Hủy bỏ" + +#~ msgid "Date" +#~ msgstr "Ngày" diff --git a/account_move_batch_validate/i18n/zh_CN.po b/account_move_batch_validate/i18n/zh_CN.po new file mode 100644 index 000000000..606373209 --- /dev/null +++ b/account_move_batch_validate/i18n/zh_CN.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\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" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Company" +#~ msgstr "公司" + +#~ msgid "Date" +#~ msgstr "日期" + +#~ msgid "or" +#~ msgstr "或" diff --git a/account_move_batch_validate/i18n/zh_TW.po b/account_move_batch_validate/i18n/zh_TW.po new file mode 100644 index 000000000..a980421e4 --- /dev/null +++ b/account_move_batch_validate/i18n/zh_TW.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:25+0000\n" +"PO-Revision-Date: 2015-06-03 15:56+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-" +"financial-tools-8-0/language/zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:39 +#, python-format +msgid "Move has been posted successfully." +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:41 +#, python-format +msgid "Nothing to do because the record has been deleted." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post +msgid "Posting requested" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/models/account_move.py:90 +#, python-format +msgid "Task set to Done because the user unmarked the move." +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous +msgid "Use asynchronous validation" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_validate_account_move +msgid "Validate Account Move" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "刪除" + +#~ msgid "Company" +#~ msgstr "公司" + +#~ msgid "Date" +#~ msgstr "日期" diff --git a/account_move_batch_validate/models/__init__.py b/account_move_batch_validate/models/__init__.py new file mode 100644 index 000000000..9c0a42138 --- /dev/null +++ b/account_move_batch_validate/models/__init__.py @@ -0,0 +1 @@ +from . import account_move diff --git a/account_move_batch_validate/models/account_move.py b/account_move_batch_validate/models/account_move.py new file mode 100644 index 000000000..37dbd7507 --- /dev/null +++ b/account_move_batch_validate/models/account_move.py @@ -0,0 +1,110 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2019 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo import api, fields, models, _ + +_logger = logging.getLogger(__name__) + +try: + from odoo.addons.queue_job.job import job, Job +except ImportError: + _logger.debug('Can not `import queue_job`.') + import functools + + def empty_decorator_factory(*argv, **kwargs): + return functools.partial + job = empty_decorator_factory + + +BLOCK_SIZE = 1000 + + +class AccountMove(models.Model): + + _inherit = 'account.move' + + to_post = fields.Boolean( + string="Posting requested", readonly=True, + help="Check this box to mark the move for batch posting") + post_job_uuid = fields.Char(string="UUID of the Job to approve this move") + + @api.multi + @job(default_channel='root.account_move_batch_validate') + def validate_one_move(self): + if self.exists(): + self.post() + return _("Move has been posted successfully.") + else: + return _("Nothing to do because the record has been deleted.") + + @api.model + def _delay_post_marked(self, eta=None): + """ + Create a job for every move marked for posting. + If some moves already have a job, they are skipped. + """ + moves = self.search([ + ('to_post', '=', True), + ('post_job_uuid', '=', False), + ('state', '=', 'draft'), + ]) + + moves_job_mapping = [] + _logger.info( + "Creating %s jobs for posting moves.", len(moves)) + + for move in moves: + job = move.with_delay(eta=eta).validate_one_move() + moves_job_mapping.append((move.id, job.uuid)) + self._update_moves_with_job_uuid(moves_job_mapping) + + @api.model + def _update_moves_with_job_uuid(self, moves_job_mapping): + sql = """ + UPDATE account_move AS am + SET post_job_uuid = v.job_uuid + FROM (VALUES %s ) AS v (move_id, job_uuid) + WHERE am.id = v.move_id; + """ + self.env.cr.execute(sql, tuple(moves_job_mapping)) + + @api.model + def _cancel_post_jobs(self): + """ + Find moves where the mark has been removed and cancel the jobs. + For the moves that are posted already it's too late: we skip them. + """ + moves = self.search([ + ('to_post', '=', False), + ('post_job_uuid', '!=', False), + ('state', '=', 'draft'), + ]) + + for move in moves: + job_rec = Job.load(self.env, move.post_job_uuid) + if job_rec.state in ('pending', 'enqueued'): + job_rec.set_done( + result=_("Task set to Done because the " + "user unmarked the move.")) + job_rec.store() + + @api.multi + def mark_for_posting(self, eta=None): + """ + Mark a list of moves for delayed posting, and enqueue the jobs. + For massive amounts of moves, this becomes necessary to avoid + MemoryError's + """ + moves_count = len(self) + _logger.info("%s moves marked for posting.", moves_count) + + self.write({'to_post': True}) + self._delay_post_marked(eta=eta) + + @api.multi + def unmark_for_posting(self): + self.write({'to_post': False}) + self._cancel_post_jobs() diff --git a/account_move_batch_validate/readme/CONTRIBUTORS.rst b/account_move_batch_validate/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..e19eb87aa --- /dev/null +++ b/account_move_batch_validate/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Leonardo Pistone +* Nicolas Bessi +* Rudolf Schnapka +* Stéphane Bidoul (ACSONE) +* Adrien Peiffer (ACSONE) +* Benjamin Willig (ACSONE) \ No newline at end of file diff --git a/account_move_batch_validate/readme/DESCRIPTION.rst b/account_move_batch_validate/readme/DESCRIPTION.rst new file mode 100644 index 000000000..cdae3997e --- /dev/null +++ b/account_move_batch_validate/readme/DESCRIPTION.rst @@ -0,0 +1,24 @@ +This module provides a wizard to post many Journal Entries in batch. it +uses the queue system introduced by the Odoo Queue job module to handle a +big quantity of moves in batch. + +The posting of a move takes some time, and doing that synchronously, +in one transaction is problematic. + +In this module, we leverage the power of the queue system of the +Odoo queue job module, that can be very well used without other concepts +like Backends and Bindings. + +This approach provides many advantages, similar to the ones we get +using that connector for e-commerce: + +- Asynchronous: the operation is done in background, and users can + continue to work. +- Dedicated workers: the queued jobs are performed by specific workers + (processes). This is good for a long task, since the main workers are + busy handling HTTP requests and can be killed if operations take + too long, for example. +- Multiple transactions: this is an operation that doesn't need to be + atomic, and if a line out of 100,000 fails, it is possible to catch + it, see the error message, and fix the situation. Meanwhile, all + other jobs can proceed. diff --git a/account_move_batch_validate/static/description/icon.png b/account_move_batch_validate/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_batch_validate/static/description/icon.png differ diff --git a/account_move_batch_validate/tests/__init__.py b/account_move_batch_validate/tests/__init__.py new file mode 100644 index 000000000..36e5827a5 --- /dev/null +++ b/account_move_batch_validate/tests/__init__.py @@ -0,0 +1 @@ +from . import test_account_move_batch_validate diff --git a/account_move_batch_validate/tests/test_account_move_batch_validate.py b/account_move_batch_validate/tests/test_account_move_batch_validate.py new file mode 100644 index 000000000..09ac7c7ae --- /dev/null +++ b/account_move_batch_validate/tests/test_account_move_batch_validate.py @@ -0,0 +1,164 @@ +# Copyright 2017 ACSONE SA/NV +# Copyright 2019 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.tests.common import SingleTransactionCase +from odoo.addons.queue_job.job import Job + + +class TestAccountMoveBatchValidate(SingleTransactionCase): + + @classmethod + def setUpClass(self): + super().setUpClass() + self.env = self.env(context=dict( + self.env.context, tracking_disable=True)) + self.AccountObj = self.env['account.account'] + self.AccountJournalObj = self.env['account.journal'] + self.AccountMoveObj = self.env['account.move'] + self.ValidateAccountMoveObj = self.env['validate.account.move'] + self.QueueJobObj = self.env['queue.job'] + + self.account_type_recv = self.env.ref( + 'account.data_account_type_receivable') + self.account_type_rev = self.env.ref( + 'account.data_account_type_revenue') + + self.account_recv = self.AccountObj.create({ + 'code': 'RECVT', + 'name': "Receivable (test)", + 'reconcile': True, + 'user_type_id': self.account_type_recv.id, + }) + self.account_sale = self.AccountObj.create({ + 'code': 'SALET', + 'name': "Revenue (sale)", + 'reconcile': True, + 'user_type_id': self.account_type_rev.id, + }) + + self.sales_journal = self.AccountJournalObj.create({ + 'name': "Sales journal", + 'code': 'SAJT', + 'type': 'sale', + 'default_credit_account_id': self.account_sale.id, + 'default_debit_account_id': self.account_sale.id, + }) + + def create_account_move(self, amount): + return self.AccountMoveObj.create({ + 'journal_id': self.sales_journal.id, + 'line_ids': [ + (0, 0, { + 'name': "Receivable line", + 'account_id': self.account_recv.id, + 'debit': amount, + }), + (0, 0, { + 'name': "Sales line", + 'account_id': self.account_type_rev.id, + 'credit': amount, + }), + ] + }) + + def create_move_validate_wizard(self, action, eta=None): + return self.ValidateAccountMoveObj.create({ + 'asynchronous': True, + 'action': action, + 'eta': eta or 0, + }) + + def test_01_wizard_asynchronous_post(self): + """ + Create a move and call the validate account move wizard to + post it. + """ + move = self.create_account_move(1000) + + self.assertEqual(move.state, 'draft') + + wizard = self.create_move_validate_wizard('mark') + wizard.with_context({ + 'active_ids': [move.id], + 'automated_test_execute_now': True, + }).validate_move() + move.invalidate_cache() + job_uuid = move.post_job_uuid + + self.assertTrue( + move.to_post, msg="Move should be marked as 'to post'.") + self.assertTrue( + bool(job_uuid), msg="A job should have been assigned to the move.") + + post_job = Job.load(self.env, job_uuid) + post_job.perform() + + self.assertEqual( + move.state, 'posted', msg="Move should be posted.") + + def test_02_delete_move_before_job_run(self): + """ + Create a move and call the validate account move wizard to + post it, and then delete the move. + """ + move = self.create_account_move(3000) + + wizard = self.create_move_validate_wizard('mark', eta=1000) + wizard.with_context({ + 'active_ids': [move.id], + 'automated_test_execute_now': True, + }).validate_move() + move.invalidate_cache() + job_uuid = move.post_job_uuid + + self.assertTrue( + bool(job_uuid), msg="The job has not been created.") + + move.unlink() + + post_job = Job.load(self.env, job_uuid) + post_job.perform() + + self.assertEqual( + post_job.result, + 'Nothing to do because the record has been deleted.') + + def test_03_mark_and_unmark(self): + """ + Create a move and call the validate account move wizard to + post it. Recall the validate account move wizard to unmark move. + """ + move = self.create_account_move(3000) + + wizard = self.create_move_validate_wizard('mark', eta=1000) + wizard.with_context({ + 'active_ids': [move.id], + 'automated_test_execute_now': True, + }).validate_move() + move.invalidate_cache() + mark_job_uuid = move.post_job_uuid + + self.assertTrue(move.to_post) + + wizard = self.create_move_validate_wizard('unmark', eta=1000) + wizard.with_context({ + 'active_ids': [move.id], + 'automated_test_execute_now': True, + }).validate_move() + + self.assertFalse(move.to_post) + + job_uuid = move.post_job_uuid + + self.assertEqual(mark_job_uuid, job_uuid) + + post_job = Job.load(self.env, job_uuid) + + self.assertEqual(post_job.state, 'done', msg="Job should be done") + self.assertEqual( + post_job.result, + "Task set to Done because the user unmarked the move.") + + self.assertEqual( + move.state, 'draft', msg="Move should be in 'draft' state") diff --git a/account_move_batch_validate/views/account_move.xml b/account_move_batch_validate/views/account_move.xml new file mode 100644 index 000000000..283015327 --- /dev/null +++ b/account_move_batch_validate/views/account_move.xml @@ -0,0 +1,34 @@ + + + + + + + account.move.form in (account_move_batch_validate) + account.move + + + + + + + + + + + + account.move.tree in (account_move_batch_validate) + account.move + + + + + + + + + + + diff --git a/account_move_batch_validate/wizard/__init__.py b/account_move_batch_validate/wizard/__init__.py new file mode 100644 index 000000000..3b3fbeab7 --- /dev/null +++ b/account_move_batch_validate/wizard/__init__.py @@ -0,0 +1 @@ +from . import account_move_validate diff --git a/account_move_batch_validate/wizard/account_move_validate.py b/account_move_batch_validate/wizard/account_move_validate.py new file mode 100644 index 000000000..92cb1f9e9 --- /dev/null +++ b/account_move_batch_validate/wizard/account_move_validate.py @@ -0,0 +1,76 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2019 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo import api, fields, models, _ + +_logger = logging.getLogger(__name__) + + +try: + from odoo.addons.queue_job.job import job +except ImportError: + _logger.debug('Can not `import queue_job`.') + import functools + + def empty_decorator_factory(*argv, **kwargs): + return functools.partial + job = empty_decorator_factory + + +class AccountMoveValidate(models.TransientModel): + + _inherit = 'validate.account.move' + + action = fields.Selection( + selection='_get_actions', string="Action", + required=True, default='mark') + eta = fields.Integer(string="Seconds to wait before starting the jobs") + asynchronous = fields.Boolean(string="Use asynchronous validation") + + @api.model + def _get_actions(self): + return [ + ('mark', _('Mark for posting')), + ('unmark', _('Unmark for posting')) + ] + + @api.multi + def validate_move(self): + self.ensure_one() + + if not self.asynchronous: + return super().validate_move() + + wizard_data = { + 'move_ids': self.env.context.get('active_ids'), + 'action': self.action, + 'asynchronous': self.asynchronous, + 'eta': self.eta, + } + + if self.env.context.get('automated_test_execute_now'): + return self.process_wizard(wizard_data) + else: + return self.env[self._name].with_delay(priority=5).process_wizard( + wizard_data) + + @job() + def process_wizard(self, wizard_data): + AccountMoveObj = self.env['account.move'] + + move_ids = wizard_data.get('move_ids') + action = wizard_data.get('action') + eta = wizard_data.get('eta') + + moves = AccountMoveObj.search([ + ('id', 'in', move_ids), + ('state', '=', 'draft') + ]) + + if action == 'mark': + moves.mark_for_posting(eta=eta) + elif action == 'unmark': + moves.unmark_for_posting() diff --git a/account_move_batch_validate/wizard/account_move_validate.xml b/account_move_batch_validate/wizard/account_move_validate.xml new file mode 100644 index 000000000..721c08c16 --- /dev/null +++ b/account_move_batch_validate/wizard/account_move_validate.xml @@ -0,0 +1,24 @@ + + + + + + + validate.account.move.form (in account_move_batch_validate) + validate.account.move + + + + + + + + + + + + + + diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 95f7e4acb..c788c80e5 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,2 +1,3 @@ server-ux server-tools +queue