Merge pull request #723 from grindtildeath/11.0-mig-account_move_batch_validate

[11.0][MIG] account_move_batch_validate
This commit is contained in:
Yannick Vaucher
2018-10-31 11:26:42 +01:00
committed by GitHub
60 changed files with 8877 additions and 1 deletions

View File

@@ -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

View File

@@ -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',
}

View File

@@ -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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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 "أو"

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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 <transbot@odoo-community.org>\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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 <transbot@odoo-community.org>\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 ""

View File

@@ -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"

View File

@@ -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 <transbot@odoo-community.org>\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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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 "ó"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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 ""

View File

@@ -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 <transbot@odoo-community.org>\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 ""

View File

@@ -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"

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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 "или"

View File

@@ -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 "эсвэл"

View File

@@ -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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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 <transbot@odoo-community.org>\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 ""

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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"

View File

@@ -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 "или"

View File

@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 "หรือ"

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 "或"

View File

@@ -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 ""

View File

@@ -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

View File

@@ -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()

View File

@@ -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 <https://github.com/OCA/account-financial-tools/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 <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_batch_validate%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Leonardo Pistone <leonardo.pistone@camptocamp.com>
* Nicolas Bessi <nicolas.bessi@camptocamp.com>
* Rudolf Schnapka <rs@techno-flex.de>
* Stéphane Bidoul (ACSONE) <stephane.bidoul@acsone.eu>
* Adrien Peiffer (ACSONE) <adrien.peiffer@acsone.eu>
* Benjamin Willig (ACSONE) <benjamin.willig@acsone.eu>
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.

View File

@@ -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.

View File

@@ -0,0 +1,3 @@
# Copyright 2018 Camptocamp SA
from . import test_account_move_batch_validate

View File

@@ -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")

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 Camptocamp SA, 2017 ACSONE SA/NV
Copyright 2018 Camptocamp SA
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.ui.view" id="account_move_form">
<field name="name">account.move.form in (account_move_batch_validate)</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<field name="ref" position="after">
<field name="to_post"/>
</field>
</field>
</record>
<record model="ir.ui.view" id="account_move_tree">
<field name="name">account.move.tree in (account_move_batch_validate)</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_tree"/>
<field name="arch" type="xml">
<field name="state" position="after">
<field name="to_post"/>
</field>
</field>
</record>
</odoo>

View File

@@ -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

View File

@@ -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()

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 Camptocamp SA, 2017 ACSONE SA/NV
Copyright 2018 Camptocamp SA
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.ui.view" id="validate_account_move_form">
<field name="name">validate.account.move.form (in account_move_batch_validate)</field>
<field name="model">validate.account.move</field>
<field name="inherit_id" ref="account.validate_account_move_view"/>
<field name="arch" type="xml">
<xpath expr="//footer" position="before">
<group>
<field name="asynchronous"/>
<field name="action" attrs="{'invisible': [('asynchronous', '=', False)]}"/>
</group>
</xpath>
</field>
</record>
</odoo>

View File

@@ -1,2 +1,2 @@
server-ux
account-financial-tools https://github.com/kenvac/account-financial-tools 11.0-account_credit_control
queue