Merge PR #866 into 12.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2020-07-19 08:58:18 +00:00
60 changed files with 4361 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from . import models
from . import wizard

View File

@@ -0,0 +1,20 @@
# Copyright 2014 Camptocamp SA, 2017 ACSONE
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Account Move Batch Validate",
'version': '12.0.1.0.0',
'author': "Camptocamp, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-tools',
'category': 'Finance',
'complexity': 'normal',
'depends': [
'account',
'queue_job',
],
'data': [
'views/account_move.xml',
'wizard/account_move_validate.xml',
],
'license': 'AGPL-3',
}

View File

@@ -0,0 +1,77 @@
# 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"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Asiento contable"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "إلغاء"
#~ msgid "Company"
#~ msgstr "الشركة"
#~ msgid "Date"
#~ msgstr "التاريخ"
#~ msgid "or"
#~ msgstr "أو"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Отмяна"
#~ msgid "Journals"
#~ msgstr "Журнали"
#~ msgid "Periods"
#~ msgstr "Периоди"

View File

@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Otkaži"
#~ msgid "Company"
#~ msgstr "Kompanija"
#~ msgid "Date"
#~ msgstr "Datum"
#~ msgid "or"
#~ msgstr "ili"

View File

@@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-03 22:27+0000\n"
"PO-Revision-Date: 2015-09-29 09:00+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Assentament comptable"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/ca_ES/)\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancel·la"
#~ msgid "Company"
#~ msgstr "Companyia"
#~ msgid "Journals"
#~ msgstr "Diaris"
#~ msgid "Periods"
#~ msgstr "Períodes"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Zrušit"
#~ msgid "Company"
#~ msgstr "Společnost"
#~ msgid "Date"
#~ msgstr "Datum"

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: 2019-01-21 16:41+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.3\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Kontobuchung"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr "Aktion"
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
"Diese Box markieren, um diese Buchung zur Stapelverarbeitung hinzuzufügen"
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr "Posten wurde erfolgreich gebucht."
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr "Nicht zu tun, da der Datensatz gelöscht wurde."
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr "Buchung angefordert"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr "Wartezeit in Sekunden bevor der Job gestartet wird"
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
"Aufgabe auf erledigt gesetzt, da der Anwender die Buchung abgewählt hat."
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr "UUID des Jobs, der diese Buchung freigibt"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr "Asynchrone Freigabe verwenden"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr "Kontobuchung freigeben"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancel"
#~ msgid "Company"
#~ msgstr "Company"
#~ msgid "Date"
#~ msgstr "Date"
#~ msgid "or"
#~ msgstr "or"

View File

@@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-03 22:27+0000\n"
"PO-Revision-Date: 2015-09-29 09:00+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Asiento contable"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancelar"
#~ msgid "Company"
#~ msgstr "Compañía"
#~ msgid "Date"
#~ msgstr "Fecha"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancelar"
#~ msgid "Company"
#~ msgstr "Compañia"
#~ msgid "Date"
#~ msgstr "Fecha"

View File

@@ -0,0 +1,107 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancelar"
#~ msgid "Company"
#~ msgstr "Compañía"
#~ msgid "Created by"
#~ msgstr "Creado por"
#~ msgid "Created on"
#~ msgstr "Creado en"
#~ msgid "ID"
#~ msgstr "ID"
#~ msgid "Journals"
#~ msgstr "Diarios"
#~ msgid "Last Updated by"
#~ msgstr "Última actualización por"
#~ msgid "Last Updated on"
#~ msgstr "Última actualización en"
#~ msgid "Periods"
#~ msgstr "Periodos"
#~ msgid "or"
#~ msgstr "o"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancelar"
#~ msgid "Company"
#~ msgstr "Compañía"
#~ msgid "Date"
#~ msgstr "Fecha"
#~ msgid "or"
#~ msgstr "ó"

View File

@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Cancelar"
#~ msgid "Date"
#~ msgstr "Fecha"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Loobu"
#~ msgid "Company"
#~ msgstr "Ettevõte"
#~ msgid "Date"
#~ msgstr "Kuupäev"

View File

@@ -0,0 +1,77 @@
# 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"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Pièce comptable"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,77 @@
# 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"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Asento contable"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

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-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/gl_ES/)\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "ID"
#~ msgstr "ID"

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-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"
"Language: gu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Company"
#~ msgstr "કંપની"

View File

@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Odustani"
#~ msgid "Company"
#~ msgstr "Organizacija"
#~ msgid "Date"
#~ msgstr "Datum"
#~ msgid "or"
#~ msgstr "ili"

View File

@@ -0,0 +1,79 @@
# 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"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Stavka dnevnika"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Mégsem"
#~ msgid "Company"
#~ msgstr "Vállalat"
#~ msgid "Date"
#~ msgstr "Dátum"
#~ msgid "or"
#~ msgstr "vagy"

View File

@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Company"
#~ msgstr "Perusahaan"
#~ msgid "Date"
#~ msgstr "Tanggal"

View File

@@ -0,0 +1,77 @@
# 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"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Registrazione Contabile"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "キャンセル"
#~ msgid "Company"
#~ msgstr "会社"
#~ msgid "Date"
#~ msgstr "日付"

View File

@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Atšaukti"
#~ msgid "Company"
#~ msgstr "Įmonė"
#~ msgid "Date"
#~ msgstr "Data"
#~ msgid "or"
#~ msgstr "arba"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Откажи"
#~ msgid "Company"
#~ msgstr "Компанија"
#~ msgid "Date"
#~ msgstr "Датум"
#~ msgid "or"
#~ msgstr "или"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Цуцлах"
#~ msgid "Company"
#~ msgstr "Компани"
#~ msgid "Date"
#~ msgstr "Огноо"
#~ msgid "or"
#~ msgstr "эсвэл"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Avbryt"
#~ msgid "Company"
#~ msgstr "Firma"
#~ msgid "Date"
#~ msgstr "Dato"

View File

@@ -0,0 +1,77 @@
# 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"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Boeking"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Annuleren"
#~ msgid "Company"
#~ msgstr "Bedrijf"
#~ msgid "Date"
#~ msgstr "Datum"
#~ msgid "or"
#~ msgstr "of"

View File

@@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Anuluj"
#~ msgid "Date"
#~ msgstr "Data"

View File

@@ -0,0 +1,77 @@
# 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"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Movimento de Conta"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-03 22:27+0000\n"
"PO-Revision-Date: 2015-09-29 09:00+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Entrada de conta"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,78 @@
# 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"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Movimento de Conta"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Anuleaza"
#~ msgid "Company"
#~ msgstr "Companie"
#~ msgid "Date"
#~ msgstr "Data"
#~ msgid "or"
#~ msgstr "sau"

View File

@@ -0,0 +1,91 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Отменена"
#~ msgid "Company"
#~ msgstr "Компания"
#~ msgid "Date"
#~ msgstr "Дата"
#~ msgid "or"
#~ msgstr "или"

View File

@@ -0,0 +1,78 @@
# 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"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr "Knjigovodski vnos"
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""

View File

@@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Otkaži"
#~ msgid "Date"
#~ msgstr "Datum"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Avbryt"
#~ msgid "Company"
#~ msgstr "Bolag"
#~ msgid "Date"
#~ msgstr "Datum"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "ยกเลิก"
#~ msgid "Company"
#~ msgstr "บริษัท"
#~ msgid "Date"
#~ msgstr "วันที่"
#~ msgid "or"
#~ msgstr "หรือ"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Vazgeç"
#~ msgid "Company"
#~ msgstr "Şirket"
#~ msgid "Date"
#~ msgstr "Tarih"
#~ msgid "or"
#~ msgstr "ya da"

View File

@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "Hủy bỏ"
#~ msgid "Date"
#~ msgstr "Ngày"

View File

@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "取消"
#~ msgid "Company"
#~ msgstr "公司"
#~ msgid "Date"
#~ msgstr "日期"
#~ msgid "or"
#~ msgstr "或"

View File

@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_batch_validate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_action
msgid "Action"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,help:account_move_batch_validate.field_account_move_to_post
msgid "Check this box to mark the move for batch posting"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:39
#, python-format
msgid "Move has been posted successfully."
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:41
#, python-format
msgid "Nothing to do because the record has been deleted."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_to_post
msgid "Posting requested"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_eta
msgid "Seconds to wait before starting the jobs"
msgstr ""
#. module: account_move_batch_validate
#: code:addons/account_move_batch_validate/models/account_move.py:90
#, python-format
msgid "Task set to Done because the user unmarked the move."
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_account_move_post_job_uuid
msgid "UUID of the Job to approve this move"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model.fields,field_description:account_move_batch_validate.field_validate_account_move_asynchronous
msgid "Use asynchronous validation"
msgstr ""
#. module: account_move_batch_validate
#: model:ir.model,name:account_move_batch_validate.model_validate_account_move
msgid "Validate Account Move"
msgstr ""
#~ msgid "Cancel"
#~ msgstr "刪除"
#~ msgid "Company"
#~ msgstr "公司"
#~ msgid "Date"
#~ msgstr "日期"

View File

@@ -0,0 +1 @@
from . import account_move

View File

@@ -0,0 +1,110 @@
# Copyright 2014 Camptocamp SA, 2017 ACSONE
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import logging
from odoo import api, fields, models, _
_logger = logging.getLogger(__name__)
try:
from odoo.addons.queue_job.job import job, Job
except ImportError:
_logger.debug('Can not `import queue_job`.')
import functools
def empty_decorator_factory(*argv, **kwargs):
return functools.partial
job = empty_decorator_factory
BLOCK_SIZE = 1000
class AccountMove(models.Model):
_inherit = 'account.move'
to_post = fields.Boolean(
string="Posting requested", readonly=True,
help="Check this box to mark the move for batch posting")
post_job_uuid = fields.Char(string="UUID of the Job to approve this move")
@api.multi
@job(default_channel='root.account_move_batch_validate')
def validate_one_move(self):
if self.exists():
self.post()
return _("Move has been posted successfully.")
else:
return _("Nothing to do because the record has been deleted.")
@api.model
def _delay_post_marked(self, eta=None):
"""
Create a job for every move marked for posting.
If some moves already have a job, they are skipped.
"""
moves = self.search([
('to_post', '=', True),
('post_job_uuid', '=', False),
('state', '=', 'draft'),
])
moves_job_mapping = []
_logger.info(
"Creating %s jobs for posting moves.", len(moves))
for move in moves:
job = move.with_delay(eta=eta).validate_one_move()
moves_job_mapping.append((move.id, job.uuid))
self._update_moves_with_job_uuid(moves_job_mapping)
@api.model
def _update_moves_with_job_uuid(self, moves_job_mapping):
sql = """
UPDATE account_move AS am
SET post_job_uuid = v.job_uuid
FROM (VALUES %s ) AS v (move_id, job_uuid)
WHERE am.id = v.move_id;
"""
self.env.cr.execute(sql, tuple(moves_job_mapping))
@api.model
def _cancel_post_jobs(self):
"""
Find moves where the mark has been removed and cancel the jobs.
For the moves that are posted already it's too late: we skip them.
"""
moves = self.search([
('to_post', '=', False),
('post_job_uuid', '!=', False),
('state', '=', 'draft'),
])
for move in moves:
job_rec = Job.load(self.env, move.post_job_uuid)
if job_rec.state in ('pending', 'enqueued'):
job_rec.set_done(
result=_("Task set to Done because the "
"user unmarked the move."))
job_rec.store()
@api.multi
def mark_for_posting(self, eta=None):
"""
Mark a list of moves for delayed posting, and enqueue the jobs.
For massive amounts of moves, this becomes necessary to avoid
MemoryError's
"""
moves_count = len(self)
_logger.info("%s moves marked for posting.", moves_count)
self.write({'to_post': True})
self._delay_post_marked(eta=eta)
@api.multi
def unmark_for_posting(self):
self.write({'to_post': False})
self._cancel_post_jobs()

View File

@@ -0,0 +1,6 @@
* 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>

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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1 @@
from . import test_account_move_batch_validate

View File

@@ -0,0 +1,164 @@
# Copyright 2017 ACSONE SA/NV
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo.tests.common import SingleTransactionCase
from odoo.addons.queue_job.job import Job
class TestAccountMoveBatchValidate(SingleTransactionCase):
@classmethod
def setUpClass(self):
super().setUpClass()
self.env = self.env(context=dict(
self.env.context, tracking_disable=True))
self.AccountObj = self.env['account.account']
self.AccountJournalObj = self.env['account.journal']
self.AccountMoveObj = self.env['account.move']
self.ValidateAccountMoveObj = self.env['validate.account.move']
self.QueueJobObj = self.env['queue.job']
self.account_type_recv = self.env.ref(
'account.data_account_type_receivable')
self.account_type_rev = self.env.ref(
'account.data_account_type_revenue')
self.account_recv = self.AccountObj.create({
'code': 'RECVT',
'name': "Receivable (test)",
'reconcile': True,
'user_type_id': self.account_type_recv.id,
})
self.account_sale = self.AccountObj.create({
'code': 'SALET',
'name': "Revenue (sale)",
'reconcile': True,
'user_type_id': self.account_type_rev.id,
})
self.sales_journal = self.AccountJournalObj.create({
'name': "Sales journal",
'code': 'SAJT',
'type': 'sale',
'default_credit_account_id': self.account_sale.id,
'default_debit_account_id': self.account_sale.id,
})
def create_account_move(self, amount):
return self.AccountMoveObj.create({
'journal_id': self.sales_journal.id,
'line_ids': [
(0, 0, {
'name': "Receivable line",
'account_id': self.account_recv.id,
'debit': amount,
}),
(0, 0, {
'name': "Sales line",
'account_id': self.account_type_rev.id,
'credit': amount,
}),
]
})
def create_move_validate_wizard(self, action, eta=None):
return self.ValidateAccountMoveObj.create({
'asynchronous': True,
'action': action,
'eta': eta or 0,
})
def test_01_wizard_asynchronous_post(self):
"""
Create a move and call the validate account move wizard to
post it.
"""
move = self.create_account_move(1000)
self.assertEqual(move.state, 'draft')
wizard = self.create_move_validate_wizard('mark')
wizard.with_context({
'active_ids': [move.id],
'automated_test_execute_now': True,
}).validate_move()
move.invalidate_cache()
job_uuid = move.post_job_uuid
self.assertTrue(
move.to_post, msg="Move should be marked as 'to post'.")
self.assertTrue(
bool(job_uuid), msg="A job should have been assigned to the move.")
post_job = Job.load(self.env, job_uuid)
post_job.perform()
self.assertEqual(
move.state, 'posted', msg="Move should be posted.")
def test_02_delete_move_before_job_run(self):
"""
Create a move and call the validate account move wizard to
post it, and then delete the move.
"""
move = self.create_account_move(3000)
wizard = self.create_move_validate_wizard('mark', eta=1000)
wizard.with_context({
'active_ids': [move.id],
'automated_test_execute_now': True,
}).validate_move()
move.invalidate_cache()
job_uuid = move.post_job_uuid
self.assertTrue(
bool(job_uuid), msg="The job has not been created.")
move.unlink()
post_job = Job.load(self.env, job_uuid)
post_job.perform()
self.assertEqual(
post_job.result,
'Nothing to do because the record has been deleted.')
def test_03_mark_and_unmark(self):
"""
Create a move and call the validate account move wizard to
post it. Recall the validate account move wizard to unmark move.
"""
move = self.create_account_move(3000)
wizard = self.create_move_validate_wizard('mark', eta=1000)
wizard.with_context({
'active_ids': [move.id],
'automated_test_execute_now': True,
}).validate_move()
move.invalidate_cache()
mark_job_uuid = move.post_job_uuid
self.assertTrue(move.to_post)
wizard = self.create_move_validate_wizard('unmark', eta=1000)
wizard.with_context({
'active_ids': [move.id],
'automated_test_execute_now': True,
}).validate_move()
self.assertFalse(move.to_post)
job_uuid = move.post_job_uuid
self.assertEqual(mark_job_uuid, job_uuid)
post_job = Job.load(self.env, job_uuid)
self.assertEqual(post_job.state, 'done', msg="Job should be done")
self.assertEqual(
post_job.result,
"Task set to Done because the user unmarked the move.")
self.assertEqual(
move.state, 'draft', msg="Move should be in 'draft' state")

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 Camptocamp SA, 2017 ACSONE SA/NV
Copyright 2019 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 @@
from . import account_move_validate

View File

@@ -0,0 +1,76 @@
# Copyright 2014 Camptocamp SA, 2017 ACSONE
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import logging
from odoo import api, fields, models, _
_logger = logging.getLogger(__name__)
try:
from odoo.addons.queue_job.job import job
except ImportError:
_logger.debug('Can not `import queue_job`.')
import functools
def empty_decorator_factory(*argv, **kwargs):
return functools.partial
job = empty_decorator_factory
class AccountMoveValidate(models.TransientModel):
_inherit = 'validate.account.move'
action = fields.Selection(
selection='_get_actions', string="Action",
required=True, default='mark')
eta = fields.Integer(string="Seconds to wait before starting the jobs")
asynchronous = fields.Boolean(string="Use asynchronous validation")
@api.model
def _get_actions(self):
return [
('mark', _('Mark for posting')),
('unmark', _('Unmark for posting'))
]
@api.multi
def validate_move(self):
self.ensure_one()
if not self.asynchronous:
return super().validate_move()
wizard_data = {
'move_ids': self.env.context.get('active_ids'),
'action': self.action,
'asynchronous': self.asynchronous,
'eta': self.eta,
}
if self.env.context.get('automated_test_execute_now'):
return self.process_wizard(wizard_data)
else:
return self.env[self._name].with_delay(priority=5).process_wizard(
wizard_data)
@job()
def process_wizard(self, wizard_data):
AccountMoveObj = self.env['account.move']
move_ids = wizard_data.get('move_ids')
action = wizard_data.get('action')
eta = wizard_data.get('eta')
moves = AccountMoveObj.search([
('id', 'in', move_ids),
('state', '=', 'draft')
])
if action == 'mark':
moves.mark_for_posting(eta=eta)
elif action == 'unmark':
moves.unmark_for_posting()

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 Camptocamp SA, 2017 ACSONE SA/NV
Copyright 2019 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,3 @@
server-ux
server-tools
queue