diff --git a/account_move_batch_validate/__init__.py b/account_move_batch_validate/__init__.py new file mode 100644 index 000000000..c52677679 --- /dev/null +++ b/account_move_batch_validate/__init__.py @@ -0,0 +1,6 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +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..f4d0716d7 --- /dev/null +++ b/account_move_batch_validate/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': "Account Move Batch Validate", + 'version': '11.0.1.0.1', + '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/account_move_batch_validate.pot b/account_move_batch_validate/i18n/account_move_batch_validate.pot new file mode 100644 index 000000000..60411eea0 --- /dev/null +++ b/account_move_batch_validate/i18n/account_move_batch_validate.pot @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_batch_validate +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-18 07:21+0000\n" +"PO-Revision-Date: 2015-08-18 07:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,asynchronous:0 +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/am.po b/account_move_batch_validate/i18n/am.po new file mode 100644 index 000000000..22d565914 --- /dev/null +++ b/account_move_batch_validate/i18n/am.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\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:31 +#, 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:75 +#, 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..51f6788b2 --- /dev/null +++ b/account_move_batch_validate/i18n/ar.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "إلغاء" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "الشركة" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "التاريخ" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..3b9ba4d0f --- /dev/null +++ b/account_move_batch_validate/i18n/bg.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Отмяна" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "Журнали" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "Периоди" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +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..955049396 --- /dev/null +++ b/account_move_batch_validate/i18n/bs.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Kompanija" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..e4d1f9f94 --- /dev/null +++ b/account_move_batch_validate/i18n/ca.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: 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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 +#: field:validate.account.move,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:166 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:120 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,asynchronous:0 +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..1eba3cda0 --- /dev/null +++ b/account_move_batch_validate/i18n/ca_ES.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca_ES\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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancel·la" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Companyia" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "Diaris" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "Períodes" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/cs.po b/account_move_batch_validate/i18n/cs.po new file mode 100644 index 000000000..5c8eee2d3 --- /dev/null +++ b/account_move_batch_validate/i18n/cs.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Zrušit" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Společnost" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/de.po b/account_move_batch_validate/i18n/de.po new file mode 100644 index 000000000..11a0a1444 --- /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: 2015-09-29 09:00+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "Kontobuchung" + +#. module: account_move_batch_validate +#: field:validate.account.move,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:166 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:120 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,asynchronous:0 +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/en_GB.po b/account_move_batch_validate/i18n/en_GB.po new file mode 100644 index 000000000..885ef1b3a --- /dev/null +++ b/account_move_batch_validate/i18n/en_GB.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancel" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Company" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Date" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..402b0f4ab --- /dev/null +++ b/account_move_batch_validate/i18n/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-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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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 +#: field:validate.account.move,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:166 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:120 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,asynchronous:0 +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..33e60e732 --- /dev/null +++ b/account_move_batch_validate/i18n/es_CR.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Fecha" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" 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..5071ddc22 --- /dev/null +++ b/account_move_batch_validate/i18n/es_EC.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Compañia" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Fecha" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" 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..4a793d803 --- /dev/null +++ b/account_move_batch_validate/i18n/es_ES.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "Diarios" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "Periodos" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..de0279fed --- /dev/null +++ b/account_move_batch_validate/i18n/es_MX.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Fecha" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..8d5646bc3 --- /dev/null +++ b/account_move_batch_validate/i18n/es_VE.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Fecha" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/et.po b/account_move_batch_validate/i18n/et.po new file mode 100644 index 000000000..ee81ab4a3 --- /dev/null +++ b/account_move_batch_validate/i18n/et.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Loobu" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Ettevõte" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Kuupäev" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/fr.po b/account_move_batch_validate/i18n/fr.po new file mode 100644 index 000000000..c1f6693d1 --- /dev/null +++ b/account_move_batch_validate/i18n/fr.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..cab347761 --- /dev/null +++ b/account_move_batch_validate/i18n/gl.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..55abe2ab8 --- /dev/null +++ b/account_move_batch_validate/i18n/gl_ES.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/gu.po b/account_move_batch_validate/i18n/gu.po new file mode 100644 index 000000000..0942fb583 --- /dev/null +++ b/account_move_batch_validate/i18n/gu.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "કંપની" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +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..580c168a2 --- /dev/null +++ b/account_move_batch_validate/i18n/hr.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Odustani" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Organizacija" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..483478c90 --- /dev/null +++ b/account_move_batch_validate/i18n/hr_HR.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_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:31 +#, 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:75 +#, 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..fb848c795 --- /dev/null +++ b/account_move_batch_validate/i18n/hu.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Mégsem" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Vállalat" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Dátum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..4b6a9b357 --- /dev/null +++ b/account_move_batch_validate/i18n/id.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Perusahaan" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Tanggal" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/it.po b/account_move_batch_validate/i18n/it.po new file mode 100644 index 000000000..bd7c67174 --- /dev/null +++ b/account_move_batch_validate/i18n/it.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..c89bc2447 --- /dev/null +++ b/account_move_batch_validate/i18n/ja.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "キャンセル" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "会社" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "日付" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +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..33e56b943 --- /dev/null +++ b/account_move_batch_validate/i18n/lt.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Atšaukti" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Įmonė" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Data" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..b97e12903 --- /dev/null +++ b/account_move_batch_validate/i18n/mk.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Откажи" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Компанија" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Датум" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..d72496b09 --- /dev/null +++ b/account_move_batch_validate/i18n/mn.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Цуцлах" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Компани" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Огноо" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..08b7aef37 --- /dev/null +++ b/account_move_batch_validate/i18n/nb.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Firma" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Dato" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/nl.po b/account_move_batch_validate/i18n/nl.po new file mode 100644 index 000000000..1df081725 --- /dev/null +++ b/account_move_batch_validate/i18n/nl.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..6462d4673 --- /dev/null +++ b/account_move_batch_validate/i18n/nl_BE.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Annuleren" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Bedrijf" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..c83a0730e --- /dev/null +++ b/account_move_batch_validate/i18n/pl.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || 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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Anuluj" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Data" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/pt.po b/account_move_batch_validate/i18n/pt.po new file mode 100644 index 000000000..9785b1943 --- /dev/null +++ b/account_move_batch_validate/i18n/pt.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..01dc249d9 --- /dev/null +++ b/account_move_batch_validate/i18n/pt_BR.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: 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_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 +#: field:validate.account.move,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:166 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:120 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:validate.account.move,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:validate.account.move,asynchronous:0 +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..a15a2e565 --- /dev/null +++ b/account_move_batch_validate/i18n/pt_PT.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_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:31 +#, 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:75 +#, 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..e8909fb1f --- /dev/null +++ b/account_move_batch_validate/i18n/ro.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Anuleaza" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Companie" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Data" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..b60c91743 --- /dev/null +++ b/account_move_batch_validate/i18n/ru.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Отменена" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Компания" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Дата" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..696113848 --- /dev/null +++ b/account_move_batch_validate/i18n/sl.po @@ -0,0 +1,71 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: 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:31 +#, 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:75 +#, 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..1b76a5fb2 --- /dev/null +++ b/account_move_batch_validate/i18n/sr@latin.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/sv.po b/account_move_batch_validate/i18n/sv.po new file mode 100644 index 000000000..b2bdf7be4 --- /dev/null +++ b/account_move_batch_validate/i18n/sv.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Bolag" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Datum" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" diff --git a/account_move_batch_validate/i18n/th.po b/account_move_batch_validate/i18n/th.po new file mode 100644 index 000000000..0b6eca5fd --- /dev/null +++ b/account_move_batch_validate/i18n/th.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "บริษัท" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "วันที่" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..7418250db --- /dev/null +++ b/account_move_batch_validate/i18n/tr.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Vazgeç" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "Şirket" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Tarih" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..7ad1147b6 --- /dev/null +++ b/account_move_batch_validate/i18n/vi.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\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 +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "Ngày" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +msgstr "" 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..17e19dba9 --- /dev/null +++ b/account_move_batch_validate/i18n/zh_CN.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "取消" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "公司" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "日期" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +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..c714968f7 --- /dev/null +++ b/account_move_batch_validate/i18n/zh_TW.po @@ -0,0 +1,222 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,action:0 +msgid "Action" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Entries" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,target_move:0 +msgid "All Posted Entries" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Cancel" +msgstr "刪除" + +#. module: account_move_batch_validate +#: field:account.move.marker,chart_account_id:0 +msgid "Chart of Account" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move,to_post:0 +msgid "Check this box to mark the move for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,company_id:0 +msgid "Company" +msgstr "公司" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "Date" +msgstr "日期" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Dates" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_to:0 +msgid "End Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_to:0 +msgid "End Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,filter:0 +msgid "Filter by" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Filters" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,id:0 +msgid "ID" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: field:account.move.marker,journal_ids:0 +msgid "Journals" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,fiscalyear_id:0 +msgid "Keep empty for all open fiscal year" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Mark" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.actions.act_window,name:account_move_batch_validate.action_account_move_marker +msgid "Mark Jornal Items for Batch Posting" +msgstr "" + +#. module: account_move_batch_validate +#: model:ir.model,name:account_move_batch_validate.model_account_move_marker +msgid "Mark Journal Items for batch posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Mark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,filter:0 +msgid "No Filters" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:158 +#, python-format +msgid "Nothing to do because the record has been deleted" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +#: selection:account.move.marker,filter:0 +msgid "Periods" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,to_post:0 +msgid "Posting Requested" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "Report Options" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,eta:0 +msgid "Seconds to wait before starting the jobs" +msgstr "" + +#. module: account_move_batch_validate +#: help:account.move.marker,chart_account_id:0 +msgid "Select Charts of Accounts" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,period_from:0 +msgid "Start Period" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move.marker,target_move:0 +msgid "Target Moves" +msgstr "" + +#. module: account_move_batch_validate +#: code:addons/account_move_batch_validate/account.py:112 +#, python-format +msgid "Task set to Done because the user unmarked the move" +msgstr "" + +#. module: account_move_batch_validate +#: field:account.move,post_job_uuid:0 +msgid "UUID of the Job to approve this move" +msgstr "" + +#. module: account_move_batch_validate +#: selection:account.move.marker,action:0 +msgid "Unmark for posting" +msgstr "" + +#. module: account_move_batch_validate +#: view:account.move.marker:account_move_batch_validate.view_account_move_marker +msgid "or" +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..6863f5d5c --- /dev/null +++ b/account_move_batch_validate/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +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..7fc2ef21d --- /dev/null +++ b/account_move_batch_validate/models/account_move.py @@ -0,0 +1,101 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo import api, fields, models, _ +from odoo.addons.queue_job.job import job, Job + + +_logger = logging.getLogger(__name__) + +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..bddbfe990 --- /dev/null +++ b/account_move_batch_validate/readme/CONTRIBUTORS.rst @@ -0,0 +1,66 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License + +Account Move Batch Validate +=========================== + +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. + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + +Credits +======= + +Contributors +------------ + +* Leonardo Pistone +* Nicolas Bessi +* Rudolf Schnapka +* Stéphane Bidoul (ACSONE) +* Adrien Peiffer (ACSONE) +* Benjamin Willig (ACSONE) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/account_move_batch_validate/readme/USAGE.rst b/account_move_batch_validate/readme/USAGE.rst new file mode 100644 index 000000000..cdae3997e --- /dev/null +++ b/account_move_batch_validate/readme/USAGE.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/tests/__init__.py b/account_move_batch_validate/tests/__init__.py new file mode 100644 index 000000000..a83faa445 --- /dev/null +++ b/account_move_batch_validate/tests/__init__.py @@ -0,0 +1,3 @@ +# Copyright 2018 Camptocamp SA + +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..b5e5f5275 --- /dev/null +++ b/account_move_batch_validate/tests/test_account_move_batch_validate.py @@ -0,0 +1,162 @@ +# Copyright 2017 ACSONE SA/NV +# Copyright 2018 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(TestAccountMoveBatchValidate, self).setUpClass() + 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..bb13a1662 --- /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..31e941f01 --- /dev/null +++ b/account_move_batch_validate/wizard/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +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..4fa47d1c5 --- /dev/null +++ b/account_move_batch_validate/wizard/account_move_validate.py @@ -0,0 +1,62 @@ +# Copyright 2014 Camptocamp SA, 2017 ACSONE +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, fields, models +from odoo.addons.queue_job.job import job + + +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(AccountMoveValidate, self).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..0f05406ca --- /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 c012d06bb..4b89a80d9 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,2 +1,2 @@ server-ux -account-financial-tools https://github.com/kenvac/account-financial-tools 11.0-account_credit_control +queue