2
0

Remove variable partner_id since i changed the validation of partners number.

Update account_netting.pot
This commit is contained in:
Fekete Mihai 2018-01-25 15:18:07 +02:00 committed by Alexis de Lattre
parent a0e64c44e9
commit 4643ce2ae9
75 changed files with 1346 additions and 1071 deletions

View File

@ -0,0 +1,149 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid "All entries should have a partner and the partner must be the same for all."
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance
msgid "Balance"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance Type"
msgstr ""
#. module: account_netting
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid "Cancel"
msgstr ""
#. module: account_netting
#: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid "Compensate"
msgstr ""
#. module: account_netting
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid "Compensate entries"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid
msgid "Created by"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date
msgid "Created on"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name
msgid "Display Name"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id
msgid "ID"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move Line"
msgstr ""
#. module: account_netting
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid "The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
#. module: account_netting
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid "This operation will generate account entries that are counterpart of the receivable/payable accounts selected, and reconcile each other, letting this balance in the partner:"
msgstr ""
#. module: account_netting
#: selection:account.move.make.netting,balance_type:0
msgid "To pay"
msgstr ""
#. module: account_netting
#: selection:account.move.make.netting,balance_type:0
msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
#. module: account_netting
#: model:ir.model,name:account_netting.model_account_move_make_netting
msgid "account.move.make.netting"
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "المعرف"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "آخر تحديث في"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Последно обновено на"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Zadnje ažurirano"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Darrera Actualització el"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/"
"ca_ES/)\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Naposled upraveno"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "Id"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Sidst opdateret den"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Zuletzt geändert am"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "Κωδικός"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Τελευταία ενημέρωση στις"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n"
"Language-Team: English (Australia) (https://www.transifex.com/oca/"
"teams/23907/en_AU/)\n"
"Language: en_AU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_AU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
"teams/23907/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Last Updated on"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr "Compensación a cobrar/a pagar"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Todos los apuntes deben tener una cuenta a pagar o a cobrar"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Ningún apunte debe estar conciliado"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -52,7 +52,8 @@ msgstr "Saldo"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
#, fuzzy
msgid "Balance Type"
msgstr "Tipo de saldo"
#. module: account_netting
@ -93,7 +94,8 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
#, fuzzy
msgid "Journal"
msgstr "Diario"
#. module: account_netting
@ -113,7 +115,8 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
#, fuzzy
msgid "Move Line"
msgstr "Apuntes"
#. module: account_netting
@ -122,14 +125,16 @@ msgid "Select the journal where storing the journal entries"
msgstr "Seleccione el diario en el que se guardarán los apuntes"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
"la función 'Compensar' pretende compensar operaciones sobre diferentes cuentas del mismo cliente.\n"
"la función 'Compensar' pretende compensar operaciones sobre diferentes "
"cuentas del mismo cliente.\n"
"En este caso todos los apuntes seleccionados pertenencen a la misma cuenta.\n"
"Use entonces la función 'Reconciliar'."
@ -137,8 +142,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
"Esta operación generará apuntes que serán la contrapartida de las cuentas a "
"cobrar/a pagar seleccionadas, y las reconciliará entre ellas, dejando este "
@ -155,7 +160,7 @@ msgid "To receive"
msgstr "A cobrar"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Debe compensar al menos 2 apuntes."

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última actualización el"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
"es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID (identificación)"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
"es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Actualizado"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
"teams/23907/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
"teams/23907/es_DO/)\n"
"Language: es_DO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_DO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
"es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID (identificación)"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
"es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima actualización realizada"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/"
"es_PE/)\n"
"Language: es_PE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima Actualización"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
"es_PY/)\n"
"Language: es_PY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
"teams/23907/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima actualizacion en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Viimati uuendatud"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Last Updated on"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "شناسه"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "آخرین به روز رسانی در"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Viimeksi päivitetty"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Dernière mise à jour le"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
"fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "Identifiant"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Dernière mise à jour le"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
"teams/23907/fr_CH/)\n"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CH\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Modifié le"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n"
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/"
"fr_FR/)\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Última actualización en"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
"gl_ES/)\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n"
"Language: gu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ઓળખ"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "מזהה"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "עודכן לאחרונה על"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Zadnje ažurirano dana"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,35 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+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-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"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +52,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +93,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +113,7 @@ msgstr "Zadnje ažurirano"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +122,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +135,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +150,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Utoljára frissítve "
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Diperbaharui pada"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Last Updated on"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "最終更新日"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "최근 갱신 날짜"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
"Language: lo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Paskutinį kartą atnaujinta"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,35 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n"
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/"
"teams/23907/lt_LT/)\n"
"Language: lt_LT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt_LT\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +52,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +93,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +113,7 @@ msgstr "Paskutinį kartą atnaujinta"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +122,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +135,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +150,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Pēdējās izmaiņas"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Последно ажурирање на"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Сүүлийн засвар хийсэн огноо"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
"nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Sist oppdatert"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
"teams/23907/nb_NO/)\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Sist oppdatert den"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Laatst bijgewerkt op"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
"nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Laatst bijgewerkt op"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,34 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +52,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +93,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +113,7 @@ msgstr "Ostatnia zmiana"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +122,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +135,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +150,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# Pedro Castro Silva <pedrocs@exo.pt>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -13,32 +13,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-08 23:22+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"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr "Encontro de Contas"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Os itens de diário devem ter uma conta a receber ou a pagar"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Os itens de diário não podem estar reconciliados"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -52,7 +52,8 @@ msgstr "Saldo"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
#, fuzzy
msgid "Balance Type"
msgstr "Tipo de Saldo"
#. module: account_netting
@ -93,7 +94,8 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
#, fuzzy
msgid "Journal"
msgstr "Id do Diário"
#. module: account_netting
@ -113,7 +115,8 @@ msgstr "Última Actualização em"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
#, fuzzy
msgid "Move Line"
msgstr "Ids. da linha de movimento"
#. module: account_netting
@ -122,14 +125,16 @@ msgid "Select the journal where storing the journal entries"
msgstr "Selecione o Diário onde guardar os lançamentos"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
"A função 'Compensar' pretende balancear operações em contas diferentes para o mesmo parceiro.\n"
"A função 'Compensar' pretende balancear operações em contas diferentes para "
"o mesmo parceiro.\n"
"Neste caso todos os lançamentos selecionados pertencem à mesma conta.\n"
"Por favor, use a função 'Reconciliar'."
@ -137,8 +142,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
"Esta operação gerará itens de diário que são contrapartida das contas a "
"receber/a pagar selecionadas, e realizará a reconciliação, deixando este "
@ -155,7 +160,7 @@ msgid "To receive"
msgstr "A receber"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Deve compensar pelos menos 2 itens de diário."

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "Identificação"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Última atualização em"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+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-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"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Atualizado pela última vez em"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Ultima actualizare la"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,34 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +52,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +93,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +113,7 @@ msgstr "Последний раз обновлено"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +122,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +135,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +150,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Naposledy upravené"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+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"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Zadnjič posodobljeno"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr\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"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,35 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr"
"%40latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +52,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +93,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +113,7 @@ msgstr "Zadnja izmjena"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +122,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +135,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +150,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Senast uppdaterad"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "รหัส"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Son güncelleme"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
"tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "Kimlik"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "En son güncelleme tarihi"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,33 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: uk\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"
"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_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Останнє оновлення"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -12,32 +12,32 @@ msgstr ""
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +50,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +91,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +111,7 @@ msgstr "Cập nhật lần cuối vào"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +120,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +133,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +148,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/"
"teams/23907/vi_VN/)\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "Cập nhật lần cuối vào"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
"zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "ID"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "上次更新日期"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_netting
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@ -11,33 +11,34 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2017-12-03 03:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
"zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:72
#: code:addons/account_netting/wizards/account_move_make_netting.py:67
#, python-format
msgid "AR/AP netting"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:41
#: code:addons/account_netting/wizards/account_move_make_netting.py:40
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:44
#: code:addons/account_netting/wizards/account_move_make_netting.py:43
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:56
#: code:addons/account_netting/wizards/account_move_make_netting.py:52
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@ -50,7 +51,7 @@ msgstr ""
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type
msgid "Balance type"
msgid "Balance Type"
msgstr ""
#. module: account_netting
@ -91,7 +92,7 @@ msgstr "編號"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id
msgid "Journal id"
msgid "Journal"
msgstr ""
#. module: account_netting
@ -111,7 +112,7 @@ msgstr "最後更新於"
#. module: account_netting
#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids
msgid "Move line ids"
msgid "Move Line"
msgstr ""
#. module: account_netting
@ -120,10 +121,11 @@ msgid "Select the journal where storing the journal entries"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:47
#: code:addons/account_netting/wizards/account_move_make_netting.py:46
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
"The 'Compensate' function is intended to balance operations on different "
"accounts for the same partner.\n"
"In this case all selected entries belong to the same account.\n"
" Please use the 'Reconcile' function."
msgstr ""
@ -132,8 +134,8 @@ msgstr ""
#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form
msgid ""
"This operation will generate account entries that are counterpart of the "
"receivable/payable accounts selected, and reconcile each other, letting this"
" balance in the partner:"
"receivable/payable accounts selected, and reconcile each other, letting this "
"balance in the partner:"
msgstr ""
#. module: account_netting
@ -147,7 +149,7 @@ msgid "To receive"
msgstr ""
#. module: account_netting
#: code:addons/account_netting/wizards/account_move_make_netting.py:35
#: code:addons/account_netting/wizards/account_move_make_netting.py:34
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""

View File

@ -47,12 +47,10 @@ class AccountMoveMakeNetting(models.TransientModel):
"operations on different accounts for the same partner.\n"
"In this case all selected entries belong to the same "
"account.\n Please use the 'Reconcile' function."))
partner_id = None
if len(move_lines.mapped('partner_id')) != 1:
raise exceptions.ValidationError(
_("All entries should have a partner and the partner must "
"be the same for all."))
partner_id = move_lines[0].partner_id
res = super(AccountMoveMakeNetting, self).default_get(fields)
res['move_line_ids'] = [(6, 0, move_lines.ids)]
balance = (sum(move_lines.mapped('debit')) -