diff --git a/account_netting/README.rst b/account_netting/README.rst
index 860126ca4..c520bbc4e 100644
--- a/account_netting/README.rst
+++ b/account_netting/README.rst
@@ -14,13 +14,13 @@ Account netting
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
- :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_netting
+ :target: https://github.com/OCA/account-financial-tools/tree/13.0/account_netting
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_netting
+ :target: https://translation.odoo-community.org/projects/account-financial-tools-13-0/account-financial-tools-13-0-account_netting
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/92/12.0
+ :target: https://runbot.odoo-community.org/runbot/92/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -61,7 +61,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -92,6 +92,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/account-financial-tools `_ project on GitHub.
+This module is part of the `OCA/account-financial-tools `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_netting/__manifest__.py b/account_netting/__manifest__.py
index a1902e1b6..d520f0234 100644
--- a/account_netting/__manifest__.py
+++ b/account_netting/__manifest__.py
@@ -4,13 +4,13 @@
{
"name": "Account netting",
- "version": "12.0.1.0.0",
+ "version": "13.0.1.0.0",
"summary": "Compensate AR/AP accounts from the same partner",
"category": "Accounting & Finance",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-financial-tools/",
- "depends": ["account",],
- "data": ["wizards/account_move_make_netting_view.xml",],
+ "depends": ["account"],
+ "data": ["wizards/account_move_make_netting_view.xml"],
"installable": True,
}
diff --git a/account_netting/i18n/account_netting.pot b/account_netting/i18n/account_netting.pot
index 90a17dd6f..0c590a90f 100644
--- a/account_netting/i18n/account_netting.pot
+++ b/account_netting/i18n/account_netting.pot
@@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
-# * account_netting
+# * account_netting
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: <>\n"
+"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -14,27 +14,28 @@ msgstr ""
"Plural-Forms: \n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
-msgid "All entries should have a partner and the partner must be the same for all."
+msgid ""
+"All entries should have a partner and the partner must be the same for all."
msgstr ""
#. module: account_netting
@@ -109,25 +110,29 @@ msgid "Move Line"
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:0
#, python-format
-msgid "The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n"
+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_terms: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."
+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
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -137,8 +142,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
-
diff --git a/account_netting/i18n/am.po b/account_netting/i18n/am.po
index fb48f1205..9f1ae260c 100644
--- a/account_netting/i18n/am.po
+++ b/account_netting/i18n/am.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ar.po b/account_netting/i18n/ar.po
index 566590814..3aefc62ab 100644
--- a/account_netting/i18n/ar.po
+++ b/account_netting/i18n/ar.po
@@ -20,25 +20,25 @@ msgstr ""
"&& 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:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/bg.po b/account_netting/i18n/bg.po
index 0c3a3452b..308bafe3f 100644
--- a/account_netting/i18n/bg.po
+++ b/account_netting/i18n/bg.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/bs.po b/account_netting/i18n/bs.po
index 167d800d7..ba281a74c 100644
--- a/account_netting/i18n/bs.po
+++ b/account_netting/i18n/bs.po
@@ -20,25 +20,25 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ca.po b/account_netting/i18n/ca.po
index c11f94912..c69e4e3d5 100644
--- a/account_netting/i18n/ca.po
+++ b/account_netting/i18n/ca.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ca_ES.po b/account_netting/i18n/ca_ES.po
index bf782bad7..2900cb269 100644
--- a/account_netting/i18n/ca_ES.po
+++ b/account_netting/i18n/ca_ES.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/cs.po b/account_netting/i18n/cs.po
index a37ec6093..458679a82 100644
--- a/account_netting/i18n/cs.po
+++ b/account_netting/i18n/cs.po
@@ -19,25 +19,25 @@ msgstr ""
"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:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/da.po b/account_netting/i18n/da.po
index ce6821a68..429a5b1db 100644
--- a/account_netting/i18n/da.po
+++ b/account_netting/i18n/da.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/de.po b/account_netting/i18n/de.po
index b7e178f79..aa5e2e163 100644
--- a/account_netting/i18n/de.po
+++ b/account_netting/i18n/de.po
@@ -20,25 +20,25 @@ msgstr ""
"X-Generator: Weblate 3.1.1\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "AR/AP netting"
msgstr "Kred/Deb-Verrechnung"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:41
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Alle Posten müssen ein Kreditoren- oder Debitorenkonto aufweisen"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:44
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Kein Posten darf ausgeglichen sein"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
msgstr "Buchung"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:47
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -147,12 +147,12 @@ msgstr ""
"Partner ergibt sich folgender Saldo:"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "Zu zahlen"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "Zu erhalten"
@@ -162,7 +162,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Sie müssen mindestens 2 Journalposten kompensieren."
diff --git a/account_netting/i18n/el_GR.po b/account_netting/i18n/el_GR.po
index 224a69116..ba3cb43de 100644
--- a/account_netting/i18n/el_GR.po
+++ b/account_netting/i18n/el_GR.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/en_AU.po b/account_netting/i18n/en_AU.po
index c7d94cf72..8d5fd4622 100644
--- a/account_netting/i18n/en_AU.po
+++ b/account_netting/i18n/en_AU.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/en_GB.po b/account_netting/i18n/en_GB.po
index 0a6f77833..84d9977cb 100644
--- a/account_netting/i18n/en_GB.po
+++ b/account_netting/i18n/en_GB.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es.po b/account_netting/i18n/es.po
index def456f7a..ae7dd409c 100644
--- a/account_netting/i18n/es.po
+++ b/account_netting/i18n/es.po
@@ -20,25 +20,25 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, 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:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -118,7 +118,7 @@ msgid "Move Line"
msgstr "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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -143,12 +143,12 @@ msgstr ""
"saldo en la empresa."
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "A pagar"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "A cobrar"
@@ -158,7 +158,7 @@ msgid "Wizard to generate account moves for netting"
msgstr "Asistente para generar movimientos de compensación"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:35
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Debe compensar al menos 2 apuntes."
diff --git a/account_netting/i18n/es_AR.po b/account_netting/i18n/es_AR.po
index 9425e8089..3a49f5476 100644
--- a/account_netting/i18n/es_AR.po
+++ b/account_netting/i18n/es_AR.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_CL.po b/account_netting/i18n/es_CL.po
index ea9d05b10..985fa0a71 100644
--- a/account_netting/i18n/es_CL.po
+++ b/account_netting/i18n/es_CL.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_CO.po b/account_netting/i18n/es_CO.po
index 2fd121fca..52468386a 100644
--- a/account_netting/i18n/es_CO.po
+++ b/account_netting/i18n/es_CO.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_CR.po b/account_netting/i18n/es_CR.po
index 7bc9d51dd..2b0d79be5 100644
--- a/account_netting/i18n/es_CR.po
+++ b/account_netting/i18n/es_CR.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_DO.po b/account_netting/i18n/es_DO.po
index 5a8100221..c3b197eb1 100644
--- a/account_netting/i18n/es_DO.po
+++ b/account_netting/i18n/es_DO.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_EC.po b/account_netting/i18n/es_EC.po
index 6a9fafd05..44498e0d4 100644
--- a/account_netting/i18n/es_EC.po
+++ b/account_netting/i18n/es_EC.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_ES.po b/account_netting/i18n/es_ES.po
index 182a29025..84ca905fa 100644
--- a/account_netting/i18n/es_ES.po
+++ b/account_netting/i18n/es_ES.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_MX.po b/account_netting/i18n/es_MX.po
index 5d1d7e80f..0a9a84b6e 100644
--- a/account_netting/i18n/es_MX.po
+++ b/account_netting/i18n/es_MX.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_PE.po b/account_netting/i18n/es_PE.po
index c62128c1b..c20b7e2d1 100644
--- a/account_netting/i18n/es_PE.po
+++ b/account_netting/i18n/es_PE.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_PY.po b/account_netting/i18n/es_PY.po
index a5f92a6d4..181be6e17 100644
--- a/account_netting/i18n/es_PY.po
+++ b/account_netting/i18n/es_PY.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/es_VE.po b/account_netting/i18n/es_VE.po
index 30a330661..8c88f5221 100644
--- a/account_netting/i18n/es_VE.po
+++ b/account_netting/i18n/es_VE.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/et.po b/account_netting/i18n/et.po
index 5b38e735f..5daea6dda 100644
--- a/account_netting/i18n/et.po
+++ b/account_netting/i18n/et.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/eu.po b/account_netting/i18n/eu.po
index e662f98d1..20a4222ca 100644
--- a/account_netting/i18n/eu.po
+++ b/account_netting/i18n/eu.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/fa.po b/account_netting/i18n/fa.po
index fafb91f3f..f4dd1c66b 100644
--- a/account_netting/i18n/fa.po
+++ b/account_netting/i18n/fa.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/fi.po b/account_netting/i18n/fi.po
index 40a12ba74..fbb687a1a 100644
--- a/account_netting/i18n/fi.po
+++ b/account_netting/i18n/fi.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/fr.po b/account_netting/i18n/fr.po
index 745b17962..bf3933dd2 100644
--- a/account_netting/i18n/fr.po
+++ b/account_netting/i18n/fr.po
@@ -20,25 +20,25 @@ msgstr ""
"X-Generator: Weblate 3.8\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "AR/AP netting"
msgstr "Compensation Débiteurs/Fournisseurs"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:41
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Toutes les écritures doivent avoir un compte payable ou recevable"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:44
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Aucune écriture ne doit être lettrée"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
msgstr "Écriture"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:47
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -141,12 +141,12 @@ msgstr ""
"solde au partenaire."
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "À payer"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "À recevoir"
@@ -156,7 +156,7 @@ msgid "Wizard to generate account moves for netting"
msgstr "Assistant pour générer des opérations comptables de compensation"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:35
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Vous devez compenser au moins deux écritures."
diff --git a/account_netting/i18n/fr_CA.po b/account_netting/i18n/fr_CA.po
index 48fa1a8ee..fb293898e 100644
--- a/account_netting/i18n/fr_CA.po
+++ b/account_netting/i18n/fr_CA.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/fr_CH.po b/account_netting/i18n/fr_CH.po
index 819bc132b..5091c158b 100644
--- a/account_netting/i18n/fr_CH.po
+++ b/account_netting/i18n/fr_CH.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/fr_FR.po b/account_netting/i18n/fr_FR.po
index 98f744b26..7e92f985f 100644
--- a/account_netting/i18n/fr_FR.po
+++ b/account_netting/i18n/fr_FR.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/gl.po b/account_netting/i18n/gl.po
index 989dc09c3..a153feed5 100644
--- a/account_netting/i18n/gl.po
+++ b/account_netting/i18n/gl.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/gl_ES.po b/account_netting/i18n/gl_ES.po
index 388cf360e..6902ba487 100644
--- a/account_netting/i18n/gl_ES.po
+++ b/account_netting/i18n/gl_ES.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/gu.po b/account_netting/i18n/gu.po
index b90a596c5..95d949ad1 100644
--- a/account_netting/i18n/gu.po
+++ b/account_netting/i18n/gu.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/he.po b/account_netting/i18n/he.po
index f0a95ce77..dd774b07c 100644
--- a/account_netting/i18n/he.po
+++ b/account_netting/i18n/he.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/hi.po b/account_netting/i18n/hi.po
index c07a342b4..80e3f159e 100644
--- a/account_netting/i18n/hi.po
+++ b/account_netting/i18n/hi.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/hr.po b/account_netting/i18n/hr.po
index 524c0efda..f639406d2 100644
--- a/account_netting/i18n/hr.po
+++ b/account_netting/i18n/hr.po
@@ -16,30 +16,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
-"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"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"
"X-Generator: Weblate 3.8\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Sve stavke moraju imati dugovna ili potražna konta"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:44
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Sve stavke moraju biti otvorene"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -119,7 +119,7 @@ msgid "Move Line"
msgstr "Stavka temeljnice"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:47
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -139,12 +139,12 @@ msgstr ""
"zatvoriti ih međusobno, ostavivši saldo na partneru."
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "Za plaćanje"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "Za naplatu"
@@ -154,7 +154,7 @@ msgid "Wizard to generate account moves for netting"
msgstr "Čarobnjak za kreiranje temeljnice kompenzacije"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:35
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Trebali bi kompenzirati najmanje 2 stavke dnevnika."
diff --git a/account_netting/i18n/hr_HR.po b/account_netting/i18n/hr_HR.po
index 6353f417a..339786880 100644
--- a/account_netting/i18n/hr_HR.po
+++ b/account_netting/i18n/hr_HR.po
@@ -21,25 +21,25 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -135,12 +135,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/hu.po b/account_netting/i18n/hu.po
index dbebbe289..63e413360 100644
--- a/account_netting/i18n/hu.po
+++ b/account_netting/i18n/hu.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/id.po b/account_netting/i18n/id.po
index e0627bbe0..e67ff55bc 100644
--- a/account_netting/i18n/id.po
+++ b/account_netting/i18n/id.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/it.po b/account_netting/i18n/it.po
index 6118f66f9..d7dcd1498 100644
--- a/account_netting/i18n/it.po
+++ b/account_netting/i18n/it.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ja.po b/account_netting/i18n/ja.po
index 06a09c8cd..d8f1f6a51 100644
--- a/account_netting/i18n/ja.po
+++ b/account_netting/i18n/ja.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ko.po b/account_netting/i18n/ko.po
index b7aed77fd..b15adf84f 100644
--- a/account_netting/i18n/ko.po
+++ b/account_netting/i18n/ko.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/lo.po b/account_netting/i18n/lo.po
index 472178466..9322e18ef 100644
--- a/account_netting/i18n/lo.po
+++ b/account_netting/i18n/lo.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/lt.po b/account_netting/i18n/lt.po
index f66d32439..406fa5a1a 100644
--- a/account_netting/i18n/lt.po
+++ b/account_netting/i18n/lt.po
@@ -20,25 +20,25 @@ msgstr ""
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/lt_LT.po b/account_netting/i18n/lt_LT.po
index a3415d2ad..2495ec182 100644
--- a/account_netting/i18n/lt_LT.po
+++ b/account_netting/i18n/lt_LT.po
@@ -21,25 +21,25 @@ msgstr ""
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -135,12 +135,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/lv.po b/account_netting/i18n/lv.po
index d0e89837f..e8565365f 100644
--- a/account_netting/i18n/lv.po
+++ b/account_netting/i18n/lv.po
@@ -20,25 +20,25 @@ msgstr ""
"2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/mk.po b/account_netting/i18n/mk.po
index 4e5f1dc36..e07708ddc 100644
--- a/account_netting/i18n/mk.po
+++ b/account_netting/i18n/mk.po
@@ -19,25 +19,25 @@ msgstr ""
"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:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/mn.po b/account_netting/i18n/mn.po
index b21810418..01bd25228 100644
--- a/account_netting/i18n/mn.po
+++ b/account_netting/i18n/mn.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/nb.po b/account_netting/i18n/nb.po
index 3bc109432..0b1b84416 100644
--- a/account_netting/i18n/nb.po
+++ b/account_netting/i18n/nb.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/nb_NO.po b/account_netting/i18n/nb_NO.po
index 37c548b91..73e2f6787 100644
--- a/account_netting/i18n/nb_NO.po
+++ b/account_netting/i18n/nb_NO.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/nl.po b/account_netting/i18n/nl.po
index de3bbfbb5..df0139493 100644
--- a/account_netting/i18n/nl.po
+++ b/account_netting/i18n/nl.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/nl_BE.po b/account_netting/i18n/nl_BE.po
index 7f8ff2dd2..c20505f46 100644
--- a/account_netting/i18n/nl_BE.po
+++ b/account_netting/i18n/nl_BE.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/pl.po b/account_netting/i18n/pl.po
index f0b8c84ad..994e6c260 100644
--- a/account_netting/i18n/pl.po
+++ b/account_netting/i18n/pl.po
@@ -21,25 +21,25 @@ msgstr ""
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -135,12 +135,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/pt.po b/account_netting/i18n/pt.po
index 54492055e..2ae8b95aa 100644
--- a/account_netting/i18n/pt.po
+++ b/account_netting/i18n/pt.po
@@ -21,25 +21,25 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, 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:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -118,7 +118,7 @@ msgid "Move Line"
msgstr "Linha de Movimento"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:47
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -143,12 +143,12 @@ msgstr ""
"saldo no parceiro."
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "A Pagar"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "A receber"
@@ -158,7 +158,7 @@ msgid "Wizard to generate account moves for netting"
msgstr "Assistente para gerar lançamentos de encontros de contas"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:35
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Deve compensar pelos menos 2 itens de diário."
diff --git a/account_netting/i18n/pt_BR.po b/account_netting/i18n/pt_BR.po
index 38f210647..f0b9bfadb 100644
--- a/account_netting/i18n/pt_BR.po
+++ b/account_netting/i18n/pt_BR.po
@@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2017-12-03 03:46+0000\n"
"PO-Revision-Date: 2019-07-09 01:43+0000\n"
"Last-Translator: Eduardo Aparicio \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"
@@ -21,25 +21,25 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "AR/AP netting"
msgstr "Compensação à receber/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:0
#, python-format
msgid "All entries must have a receivable or payable account"
msgstr "Todos os lançamentos devem ter uma conta à receber ou à 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr "Nenhum lançamento pode estar reconciliado"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -118,7 +118,7 @@ msgid "Move Line"
msgstr "Lançamento"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:47
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -143,12 +143,12 @@ msgstr ""
"Parceiro."
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr "A pagar"
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr "A receber"
@@ -158,7 +158,7 @@ msgid "Wizard to generate account moves for netting"
msgstr "Assistente para geração de transações compensatórias"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:35
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr "Você deve compensar pelo menos 2 transações."
diff --git a/account_netting/i18n/pt_PT.po b/account_netting/i18n/pt_PT.po
index 410d12f10..ae0239332 100644
--- a/account_netting/i18n/pt_PT.po
+++ b/account_netting/i18n/pt_PT.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ro.po b/account_netting/i18n/ro.po
index f97db6b25..c5a7225de 100644
--- a/account_netting/i18n/ro.po
+++ b/account_netting/i18n/ro.po
@@ -20,25 +20,25 @@ msgstr ""
"2:1));\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/ru.po b/account_netting/i18n/ru.po
index 354b1e1dd..d9dcdbae1 100644
--- a/account_netting/i18n/ru.po
+++ b/account_netting/i18n/ru.po
@@ -21,25 +21,25 @@ msgstr ""
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -135,12 +135,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/sk.po b/account_netting/i18n/sk.po
index 8dd597bc3..ffe49f314 100644
--- a/account_netting/i18n/sk.po
+++ b/account_netting/i18n/sk.po
@@ -19,25 +19,25 @@ msgstr ""
"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:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/sl.po b/account_netting/i18n/sl.po
index 9df26004b..cd0add640 100644
--- a/account_netting/i18n/sl.po
+++ b/account_netting/i18n/sl.po
@@ -20,25 +20,25 @@ msgstr ""
"%100==4 ? 2 : 3);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/sr.po b/account_netting/i18n/sr.po
index f31b9bc0e..0c85f492f 100644
--- a/account_netting/i18n/sr.po
+++ b/account_netting/i18n/sr.po
@@ -20,25 +20,25 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/sr@latin.po b/account_netting/i18n/sr@latin.po
index 7d02f3416..56341f318 100644
--- a/account_netting/i18n/sr@latin.po
+++ b/account_netting/i18n/sr@latin.po
@@ -21,25 +21,25 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -117,7 +117,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -135,12 +135,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/sv.po b/account_netting/i18n/sv.po
index 8a407062d..ef8172b01 100644
--- a/account_netting/i18n/sv.po
+++ b/account_netting/i18n/sv.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/th.po b/account_netting/i18n/th.po
index 58b60ea38..7621ec29d 100644
--- a/account_netting/i18n/th.po
+++ b/account_netting/i18n/th.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/tr.po b/account_netting/i18n/tr.po
index 46be40bf8..c9bc5b78c 100644
--- a/account_netting/i18n/tr.po
+++ b/account_netting/i18n/tr.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/tr_TR.po b/account_netting/i18n/tr_TR.po
index 0bd8f8ada..c7595cea5 100644
--- a/account_netting/i18n/tr_TR.po
+++ b/account_netting/i18n/tr_TR.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/uk.po b/account_netting/i18n/uk.po
index f87277067..6b942dee9 100644
--- a/account_netting/i18n/uk.po
+++ b/account_netting/i18n/uk.po
@@ -20,25 +20,25 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/vi.po b/account_netting/i18n/vi.po
index 533874b04..ca5bbfd39 100644
--- a/account_netting/i18n/vi.po
+++ b/account_netting/i18n/vi.po
@@ -19,25 +19,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -115,7 +115,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -133,12 +133,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -148,7 +148,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/vi_VN.po b/account_netting/i18n/vi_VN.po
index 053fbc31e..95aae8a94 100644
--- a/account_netting/i18n/vi_VN.po
+++ b/account_netting/i18n/vi_VN.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/zh_CN.po b/account_netting/i18n/zh_CN.po
index f2d3b156b..e22334fbb 100644
--- a/account_netting/i18n/zh_CN.po
+++ b/account_netting/i18n/zh_CN.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/i18n/zh_TW.po b/account_netting/i18n/zh_TW.po
index a57599205..995c28646 100644
--- a/account_netting/i18n/zh_TW.po
+++ b/account_netting/i18n/zh_TW.po
@@ -20,25 +20,25 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:69
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, 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:0
#, 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:0
#, python-format
msgid "All entries mustn't been reconciled"
msgstr ""
#. module: account_netting
-#: code:addons/account_netting/wizards/account_move_make_netting.py:53
+#: code:addons/account_netting/wizards/account_move_make_netting.py:0
#, python-format
msgid ""
"All entries should have a partner and the partner must be the same for all."
@@ -116,7 +116,7 @@ msgid "Move Line"
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:0
#, python-format
msgid ""
"The 'Compensate' function is intended to balance operations on different "
@@ -134,12 +134,12 @@ msgid ""
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__pay
msgid "To pay"
msgstr ""
#. module: account_netting
-#: selection:account.move.make.netting,balance_type:0
+#: model:ir.model.fields.selection,name:account_netting.selection__account_move_make_netting__balance_type__receive
msgid "To receive"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Wizard to generate account moves for netting"
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:0
#, python-format
msgid "You should compensate at least 2 journal entries."
msgstr ""
diff --git a/account_netting/static/description/index.html b/account_netting/static/description/index.html
index 7d2ba1958..6cd0077e7 100644
--- a/account_netting/static/description/index.html
+++ b/account_netting/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module allows to compensate the balance of a receivable account with the
balance of a payable account for the same partner, creating a journal item
that reflects this operation.
@@ -407,7 +407,7 @@ counterparts of the AR/AP operations.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -432,7 +432,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/account-financial-tools project on GitHub.
+
This module is part of the OCA/account-financial-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_netting/tests/test_account_netting.py b/account_netting/tests/test_account_netting.py
index 9024949ba..e183c51c5 100644
--- a/account_netting/tests/test_account_netting.py
+++ b/account_netting/tests/test_account_netting.py
@@ -9,16 +9,10 @@ class TestAccountNetting(common.SavepointCase):
@classmethod
def setUpClass(cls):
super(TestAccountNetting, cls).setUpClass()
- cls.partner = cls.env["res.partner"].create(
- {"supplier": True, "customer": True, "name": "Supplier/Customer",}
- )
- cls.partner1 = cls.env["res.partner"].create(
- {"supplier": True, "customer": True, "name": "Supplier/Customer 1",}
- )
res_users_account_manager = cls.env.ref("account.group_account_manager")
partner_manager = cls.env.ref("base.group_partner_manager")
cls.env.user.write(
- {"groups_id": [(6, 0, [res_users_account_manager.id, partner_manager.id])],}
+ {"groups_id": [(6, 0, [res_users_account_manager.id, partner_manager.id])]}
)
# only adviser can create an account
cls.account_receivable = cls.env["account.account"].create(
@@ -57,21 +51,34 @@ class TestAccountNetting(common.SavepointCase):
],
limit=1,
)
+ cls.partner = cls.env["res.partner"].create(
+ {
+ "name": "Supplier/Customer",
+ "property_account_receivable_id": cls.account_receivable.id,
+ "property_account_payable_id": cls.account_payable.id,
+ }
+ )
+ cls.partner1 = cls.env["res.partner"].create(
+ {
+ "name": "Supplier/Customer 1",
+ "property_account_receivable_id": cls.account_receivable.id,
+ "property_account_payable_id": cls.account_payable.id,
+ }
+ )
cls.journal = cls.env["account.journal"].create(
- {"name": "Test sale journal", "type": "sale", "code": "TEST",}
+ {"name": "Test sale journal", "type": "sale", "code": "TEST"}
)
cls.expenses_journal = cls.env["account.journal"].create(
- {"name": "Test expense journal", "type": "purchase", "code": "EXP",}
+ {"name": "Test expense journal", "type": "purchase", "code": "EXP"}
)
cls.miscellaneous_journal = cls.env["account.journal"].create(
- {"name": "Miscellaneus journal", "type": "general", "code": "OTHER",}
+ {"name": "Miscellaneus journal", "type": "general", "code": "OTHER"}
)
- cls.customer_invoice = cls.env["account.invoice"].create(
+ cls.customer_invoice = cls.env["account.move"].create(
{
"journal_id": cls.journal.id,
"type": "out_invoice",
"partner_id": cls.partner.id,
- "account_id": cls.account_receivable.id,
"invoice_line_ids": [
(
0,
@@ -85,17 +92,16 @@ class TestAccountNetting(common.SavepointCase):
],
}
)
- cls.customer_invoice.action_invoice_open()
- customer_move = cls.customer_invoice.move_id
+ cls.customer_invoice.action_post()
+ customer_move = cls.customer_invoice
cls.move_line_1 = customer_move.line_ids.filtered(
lambda x: x.account_id == cls.account_receivable
)
- cls.supplier_invoice = cls.env["account.invoice"].create(
+ cls.supplier_invoice = cls.env["account.move"].create(
{
"journal_id": cls.expenses_journal.id,
"type": "in_invoice",
"partner_id": cls.partner.id,
- "account_id": cls.account_payable.id,
"invoice_line_ids": [
(
0,
@@ -109,20 +115,19 @@ class TestAccountNetting(common.SavepointCase):
],
}
)
- cls.supplier_invoice.action_invoice_open()
- supplier_move = cls.supplier_invoice.move_id
+ cls.supplier_invoice.action_post()
+ supplier_move = cls.supplier_invoice
cls.move_line_2 = supplier_move.line_ids.filtered(
lambda x: x.account_id == cls.account_payable
)
cls.move_line_3 = supplier_move.line_ids.filtered(
lambda x: x.account_id == cls.account_expense
)
- cls.supplier_invoice = cls.env["account.invoice"].create(
+ cls.supplier_invoice = cls.env["account.move"].create(
{
"journal_id": cls.expenses_journal.id,
"type": "in_invoice",
"partner_id": cls.partner1.id,
- "account_id": cls.account_payable.id,
"invoice_line_ids": [
(
0,
@@ -136,17 +141,16 @@ class TestAccountNetting(common.SavepointCase):
],
}
)
- cls.supplier_invoice.action_invoice_open()
- supplier_move = cls.supplier_invoice.move_id
+ cls.supplier_invoice.action_post()
+ supplier_move = cls.supplier_invoice
cls.move_line_4 = supplier_move.line_ids.filtered(
lambda x: x.account_id == cls.account_payable
)
- cls.supplier_invoice = cls.env["account.invoice"].create(
+ cls.supplier_invoice = cls.env["account.move"].create(
{
"journal_id": cls.expenses_journal.id,
"type": "in_refund",
"partner_id": cls.partner1.id,
- "account_id": cls.account_payable.id,
"invoice_line_ids": [
(
0,
@@ -160,17 +164,16 @@ class TestAccountNetting(common.SavepointCase):
],
}
)
- cls.supplier_invoice.action_invoice_open()
- supplier_move = cls.supplier_invoice.move_id
+ cls.supplier_invoice.action_post()
+ supplier_move = cls.supplier_invoice
cls.move_line_5 = supplier_move.line_ids.filtered(
lambda x: x.account_id == cls.account_payable
)
- cls.supplier_invoice = cls.env["account.invoice"].create(
+ cls.supplier_invoice = cls.env["account.move"].create(
{
"journal_id": cls.expenses_journal.id,
"type": "in_refund",
"partner_id": cls.partner1.id,
- "account_id": cls.account_payable.id,
"invoice_line_ids": [
(
0,
@@ -184,8 +187,8 @@ class TestAccountNetting(common.SavepointCase):
],
}
)
- cls.supplier_invoice.action_invoice_open()
- supplier_move = cls.supplier_invoice.move_id
+ cls.supplier_invoice.action_post()
+ supplier_move = cls.supplier_invoice
cls.move_line_6 = supplier_move.line_ids.filtered(
lambda x: x.account_id == cls.account_payable
)
diff --git a/account_netting/wizards/account_move_make_netting.py b/account_netting/wizards/account_move_make_netting.py
index 0fea5444a..e117046c5 100644
--- a/account_netting/wizards/account_move_make_netting.py
+++ b/account_netting/wizards/account_move_make_netting.py
@@ -17,7 +17,7 @@ class AccountMoveMakeNetting(models.TransientModel):
move_line_ids = fields.Many2many(comodel_name="account.move.line",)
balance = fields.Float(readonly=True,)
balance_type = fields.Selection(
- selection=[("pay", "To pay"), ("receive", "To receive"),], readonly=True,
+ selection=[("pay", "To pay"), ("receive", "To receive")], readonly=True,
)
@api.model
@@ -54,7 +54,7 @@ class AccountMoveMakeNetting(models.TransientModel):
"be the same for all."
)
)
- res = super(AccountMoveMakeNetting, self).default_get(fields_list)
+ res = super().default_get(fields_list)
res["move_line_ids"] = [(6, 0, move_lines.ids)]
debit_move_lines_debit = move_lines.filtered("debit")
credit_move_lines_debit = move_lines.filtered("credit")
@@ -69,7 +69,7 @@ class AccountMoveMakeNetting(models.TransientModel):
self.ensure_one()
# Create account move
move = self.env["account.move"].create(
- {"ref": _("AR/AP netting"), "journal_id": self.journal_id.id,}
+ {"ref": _("AR/AP netting"), "journal_id": self.journal_id.id}
)
# Group amounts by account
account_groups = self.move_line_ids.read_group(
diff --git a/account_netting/wizards/account_move_make_netting_view.xml b/account_netting/wizards/account_move_make_netting_view.xml
index 2f1ac9fa9..ed8978363 100644
--- a/account_netting/wizards/account_move_make_netting_view.xml
+++ b/account_netting/wizards/account_move_make_netting_view.xml
@@ -3,11 +3,9 @@