diff --git a/account_netting/README.rst b/account_netting/README.rst index 0369eaed..860126ca 100644 --- a/account_netting/README.rst +++ b/account_netting/README.rst @@ -1,10 +1,29 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 +=============== +Account netting +=============== -============= -AR/AP netting -============= +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :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 + :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 + :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 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| 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 @@ -15,6 +34,11 @@ regulations, so you should check current laws before using it. For example, in Spain, this is not allowed at first instance, unless you document well the operation from both parties. +**Table of contents** + +.. contents:: + :local: + Usage ===== @@ -23,53 +47,51 @@ From any account journal entries view: * Accounting/Journal Entries/Journal Items select all the lines that corresponds to both AR/AP operations from the same -partner. Click on "More > Compensate". If the items don't correspond to the +partner. Click on *Action > Compensate*. If the items don't correspond to the same partner or they aren't AR/AP accounts, you will get an error. On contrary, a dialog box will be presented with the result of the operation and a selection of the journal to register the operation. When you click on the -"Compensate" button, a journal entry is created with the corresponding +*Compensate* button, a journal entry is created with the corresponding counterparts of the AR/AP operations. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/11.0 - -Known issues / Roadmap -====================== - -* We can add the possibility to pay the netting result amount directly from - the wizard. - 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 smash it by providing detailed and welcomed feedback. +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 `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* Tecnativa + Contributors ------------- +~~~~~~~~~~~~ * Pedro M. Baeza * Vicent Cubells -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +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/i18n/account_netting.pot b/account_netting/i18n/account_netting.pot index 809217df..90a17dd6 100644 --- a/account_netting/i18n/account_netting.pot +++ b/account_netting/i18n/account_netting.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,107 +14,102 @@ msgstr "" "Plural-Forms: \n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "The 'Compensate' function is intended to balance operations on different accounts for the same partner.\n" "In this case all selected entries belong to the same account.\n" @@ -122,8 +117,8 @@ msgid "The 'Compensate' function is intended to balance operations on different msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "This operation will generate account entries that are counterpart of the receivable/payable accounts selected, and reconcile each other, letting this balance in the partner:" +#: 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." msgstr "" #. module: account_netting @@ -137,13 +132,13 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" +msgstr "" + +#. module: account_netting +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 #, python-format msgid "You should compensate at least 2 journal entries." msgstr "" -#. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" -msgstr "" - diff --git a/account_netting/i18n/am.po b/account_netting/i18n/am.po index c6147bca..fb48f120 100644 --- a/account_netting/i18n/am.po +++ b/account_netting/i18n/am.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 50efaf12..56659081 100644 --- a/account_netting/i18n/ar.po +++ b/account_netting/i18n/ar.po @@ -20,108 +20,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "إلغاء" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "أنشئ بواسطة" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "أنشئ في" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "اسم العرض" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "المعرف" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "آخر تعديل في" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "آخر تحديث في" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 bfb68a30..0c3a3452 100644 --- a/account_netting/i18n/bg.po +++ b/account_netting/i18n/bg.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Отмяна" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Създадено от" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Създадено на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Име за показване" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Последно обновено на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Последно обновено на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c236a495..167d800d 100644 --- a/account_netting/i18n/bs.po +++ b/account_netting/i18n/bs.po @@ -20,108 +20,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Otkaži" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Kreirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Prikaži naziv" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 719c0e3d..c11f9491 100644 --- a/account_netting/i18n/ca.po +++ b/account_netting/i18n/ca.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancel·la" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creat per" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creat el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Veure el nom" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Darrera modificació el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Darrera Actualització el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e7a7ef79..bf782bad 100644 --- a/account_netting/i18n/ca_ES.po +++ b/account_netting/i18n/ca_ES.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancel·la" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 02289feb..a37ec609 100644 --- a/account_netting/i18n/cs.po +++ b/account_netting/i18n/cs.po @@ -19,108 +19,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Zrušit" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Vytvořeno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Zobrazovaný název" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 789b2639..ce6821a6 100644 --- a/account_netting/i18n/da.po +++ b/account_netting/i18n/da.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuller" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Oprettet af" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Oprettet den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Vist navn" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "Id" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Sidst ændret den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Sidst opdateret den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e5b93e75..b7e178f7 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "Kred/Deb-Verrechnung" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, 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:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, 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:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." @@ -46,83 +46,78 @@ msgstr "" "Alle Posten müssen einen Partner haben und dieser muss für alle gleich sein." #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "Saldo" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "Saldo-Art" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Abbrechen" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "Kompensieren" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "Posten kompensieren" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Erstellt von" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Erstellt am" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Anzeigename" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "Journal" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zuletzt geändert von" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zuletzt geändert am" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "Buchung" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "Wählen Sie das Journal zur Aufnahme der Posten" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -136,11 +131,16 @@ msgstr "" "Verwenden Sie bitte die Funktion 'Ausgleichen'." #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#, fuzzy +#| 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:" +"balance in the partner." msgstr "" "Dieser Vorgang wird Gegenbuchungen zu den ausgewählten kreditorische/" "debitorischen Konten erzeugen, die sich dann gegenseitig saldieren. Beim " @@ -157,12 +157,18 @@ msgid "To receive" msgstr "Zu erhalten" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" +msgstr "" + +#. module: account_netting +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 #, python-format msgid "You should compensate at least 2 journal entries." msgstr "Sie müssen mindestens 2 Journalposten kompensieren." -#. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" -msgstr "account.move.make.netting" +#~ msgid "Select the journal where storing the journal entries" +#~ msgstr "Wählen Sie das Journal zur Aufnahme der Posten" + +#~ msgid "account.move.make.netting" +#~ msgstr "account.move.make.netting" diff --git a/account_netting/i18n/el_GR.po b/account_netting/i18n/el_GR.po index f6e88f49..224a6911 100644 --- a/account_netting/i18n/el_GR.po +++ b/account_netting/i18n/el_GR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Άκυρο" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Δημιουργήθηκε από " #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "Κωδικός" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Τελευταία ενημέρωση από" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Τελευταία ενημέρωση στις" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c0e23c2e..c7d94cf7 100644 --- a/account_netting/i18n/en_AU.po +++ b/account_netting/i18n/en_AU.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancel" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 03ac68ac..0a6f7783 100644 --- a/account_netting/i18n/en_GB.po +++ b/account_netting/i18n/en_GB.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancel" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Created by" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Created on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Display Name" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c4055a73..aa2de888 100644 --- a/account_netting/i18n/es.po +++ b/account_netting/i18n/es.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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, 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:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, 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:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, 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:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." @@ -47,83 +47,78 @@ msgstr "" "para todos." #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "Saldo" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "Tipo de saldo" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "Compensar" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "Compensar apuntes" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "Diario" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "Apuntes" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "Seleccione el diario en el que se guardarán los apuntes" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -137,11 +132,16 @@ msgstr "" "Use entonces la función 'Reconciliar'." #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#, fuzzy +#| 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:" +"balance in the partner." msgstr "" "Esta operación generará apuntes que serán la contrapartida de las cuentas a " "cobrar/a pagar seleccionadas, y las reconciliará entre ellas, dejando este " @@ -158,12 +158,18 @@ msgid "To receive" msgstr "A cobrar" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" +msgstr "" + +#. module: account_netting +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 #, python-format msgid "You should compensate at least 2 journal entries." msgstr "Debe compensar al menos 2 apuntes." -#. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" -msgstr "cuenta.asiento.hacer.neteo" +#~ msgid "Select the journal where storing the journal entries" +#~ msgstr "Seleccione el diario en el que se guardarán los apuntes" + +#~ msgid "account.move.make.netting" +#~ msgstr "cuenta.asiento.hacer.neteo" diff --git a/account_netting/i18n/es_AR.po b/account_netting/i18n/es_AR.po index 76ab7219..9425e808 100644 --- a/account_netting/i18n/es_AR.po +++ b/account_netting/i18n/es_AR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Mostrar Nombre" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 fb5fb356..ea9d05b1 100644 --- a/account_netting/i18n/es_CL.po +++ b/account_netting/i18n/es_CL.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID (identificación)" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 3e346e9e..2fd121fc 100644 --- a/account_netting/i18n/es_CO.po +++ b/account_netting/i18n/es_CO.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre Público" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Actualizado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 229d22f5..7bc9d51d 100644 --- a/account_netting/i18n/es_CR.po +++ b/account_netting/i18n/es_CR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 77fca0c6..5a810022 100644 --- a/account_netting/i18n/es_DO.po +++ b/account_netting/i18n/es_DO.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 a66fca74..6a9fafd0 100644 --- a/account_netting/i18n/es_EC.po +++ b/account_netting/i18n/es_EC.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID (identificación)" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 67f90a30..182a2902 100644 --- a/account_netting/i18n/es_ES.po +++ b/account_netting/i18n/es_ES.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e232c3da..5d1d7e80 100644 --- a/account_netting/i18n/es_MX.po +++ b/account_netting/i18n/es_MX.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre desplegado" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima actualización realizada" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c6129bb6..c62128c1 100644 --- a/account_netting/i18n/es_PE.po +++ b/account_netting/i18n/es_PE.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Ultima Modificación en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Actualizado última vez por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima Actualización" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 db91b017..a5f92a6d 100644 --- a/account_netting/i18n/es_PY.po +++ b/account_netting/i18n/es_PY.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 b2167e71..30a33066 100644 --- a/account_netting/i18n/es_VE.po +++ b/account_netting/i18n/es_VE.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Mostrar nombre" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Modificada por última vez" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 84ec3a4f..5b38e735 100644 --- a/account_netting/i18n/et.po +++ b/account_netting/i18n/et.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Loobu" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Loonud" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Loodud" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Näidatav nimi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Viimati uuendatud" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c780b711..e662f98d 100644 --- a/account_netting/i18n/eu.po +++ b/account_netting/i18n/eu.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Ezeztatu" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Nork sortua" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Created on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Izena erakutsi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 b73c5495..fafb91f3 100644 --- a/account_netting/i18n/fa.po +++ b/account_netting/i18n/fa.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "لغو" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "ایجاد شده توسط" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "ایجاد شده در" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "نام نمایشی" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "شناسه" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "تاریخ آخرین به‌روزرسانی" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "آخرین به روز رسانی توسط" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "آخرین به روز رسانی در" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 819498c2..40a12ba7 100644 --- a/account_netting/i18n/fi.po +++ b/account_netting/i18n/fi.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Peruuta" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Luonut" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Luotu" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nimi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 32130857..3bac55ba 100644 --- a/account_netting/i18n/fr.po +++ b/account_netting/i18n/fr.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuler" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Créé par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Créé le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Afficher le nom" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Dernière Modification le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, python-format +msgid "You should compensate at least 2 journal entries." msgstr "" diff --git a/account_netting/i18n/fr_CA.po b/account_netting/i18n/fr_CA.po index 21fba185..48fa1a8e 100644 --- a/account_netting/i18n/fr_CA.po +++ b/account_netting/i18n/fr_CA.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuler" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Créé par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Créé le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Afficher le nom" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "Identifiant" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 7eac959a..819bc132 100644 --- a/account_netting/i18n/fr_CH.po +++ b/account_netting/i18n/fr_CH.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuler" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Créé par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Créé le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nom affiché" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Modifié par" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Modifié le" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 2cb60f45..98f744b2 100644 --- a/account_netting/i18n/fr_FR.po +++ b/account_netting/i18n/fr_FR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuler" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e1447cec..989dc09c 100644 --- a/account_netting/i18n/gl.po +++ b/account_netting/i18n/gl.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creado en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última modificación" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "ültima actualización por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 afaaf1b0..388cf360 100644 --- a/account_netting/i18n/gl_ES.po +++ b/account_netting/i18n/gl_ES.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 05c8f313..b90a596c 100644 --- a/account_netting/i18n/gu.po +++ b/account_netting/i18n/gu.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "રદ કરો" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ઓળખ" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 a70a2147..f0a95ce7 100644 --- a/account_netting/i18n/he.po +++ b/account_netting/i18n/he.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "בטל" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "נוצר על ידי" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "נוצר ב-" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "השם המוצג" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "מזהה" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "תאריך שינוי אחרון" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "עודכן לאחרונה על ידי" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "עודכן לאחרונה על" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 31be7925..c07a342b 100644 --- a/account_netting/i18n/hi.po +++ b/account_netting/i18n/hi.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "रद्द" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 b572788b..dcad3571 100644 --- a/account_netting/i18n/hr.po +++ b/account_netting/i18n/hr.po @@ -20,108 +20,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Odustani" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Kreirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Prikaži ime" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zadnja izmjena dana" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano dana" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, python-format +msgid "You should compensate at least 2 journal entries." msgstr "" diff --git a/account_netting/i18n/hr_HR.po b/account_netting/i18n/hr_HR.po index 0b01408c..6353f417 100644 --- a/account_netting/i18n/hr_HR.po +++ b/account_netting/i18n/hr_HR.po @@ -21,108 +21,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Otkaži" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Kreirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Naziv" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -132,11 +127,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -150,12 +145,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 a8670039..dbebbe28 100644 --- a/account_netting/i18n/hu.po +++ b/account_netting/i18n/hu.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Mégsem" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Készítette" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Létrehozás dátuma" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Név megjelenítése" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Utolsó frissítés dátuma" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Utoljára frissítve, által" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Utoljára frissítve " #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 f8f21502..e0627bbe 100644 --- a/account_netting/i18n/id.po +++ b/account_netting/i18n/id.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Batalkan" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Dibuat pada" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nama Tampilan" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Diperbaharui pada" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 8b176bb8..6118f66f 100644 --- a/account_netting/i18n/it.po +++ b/account_netting/i18n/it.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annulla" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creato da" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creato il" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nome da visualizzare" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e221c8d4..06a09c8c 100644 --- a/account_netting/i18n/ja.po +++ b/account_netting/i18n/ja.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "キャンセル" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "作成者" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "作成日" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "表示名" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "最終更新日" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "最終更新者" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "最終更新日" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 29911f2c..b7aed77f 100644 --- a/account_netting/i18n/ko.po +++ b/account_netting/i18n/ko.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "취소" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "작성자" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "작성일" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "표시 이름" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "최근 수정" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "최근 갱신한 사람" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "최근 갱신 날짜" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 bc1e902a..47217846 100644 --- a/account_netting/i18n/lo.po +++ b/account_netting/i18n/lo.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "ຍົກເລີອກ" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 ae49400c..f66d3243 100644 --- a/account_netting/i18n/lt.po +++ b/account_netting/i18n/lt.po @@ -20,108 +20,103 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Atšaukti" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Sukūrė" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Sukurta" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Paskutinį kartą keista" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 93fd3de7..a3415d2a 100644 --- a/account_netting/i18n/lt_LT.po +++ b/account_netting/i18n/lt_LT.po @@ -21,108 +21,103 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Atšaukti" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Sukūrė" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Sukurta" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -132,11 +127,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -150,12 +145,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 29ca961f..d0e89837 100644 --- a/account_netting/i18n/lv.po +++ b/account_netting/i18n/lv.po @@ -20,108 +20,103 @@ msgstr "" "2);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Atcelt" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Izveidoja" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Izveidots" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Pēdējo reizi atjaunoja" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Pēdējās izmaiņas" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 e78f2509..4e5f1dc3 100644 --- a/account_netting/i18n/mk.po +++ b/account_netting/i18n/mk.po @@ -19,108 +19,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Откажи" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Креирано од" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Креирано на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Прикажи име" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Последна промена на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Последно ажурирање од" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Последно ажурирање на" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 d7c8a435..b2181041 100644 --- a/account_netting/i18n/mn.po +++ b/account_netting/i18n/mn.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Цуцлах" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Үүсгэгч" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Үүсгэсэн" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Дэлгэцийн Нэр" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Сүүлийн засвар хийсэн" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 3378938e..3bc10943 100644 --- a/account_netting/i18n/nb.po +++ b/account_netting/i18n/nb.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Avbryt" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Opprettet av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Opprettet den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Visnings navn" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Sist oppdatert" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 78faab1d..37c548b9 100644 --- a/account_netting/i18n/nb_NO.po +++ b/account_netting/i18n/nb_NO.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Lukk" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Laget av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Laget den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Vis navn" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Sist endret den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Sist oppdatert den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c7ae0cc6..de3bbfbb 100644 --- a/account_netting/i18n/nl.po +++ b/account_netting/i18n/nl.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuleren" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Te tonen naam" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 8500f96a..7f8ff2dd 100644 --- a/account_netting/i18n/nl_BE.po +++ b/account_netting/i18n/nl_BE.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Annuleren" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Gemaakt door" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Gemaakt op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Schermnaam" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 42fa578e..f0b8c84a 100644 --- a/account_netting/i18n/pl.po +++ b/account_netting/i18n/pl.po @@ -21,108 +21,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Anuluj" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Utworzono" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Wyświetlana nazwa " #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -132,11 +127,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -150,12 +145,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 611c8679..bb62f7ab 100644 --- a/account_netting/i18n/pt.po +++ b/account_netting/i18n/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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "Encontro de Contas" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, 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:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, 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:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." @@ -46,86 +46,81 @@ msgstr "" "Os itens de diário devem ter um parceiro e este deve ser o mesmo para todos." #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "Saldo" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type #, fuzzy msgid "Balance Type" msgstr "Tipo de Saldo" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "Compensar" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "Compensar os itens de diário" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Criado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Criado em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nome a Exibir" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id #, fuzzy msgid "Journal" msgstr "Id do Diário" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última Modificação em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última Actualização por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última Actualização em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids #, fuzzy msgid "Move Line" msgstr "Ids. da linha de movimento" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "Selecione o Diário onde guardar os lançamentos" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -139,11 +134,16 @@ msgstr "" "Por favor, use a função 'Reconciliar'." #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#, fuzzy +#| 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:" +"balance in the partner." msgstr "" "Esta operação gerará itens de diário que são contrapartida das contas a " "receber/a pagar selecionadas, e realizará a reconciliação, deixando este " @@ -160,12 +160,18 @@ msgid "To receive" msgstr "A receber" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" +msgstr "" + +#. module: account_netting +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 #, python-format msgid "You should compensate at least 2 journal entries." msgstr "Deve compensar pelos menos 2 itens de diário." -#. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" -msgstr "account.move.make.netting" +#~ msgid "Select the journal where storing the journal entries" +#~ msgstr "Selecione o Diário onde guardar os lançamentos" + +#~ msgid "account.move.make.netting" +#~ msgstr "account.move.make.netting" diff --git a/account_netting/i18n/pt_BR.po b/account_netting/i18n/pt_BR.po index 7de34921..6e2d8e89 100644 --- a/account_netting/i18n/pt_BR.po +++ b/account_netting/i18n/pt_BR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Criado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Criado em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nome para Mostrar" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "Identificação" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Última atualização em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Última atualização em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, python-format +msgid "You should compensate at least 2 journal entries." msgstr "" diff --git a/account_netting/i18n/pt_PT.po b/account_netting/i18n/pt_PT.po index 1b14fbb8..410d12f1 100644 --- a/account_netting/i18n/pt_PT.po +++ b/account_netting/i18n/pt_PT.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Cancelar" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Criado por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Criado em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nome a exibir" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Modificado pela última vez em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 b0a6b84e..f97db6b2 100644 --- a/account_netting/i18n/ro.po +++ b/account_netting/i18n/ro.po @@ -20,108 +20,103 @@ msgstr "" "2:1));\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Anuleaza" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Creat de" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Creat la" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Nume Afişat" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Ultima actualizare în" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Ultima actualizare făcută de" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Ultima actualizare la" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 fe10a45c..354b1e1d 100644 --- a/account_netting/i18n/ru.po +++ b/account_netting/i18n/ru.po @@ -21,108 +21,103 @@ msgstr "" "%100>=11 && n%100<=14)? 2 : 3);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Отменена" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Создано" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Создан" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Последний раз обновлено" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Последний раз обновлено" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -132,11 +127,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -150,12 +145,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 1a028b7c..8dd597bc 100644 --- a/account_netting/i18n/sk.po +++ b/account_netting/i18n/sk.po @@ -19,108 +19,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Zrušiť" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Vytvoril" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Vytvorené" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Zobraziť meno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Naposledy upravil" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Naposledy upravené" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 411dcdf7..9df26004 100644 --- a/account_netting/i18n/sl.po +++ b/account_netting/i18n/sl.po @@ -20,108 +20,103 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Preklic" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Ustvaril" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Prikazni naziv" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 75719d69..f31b9bc0 100644 --- a/account_netting/i18n/sr.po +++ b/account_netting/i18n/sr.po @@ -20,108 +20,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Otkaži" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Kreiran" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 76188bc9..7d02f341 100644 --- a/account_netting/i18n/sr@latin.po +++ b/account_netting/i18n/sr@latin.po @@ -21,108 +21,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Otkaži" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Kreirao" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Kreiran" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Ime za prikaz" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Zadnja izmjena" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -132,11 +127,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -150,12 +145,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 c9e6e0fd..8a407062 100644 --- a/account_netting/i18n/sv.po +++ b/account_netting/i18n/sv.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Avbryt" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Skapad av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Skapad den" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Visa namn" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 ee91f83f..58b60ea3 100644 --- a/account_netting/i18n/th.po +++ b/account_netting/i18n/th.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "ยกเลิก" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "สร้างโดย" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "สร้างเมื่อ" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "รหัส" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 14fca1bc..46be40bf 100644 --- a/account_netting/i18n/tr.po +++ b/account_netting/i18n/tr.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Vazgeç" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Oluşturan" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Oluşturuldu" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Görünen İsim" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Son değişiklik" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Son güncelleme" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 a3527dd6..0bd8f8ad 100644 --- a/account_netting/i18n/tr_TR.po +++ b/account_netting/i18n/tr_TR.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "İptal et" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Oluşturan" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Oluşturulma tarihi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Görünen ad" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "Kimlik" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "En son güncelleme tarihi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "En son güncelleyen " #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "En son güncelleme tarihi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 846b22bd..f8727706 100644 --- a/account_netting/i18n/uk.po +++ b/account_netting/i18n/uk.po @@ -20,108 +20,103 @@ 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:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Скасувати" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Створив" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Дата створення" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Назва для відображення" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Остання модифікація" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Востаннє оновив" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Останнє оновлення" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 94adcc62..533874b0 100644 --- a/account_netting/i18n/vi.po +++ b/account_netting/i18n/vi.po @@ -19,108 +19,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Hủy bỏ" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Được tạo vào" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Tên hiển thị" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -130,11 +125,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -148,12 +143,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 be911163..053fbc31 100644 --- a/account_netting/i18n/vi_VN.po +++ b/account_netting/i18n/vi_VN.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "Hủy" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "Tạo bởi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "Tạo vào" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 52afbf41..f2d3b156 100644 --- a/account_netting/i18n/zh_CN.po +++ b/account_netting/i18n/zh_CN.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "取消" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "创建者" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "创建时间" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "Display Name" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "ID" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "最后更新者" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "上次更新日期" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 196b8a86..a5759920 100644 --- a/account_netting/i18n/zh_TW.po +++ b/account_netting/i18n/zh_TW.po @@ -20,108 +20,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:67 +#: code:addons/account_netting/wizards/account_move_make_netting.py:69 #, python-format msgid "AR/AP netting" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:40 +#: code:addons/account_netting/wizards/account_move_make_netting.py:41 #, python-format msgid "All entries must have a receivable or payable account" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:43 +#: code:addons/account_netting/wizards/account_move_make_netting.py:44 #, python-format msgid "All entries mustn't been reconciled" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:52 +#: code:addons/account_netting/wizards/account_move_make_netting.py:53 #, python-format msgid "" "All entries should have a partner and the partner must be the same for all." msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance msgid "Balance" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_balance_type +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__balance_type msgid "Balance Type" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Cancel" msgstr "刪除" #. module: account_netting #: model:ir.actions.act_window,name:account_netting.act_account_move_make_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: model_terms:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form msgid "Compensate entries" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_uid msgid "Created by" msgstr "建立者" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_create_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__create_date msgid "Created on" msgstr "建立於" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_display_name +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__display_name msgid "Display Name" msgstr "顯示名稱" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__id msgid "ID" msgstr "編號" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_journal_id +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__journal_id msgid "Journal" msgstr "" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting___last_update +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting____last_update msgid "Last Modified on" msgstr "最後修改:" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_uid +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_uid msgid "Last Updated by" msgstr "最後更新:" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_write_date +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__write_date msgid "Last Updated on" msgstr "最後更新於" #. module: account_netting -#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting_move_line_ids +#: model:ir.model.fields,field_description:account_netting.field_account_move_make_netting__move_line_ids msgid "Move Line" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form -msgid "Select the journal where storing the journal entries" -msgstr "" - -#. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:46 +#: code:addons/account_netting/wizards/account_move_make_netting.py:47 #, python-format msgid "" "The 'Compensate' function is intended to balance operations on different " @@ -131,11 +126,11 @@ msgid "" msgstr "" #. module: account_netting -#: model:ir.ui.view,arch_db:account_netting.view_account_move_make_netting_form +#: 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:" +"balance in the partner." msgstr "" #. module: account_netting @@ -149,12 +144,12 @@ msgid "To receive" msgstr "" #. module: account_netting -#: code:addons/account_netting/wizards/account_move_make_netting.py:34 -#, python-format -msgid "You should compensate at least 2 journal entries." +#: model:ir.model,name:account_netting.model_account_move_make_netting +msgid "Wizard to generate account moves for netting" msgstr "" #. module: account_netting -#: model:ir.model,name:account_netting.model_account_move_make_netting -msgid "account.move.make.netting" +#: code:addons/account_netting/wizards/account_move_make_netting.py:35 +#, 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 new file mode 100644 index 00000000..9dbcd4b8 --- /dev/null +++ b/account_netting/static/description/index.html @@ -0,0 +1,441 @@ + + + + + + +Account netting + + + +
+

Account netting

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

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.

+

WARNING: This operation can be forbidden in your country by the accounting +regulations, so you should check current laws before using it. For example, in +Spain, this is not allowed at first instance, unless you document well the +operation from both parties.

+

Table of contents

+ +
+

Usage

+

From any account journal entries view:

+
    +
  • Accounting/Journal Entries/Journal Items
  • +
+

select all the lines that corresponds to both AR/AP operations from the same +partner. Click on Action > Compensate. If the items don’t correspond to the +same partner or they aren’t AR/AP accounts, you will get an error.

+

On contrary, a dialog box will be presented with the result of the operation +and a selection of the journal to register the operation. When you click on the +Compensate button, a journal entry is created with the corresponding +counterparts of the AR/AP operations.

+
+
+

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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/account_netting/wizards/account_move_make_netting.py b/account_netting/wizards/account_move_make_netting.py index 5ed6d613..f45cd66f 100644 --- a/account_netting/wizards/account_move_make_netting.py +++ b/account_netting/wizards/account_move_make_netting.py @@ -54,8 +54,10 @@ class AccountMoveMakeNetting(models.TransientModel): "be the same for all.")) res = super(AccountMoveMakeNetting, self).default_get(fields_list) res['move_line_ids'] = [(6, 0, move_lines.ids)] - balance = (sum(move_lines.mapped('debit')) - - sum(move_lines.mapped('credit'))) + debit_move_lines_debit = move_lines.filtered('debit') + credit_move_lines_debit = move_lines.filtered('credit') + balance = (abs(sum(debit_move_lines_debit.mapped('amount_residual'))) - + abs(sum(credit_move_lines_debit.mapped('amount_residual')))) res['balance'] = abs(balance) res['balance_type'] = 'pay' if balance < 0 else 'receive' return res @@ -70,7 +72,7 @@ class AccountMoveMakeNetting(models.TransientModel): # Group amounts by account account_groups = self.move_line_ids.read_group( [('id', 'in', self.move_line_ids.ids)], - ['account_id', 'debit', 'credit'], + ['account_id', 'amount_residual'], ['account_id'], ) debtors = [] @@ -78,7 +80,7 @@ class AccountMoveMakeNetting(models.TransientModel): total_debtors = 0 total_creditors = 0 for account_group in account_groups: - balance = account_group['debit'] - account_group['credit'] + balance = account_group['amount_residual'] group_vals = { 'account_id': account_group['account_id'][0], 'balance': abs(balance),