From 1701857158dcf7b7f84a0f74313a33fefde7199f Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 29 May 2024 16:12:50 +0200 Subject: [PATCH 1/5] [FIX] account_invoice_refund_link: Form view for refund invoices --- .../views/account_invoice_view.xml | 62 +++++++++++-------- 1 file changed, 37 insertions(+), 25 deletions(-) diff --git a/account_invoice_refund_link/views/account_invoice_view.xml b/account_invoice_refund_link/views/account_invoice_view.xml index 1320ba0412c0..06468ae590b5 100644 --- a/account_invoice_refund_link/views/account_invoice_view.xml +++ b/account_invoice_refund_link/views/account_invoice_view.xml @@ -20,7 +20,11 @@ string="Refunds" invisible="move_type not in ('in_invoice', 'out_invoice')" > - + -
- - - - - - - - - - - - - - - - - - - - - - -
@@ -73,4 +53,36 @@
+ + account.invoice.refund.form.view + account.move + 999 + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+
From 44a0f190bcb2ced18d6ef6d5750de72d1cd7274e Mon Sep 17 00:00:00 2001 From: oca-ci Date: Wed, 29 May 2024 15:26:03 +0000 Subject: [PATCH 2/5] [UPD] Update account_invoice_refund_link.pot --- .../i18n/account_invoice_refund_link.pot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_invoice_refund_link/i18n/account_invoice_refund_link.pot b/account_invoice_refund_link/i18n/account_invoice_refund_link.pot index 5c538c8a48e3..bcc467aff339 100644 --- a/account_invoice_refund_link/i18n/account_invoice_refund_link.pot +++ b/account_invoice_refund_link/i18n/account_invoice_refund_link.pot @@ -47,6 +47,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -66,11 +67,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" From 4791262b81f5c3a246b71563c9bbeefd0ff470af Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 29 May 2024 15:28:34 +0000 Subject: [PATCH 3/5] [BOT] post-merge updates --- README.md | 2 +- account_invoice_refund_link/README.rst | 2 +- account_invoice_refund_link/__manifest__.py | 2 +- account_invoice_refund_link/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7124d103af4d..154825672950 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_invoice_crm_tag](account_invoice_crm_tag/) | 17.0.1.0.0 | | Account Invoice CRM Tag [account_invoice_fixed_discount](account_invoice_fixed_discount/) | 17.0.1.1.0 | | Allows to apply fixed amount discounts in invoices. -[account_invoice_refund_link](account_invoice_refund_link/) | 17.0.1.0.0 | | Show links between refunds and their originator invoices. +[account_invoice_refund_link](account_invoice_refund_link/) | 17.0.1.0.1 | | Show links between refunds and their originator invoices. [account_invoice_transmit_method](account_invoice_transmit_method/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...) [account_invoice_warn_message](account_invoice_warn_message/) | 17.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated diff --git a/account_invoice_refund_link/README.rst b/account_invoice_refund_link/README.rst index 99ace72f4fb8..f6fcce6b1f82 100644 --- a/account_invoice_refund_link/README.rst +++ b/account_invoice_refund_link/README.rst @@ -7,7 +7,7 @@ Show links between refunds and their originator invoices. !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:317a5d4f3a98a46d40212d6486313089a208a11bc4f7763b545d6ef22ca6bfee + !! source digest: sha256:5d055f37667a6cc4449aec9c2cc26de10d3e618472f848eb4afad47f8747f421 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_invoice_refund_link/__manifest__.py b/account_invoice_refund_link/__manifest__.py index 20a30cf61332..b0320568b51b 100644 --- a/account_invoice_refund_link/__manifest__.py +++ b/account_invoice_refund_link/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Show links between refunds and their originator invoices.", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "development_status": "Mature", "category": "Accounting & Finance", "website": "https://github.com/OCA/account-invoicing", diff --git a/account_invoice_refund_link/static/description/index.html b/account_invoice_refund_link/static/description/index.html index b49a188fa55f..40bafdbaf857 100644 --- a/account_invoice_refund_link/static/description/index.html +++ b/account_invoice_refund_link/static/description/index.html @@ -366,7 +366,7 @@

Show links between refunds and their originator invoices.

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:317a5d4f3a98a46d40212d6486313089a208a11bc4f7763b545d6ef22ca6bfee +!! source digest: sha256:5d055f37667a6cc4449aec9c2cc26de10d3e618472f848eb4afad47f8747f421 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/account-invoicing Translate me on Weblate Try me on Runboat

This module shows the links between refunds and their original invoices From 2c8a89b034e4f9ac3d7e357d2b9cbca4db7eac9f Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 29 May 2024 15:28:47 +0000 Subject: [PATCH 4/5] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-invoicing-17.0/account-invoicing-17.0-account_invoice_refund_link Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-account_invoice_refund_link/ --- account_invoice_refund_link/i18n/ar.po | 3 +++ account_invoice_refund_link/i18n/bg.po | 3 +++ account_invoice_refund_link/i18n/bs.po | 3 +++ account_invoice_refund_link/i18n/ca.po | 3 +++ account_invoice_refund_link/i18n/cs.po | 3 +++ account_invoice_refund_link/i18n/da.po | 3 +++ account_invoice_refund_link/i18n/de.po | 3 +++ account_invoice_refund_link/i18n/el_GR.po | 3 +++ account_invoice_refund_link/i18n/en_GB.po | 3 +++ account_invoice_refund_link/i18n/es.po | 3 +++ account_invoice_refund_link/i18n/es_AR.po | 3 +++ account_invoice_refund_link/i18n/es_BO.po | 3 +++ account_invoice_refund_link/i18n/es_CL.po | 3 +++ account_invoice_refund_link/i18n/es_CO.po | 3 +++ account_invoice_refund_link/i18n/es_CR.po | 3 +++ account_invoice_refund_link/i18n/es_DO.po | 3 +++ account_invoice_refund_link/i18n/es_EC.po | 3 +++ account_invoice_refund_link/i18n/es_ES.po | 3 +++ account_invoice_refund_link/i18n/es_MX.po | 3 +++ account_invoice_refund_link/i18n/es_PE.po | 3 +++ account_invoice_refund_link/i18n/es_PY.po | 3 +++ account_invoice_refund_link/i18n/es_VE.po | 3 +++ account_invoice_refund_link/i18n/et.po | 3 +++ account_invoice_refund_link/i18n/eu.po | 3 +++ account_invoice_refund_link/i18n/eu_ES.po | 3 +++ account_invoice_refund_link/i18n/fa.po | 3 +++ account_invoice_refund_link/i18n/fi.po | 3 +++ account_invoice_refund_link/i18n/fr.po | 3 +++ account_invoice_refund_link/i18n/fr_CA.po | 3 +++ account_invoice_refund_link/i18n/fr_CH.po | 3 +++ account_invoice_refund_link/i18n/fr_FR.po | 3 +++ account_invoice_refund_link/i18n/gl.po | 3 +++ account_invoice_refund_link/i18n/he.po | 3 +++ account_invoice_refund_link/i18n/hr.po | 3 +++ account_invoice_refund_link/i18n/hr_HR.po | 3 +++ account_invoice_refund_link/i18n/hu.po | 3 +++ account_invoice_refund_link/i18n/id.po | 3 +++ account_invoice_refund_link/i18n/it.po | 3 +++ account_invoice_refund_link/i18n/ja.po | 3 +++ account_invoice_refund_link/i18n/ko.po | 3 +++ account_invoice_refund_link/i18n/lt.po | 3 +++ account_invoice_refund_link/i18n/lv.po | 3 +++ account_invoice_refund_link/i18n/mk.po | 3 +++ account_invoice_refund_link/i18n/mn.po | 3 +++ account_invoice_refund_link/i18n/nb.po | 3 +++ account_invoice_refund_link/i18n/nb_NO.po | 3 +++ account_invoice_refund_link/i18n/nl.po | 3 +++ account_invoice_refund_link/i18n/nl_BE.po | 3 +++ account_invoice_refund_link/i18n/nl_NL.po | 3 +++ account_invoice_refund_link/i18n/pl.po | 3 +++ account_invoice_refund_link/i18n/pt.po | 3 +++ account_invoice_refund_link/i18n/pt_BR.po | 3 +++ account_invoice_refund_link/i18n/pt_PT.po | 3 +++ account_invoice_refund_link/i18n/ro.po | 3 +++ account_invoice_refund_link/i18n/ru.po | 3 +++ account_invoice_refund_link/i18n/sk.po | 3 +++ account_invoice_refund_link/i18n/sk_SK.po | 3 +++ account_invoice_refund_link/i18n/sl.po | 3 +++ account_invoice_refund_link/i18n/sr.po | 3 +++ account_invoice_refund_link/i18n/sr@latin.po | 3 +++ account_invoice_refund_link/i18n/sv.po | 3 +++ account_invoice_refund_link/i18n/th.po | 3 +++ account_invoice_refund_link/i18n/tr.po | 3 +++ account_invoice_refund_link/i18n/tr_TR.po | 3 +++ account_invoice_refund_link/i18n/uk.po | 3 +++ account_invoice_refund_link/i18n/vi.po | 3 +++ account_invoice_refund_link/i18n/zh_CN.po | 3 +++ account_invoice_refund_link/i18n/zh_TW.po | 3 +++ 68 files changed, 204 insertions(+) diff --git a/account_invoice_refund_link/i18n/ar.po b/account_invoice_refund_link/i18n/ar.po index 21028cfd1da2..ee00ce764e84 100644 --- a/account_invoice_refund_link/i18n/ar.po +++ b/account_invoice_refund_link/i18n/ar.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "فاتورة" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "الإجمالي" diff --git a/account_invoice_refund_link/i18n/bg.po b/account_invoice_refund_link/i18n/bg.po index f4bd11b2b8d2..464d131629a3 100644 --- a/account_invoice_refund_link/i18n/bg.po +++ b/account_invoice_refund_link/i18n/bg.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Фактура" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Общо" diff --git a/account_invoice_refund_link/i18n/bs.po b/account_invoice_refund_link/i18n/bs.po index 6581c6955d8f..c99ccc271000 100644 --- a/account_invoice_refund_link/i18n/bs.po +++ b/account_invoice_refund_link/i18n/bs.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Ukupno" diff --git a/account_invoice_refund_link/i18n/ca.po b/account_invoice_refund_link/i18n/ca.po index 48993bbf56e1..480f3cd5b3de 100644 --- a/account_invoice_refund_link/i18n/ca.po +++ b/account_invoice_refund_link/i18n/ca.po @@ -56,6 +56,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Devolució de factures" @@ -76,11 +77,13 @@ msgid "Refunds" msgstr "Rectificacions" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estat" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/cs.po b/account_invoice_refund_link/i18n/cs.po index e597ab77dc26..36dc796ce84d 100644 --- a/account_invoice_refund_link/i18n/cs.po +++ b/account_invoice_refund_link/i18n/cs.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktura" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Celkem" diff --git a/account_invoice_refund_link/i18n/da.po b/account_invoice_refund_link/i18n/da.po index ba1f338c602d..826b6f008f6d 100644 --- a/account_invoice_refund_link/i18n/da.po +++ b/account_invoice_refund_link/i18n/da.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/de.po b/account_invoice_refund_link/i18n/de.po index c22370d8f910..013219e39d27 100644 --- a/account_invoice_refund_link/i18n/de.po +++ b/account_invoice_refund_link/i18n/de.po @@ -56,6 +56,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Gutschriften" @@ -77,11 +78,13 @@ msgid "Refunds" msgstr "Gutschriften" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Status" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/el_GR.po b/account_invoice_refund_link/i18n/el_GR.po index f5116506ddf1..47f8e1df2cb8 100644 --- a/account_invoice_refund_link/i18n/el_GR.po +++ b/account_invoice_refund_link/i18n/el_GR.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Τιμολόγιο" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Σύνολο" diff --git a/account_invoice_refund_link/i18n/en_GB.po b/account_invoice_refund_link/i18n/en_GB.po index 9eac63f9c986..028061e68071 100644 --- a/account_invoice_refund_link/i18n/en_GB.po +++ b/account_invoice_refund_link/i18n/en_GB.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Invoice" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es.po b/account_invoice_refund_link/i18n/es.po index 64897b904f12..78657ed9696f 100644 --- a/account_invoice_refund_link/i18n/es.po +++ b/account_invoice_refund_link/i18n/es.po @@ -55,6 +55,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Facturas rectificativas" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "Rectificaciones" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estado" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_AR.po b/account_invoice_refund_link/i18n/es_AR.po index b330feb79e35..aabbb1313fc4 100644 --- a/account_invoice_refund_link/i18n/es_AR.po +++ b/account_invoice_refund_link/i18n/es_AR.po @@ -56,6 +56,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Facturas de Reembolso" @@ -76,11 +77,13 @@ msgid "Refunds" msgstr "Reembolsos" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estado" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_BO.po b/account_invoice_refund_link/i18n/es_BO.po index 60189111a7fe..6f8cabf32010 100644 --- a/account_invoice_refund_link/i18n/es_BO.po +++ b/account_invoice_refund_link/i18n/es_BO.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_CL.po b/account_invoice_refund_link/i18n/es_CL.po index ec2cdb72a6bc..f0e980e30e74 100644 --- a/account_invoice_refund_link/i18n/es_CL.po +++ b/account_invoice_refund_link/i18n/es_CL.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_CO.po b/account_invoice_refund_link/i18n/es_CO.po index e33c9f474e53..9ba0c3fafe6f 100644 --- a/account_invoice_refund_link/i18n/es_CO.po +++ b/account_invoice_refund_link/i18n/es_CO.po @@ -55,6 +55,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura Compensada" @@ -76,11 +77,13 @@ msgid "Refunds" msgstr "Compensaciones" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estado" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_CR.po b/account_invoice_refund_link/i18n/es_CR.po index 671cda6bd91e..3bcfd4d3bfcc 100644 --- a/account_invoice_refund_link/i18n/es_CR.po +++ b/account_invoice_refund_link/i18n/es_CR.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_DO.po b/account_invoice_refund_link/i18n/es_DO.po index 7610dc82c916..322a60aab273 100644 --- a/account_invoice_refund_link/i18n/es_DO.po +++ b/account_invoice_refund_link/i18n/es_DO.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_EC.po b/account_invoice_refund_link/i18n/es_EC.po index 8d9c166ba29f..abb46da81c84 100644 --- a/account_invoice_refund_link/i18n/es_EC.po +++ b/account_invoice_refund_link/i18n/es_EC.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_ES.po b/account_invoice_refund_link/i18n/es_ES.po index 37cfe171678f..1a4ae82e9148 100644 --- a/account_invoice_refund_link/i18n/es_ES.po +++ b/account_invoice_refund_link/i18n/es_ES.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/es_MX.po b/account_invoice_refund_link/i18n/es_MX.po index 8b20a9abf021..7acc6e1b2422 100644 --- a/account_invoice_refund_link/i18n/es_MX.po +++ b/account_invoice_refund_link/i18n/es_MX.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_PE.po b/account_invoice_refund_link/i18n/es_PE.po index 7e08034f0519..cc36c14cae91 100644 --- a/account_invoice_refund_link/i18n/es_PE.po +++ b/account_invoice_refund_link/i18n/es_PE.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_PY.po b/account_invoice_refund_link/i18n/es_PY.po index aea6bf686d5b..db77fed4bc2f 100644 --- a/account_invoice_refund_link/i18n/es_PY.po +++ b/account_invoice_refund_link/i18n/es_PY.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/es_VE.po b/account_invoice_refund_link/i18n/es_VE.po index 4681d93b82ed..8d6bc23894eb 100644 --- a/account_invoice_refund_link/i18n/es_VE.po +++ b/account_invoice_refund_link/i18n/es_VE.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/et.po b/account_invoice_refund_link/i18n/et.po index 9b96c8b3f785..0ef44b6aa092 100644 --- a/account_invoice_refund_link/i18n/et.po +++ b/account_invoice_refund_link/i18n/et.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Arve" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Kokku" diff --git a/account_invoice_refund_link/i18n/eu.po b/account_invoice_refund_link/i18n/eu.po index 493426a14194..7b0a7a8d0100 100644 --- a/account_invoice_refund_link/i18n/eu.po +++ b/account_invoice_refund_link/i18n/eu.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/eu_ES.po b/account_invoice_refund_link/i18n/eu_ES.po index dc1a0ef2b21b..f097f74571f1 100644 --- a/account_invoice_refund_link/i18n/eu_ES.po +++ b/account_invoice_refund_link/i18n/eu_ES.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/fa.po b/account_invoice_refund_link/i18n/fa.po index b0020d2c23e7..81419261a156 100644 --- a/account_invoice_refund_link/i18n/fa.po +++ b/account_invoice_refund_link/i18n/fa.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "جمع کل" diff --git a/account_invoice_refund_link/i18n/fi.po b/account_invoice_refund_link/i18n/fi.po index 746283f2916f..2447798b2ddf 100644 --- a/account_invoice_refund_link/i18n/fi.po +++ b/account_invoice_refund_link/i18n/fi.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Lasku" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Tila" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Yhteensä" diff --git a/account_invoice_refund_link/i18n/fr.po b/account_invoice_refund_link/i18n/fr.po index 51d462889b5e..909d28ee422f 100644 --- a/account_invoice_refund_link/i18n/fr.po +++ b/account_invoice_refund_link/i18n/fr.po @@ -54,6 +54,7 @@ msgstr "Ligne de facture d'origine à laquelle se réfère cette ligne d'avoir" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Avoirs" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "Avoirs" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Statut" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/fr_CA.po b/account_invoice_refund_link/i18n/fr_CA.po index e55a9071a8dd..a724c7169140 100644 --- a/account_invoice_refund_link/i18n/fr_CA.po +++ b/account_invoice_refund_link/i18n/fr_CA.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Facture" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/fr_CH.po b/account_invoice_refund_link/i18n/fr_CH.po index 5d407063bd38..924c4c3b9f80 100644 --- a/account_invoice_refund_link/i18n/fr_CH.po +++ b/account_invoice_refund_link/i18n/fr_CH.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Facture" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/fr_FR.po b/account_invoice_refund_link/i18n/fr_FR.po index d6ed48d5ce68..a150dc2481ec 100644 --- a/account_invoice_refund_link/i18n/fr_FR.po +++ b/account_invoice_refund_link/i18n/fr_FR.po @@ -54,6 +54,7 @@ msgstr "Ligne de facture d'origine à laquelle se réfère cette ligne d'avoir" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Avoirs" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "Avoirs" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Statut" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/gl.po b/account_invoice_refund_link/i18n/gl.po index 42b6a84cdc28..ea22ce818680 100644 --- a/account_invoice_refund_link/i18n/gl.po +++ b/account_invoice_refund_link/i18n/gl.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "Rectificacións" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/he.po b/account_invoice_refund_link/i18n/he.po index 961898dbb7d0..80cdee491254 100644 --- a/account_invoice_refund_link/i18n/he.po +++ b/account_invoice_refund_link/i18n/he.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "סה\"כ" diff --git a/account_invoice_refund_link/i18n/hr.po b/account_invoice_refund_link/i18n/hr.po index a90b03b95627..e5410a6fc04c 100644 --- a/account_invoice_refund_link/i18n/hr.po +++ b/account_invoice_refund_link/i18n/hr.po @@ -54,6 +54,7 @@ msgstr "Izvorna stavka računa na koju se referira ova stavka storna" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Storno Računi" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "Storna" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Status" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Ukupno" diff --git a/account_invoice_refund_link/i18n/hr_HR.po b/account_invoice_refund_link/i18n/hr_HR.po index e8de9854f9ed..71cebf555d11 100644 --- a/account_invoice_refund_link/i18n/hr_HR.po +++ b/account_invoice_refund_link/i18n/hr_HR.po @@ -55,6 +55,7 @@ msgstr "Originalna stavka računa na koju se ova stavka referencira." #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Računi povrata" @@ -76,11 +77,13 @@ msgid "Refunds" msgstr "Povrati" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Status" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Ukupno" diff --git a/account_invoice_refund_link/i18n/hu.po b/account_invoice_refund_link/i18n/hu.po index 88b84bd21c71..cb69b18955ed 100644 --- a/account_invoice_refund_link/i18n/hu.po +++ b/account_invoice_refund_link/i18n/hu.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Számla" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Összesen" diff --git a/account_invoice_refund_link/i18n/id.po b/account_invoice_refund_link/i18n/id.po index 8eb4f3c6c4b0..d281442c2296 100644 --- a/account_invoice_refund_link/i18n/id.po +++ b/account_invoice_refund_link/i18n/id.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktur" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/it.po b/account_invoice_refund_link/i18n/it.po index b395a28a3244..a73ef4532486 100644 --- a/account_invoice_refund_link/i18n/it.po +++ b/account_invoice_refund_link/i18n/it.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Fatture rimborso" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "Rimborsi" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Stato" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Totale" diff --git a/account_invoice_refund_link/i18n/ja.po b/account_invoice_refund_link/i18n/ja.po index 6eb223189f1c..0f11d18e7948 100644 --- a/account_invoice_refund_link/i18n/ja.po +++ b/account_invoice_refund_link/i18n/ja.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "請求書" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "合計" diff --git a/account_invoice_refund_link/i18n/ko.po b/account_invoice_refund_link/i18n/ko.po index e09ea8c62555..e3e07c351d8b 100644 --- a/account_invoice_refund_link/i18n/ko.po +++ b/account_invoice_refund_link/i18n/ko.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "총계" diff --git a/account_invoice_refund_link/i18n/lt.po b/account_invoice_refund_link/i18n/lt.po index 4be20fa5afde..67f7b856af3e 100644 --- a/account_invoice_refund_link/i18n/lt.po +++ b/account_invoice_refund_link/i18n/lt.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Sąskaita faktūra" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Viso" diff --git a/account_invoice_refund_link/i18n/lv.po b/account_invoice_refund_link/i18n/lv.po index 497fa669488b..b5ad2766c4f4 100644 --- a/account_invoice_refund_link/i18n/lv.po +++ b/account_invoice_refund_link/i18n/lv.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Summa" diff --git a/account_invoice_refund_link/i18n/mk.po b/account_invoice_refund_link/i18n/mk.po index 40b4e4cfb814..5157201af9f1 100644 --- a/account_invoice_refund_link/i18n/mk.po +++ b/account_invoice_refund_link/i18n/mk.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Фактура" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Вкупно" diff --git a/account_invoice_refund_link/i18n/mn.po b/account_invoice_refund_link/i18n/mn.po index 443b11b3a0f3..bf4eee0a6661 100644 --- a/account_invoice_refund_link/i18n/mn.po +++ b/account_invoice_refund_link/i18n/mn.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Нэхэмжлэл" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Дүн" diff --git a/account_invoice_refund_link/i18n/nb.po b/account_invoice_refund_link/i18n/nb.po index 9c85aa02fdd7..2ee848287d27 100644 --- a/account_invoice_refund_link/i18n/nb.po +++ b/account_invoice_refund_link/i18n/nb.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/nb_NO.po b/account_invoice_refund_link/i18n/nb_NO.po index d904882d2932..febbc5056935 100644 --- a/account_invoice_refund_link/i18n/nb_NO.po +++ b/account_invoice_refund_link/i18n/nb_NO.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Innmelding" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/nl.po b/account_invoice_refund_link/i18n/nl.po index e024843f696d..92b523bc1b04 100644 --- a/account_invoice_refund_link/i18n/nl.po +++ b/account_invoice_refund_link/i18n/nl.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factuur" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Totaal" diff --git a/account_invoice_refund_link/i18n/nl_BE.po b/account_invoice_refund_link/i18n/nl_BE.po index 2f07f7760937..c3a4c637d751 100644 --- a/account_invoice_refund_link/i18n/nl_BE.po +++ b/account_invoice_refund_link/i18n/nl_BE.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factuur" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Totaal" diff --git a/account_invoice_refund_link/i18n/nl_NL.po b/account_invoice_refund_link/i18n/nl_NL.po index 21f91879d4fc..6e59f258f5e3 100644 --- a/account_invoice_refund_link/i18n/nl_NL.po +++ b/account_invoice_refund_link/i18n/nl_NL.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Creditfacturen" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Totaal" diff --git a/account_invoice_refund_link/i18n/pl.po b/account_invoice_refund_link/i18n/pl.po index f44ee70b9908..7a19459273e1 100644 --- a/account_invoice_refund_link/i18n/pl.po +++ b/account_invoice_refund_link/i18n/pl.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktura" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Suma" diff --git a/account_invoice_refund_link/i18n/pt.po b/account_invoice_refund_link/i18n/pt.po index b9705760413e..5dfa3041539c 100644 --- a/account_invoice_refund_link/i18n/pt.po +++ b/account_invoice_refund_link/i18n/pt.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Notas de Crédito" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "Créditos" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estado" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/pt_BR.po b/account_invoice_refund_link/i18n/pt_BR.po index e5a91a5033ba..8406499532c1 100644 --- a/account_invoice_refund_link/i18n/pt_BR.po +++ b/account_invoice_refund_link/i18n/pt_BR.po @@ -55,6 +55,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Reembolsar Faturas" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "Reembolso" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Status" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/pt_PT.po b/account_invoice_refund_link/i18n/pt_PT.po index f5422731e012..cd22080cf03d 100644 --- a/account_invoice_refund_link/i18n/pt_PT.po +++ b/account_invoice_refund_link/i18n/pt_PT.po @@ -54,6 +54,7 @@ msgstr "Linha da fatura à qual se refere esta linha de nota de crédito" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "Notas de Crédito" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "Notas de Crédito" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Estado" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/ro.po b/account_invoice_refund_link/i18n/ro.po index 8ab060ffcd15..76d7860e6f27 100644 --- a/account_invoice_refund_link/i18n/ro.po +++ b/account_invoice_refund_link/i18n/ro.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Factura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Total" diff --git a/account_invoice_refund_link/i18n/ru.po b/account_invoice_refund_link/i18n/ru.po index 276957f71e76..a2f003211776 100644 --- a/account_invoice_refund_link/i18n/ru.po +++ b/account_invoice_refund_link/i18n/ru.po @@ -55,6 +55,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Счет" @@ -76,11 +77,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Всего" diff --git a/account_invoice_refund_link/i18n/sk.po b/account_invoice_refund_link/i18n/sk.po index 163eb4a18dc0..40c49a42a451 100644 --- a/account_invoice_refund_link/i18n/sk.po +++ b/account_invoice_refund_link/i18n/sk.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Celkom" diff --git a/account_invoice_refund_link/i18n/sk_SK.po b/account_invoice_refund_link/i18n/sk_SK.po index f5a7f4e0f672..987ae3b55198 100644 --- a/account_invoice_refund_link/i18n/sk_SK.po +++ b/account_invoice_refund_link/i18n/sk_SK.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktúra" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/sl.po b/account_invoice_refund_link/i18n/sl.po index 82303ac95033..6ef0514759fd 100644 --- a/account_invoice_refund_link/i18n/sl.po +++ b/account_invoice_refund_link/i18n/sl.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Račun" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "Dobropisi" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Status" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Skupaj" diff --git a/account_invoice_refund_link/i18n/sr.po b/account_invoice_refund_link/i18n/sr.po index 98fab7943c66..9535e8fd5e3d 100644 --- a/account_invoice_refund_link/i18n/sr.po +++ b/account_invoice_refund_link/i18n/sr.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Ukupno" diff --git a/account_invoice_refund_link/i18n/sr@latin.po b/account_invoice_refund_link/i18n/sr@latin.po index 5946f19f785d..34237eafae3c 100644 --- a/account_invoice_refund_link/i18n/sr@latin.po +++ b/account_invoice_refund_link/i18n/sr@latin.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -73,11 +74,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Ukupno" diff --git a/account_invoice_refund_link/i18n/sv.po b/account_invoice_refund_link/i18n/sv.po index 894a10dad91e..704d2aa54543 100644 --- a/account_invoice_refund_link/i18n/sv.po +++ b/account_invoice_refund_link/i18n/sv.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Faktura" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Totalt" diff --git a/account_invoice_refund_link/i18n/th.po b/account_invoice_refund_link/i18n/th.po index 089626ac0efe..612f3690627f 100644 --- a/account_invoice_refund_link/i18n/th.po +++ b/account_invoice_refund_link/i18n/th.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "ใบแจ้งหนี้" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "รวม" diff --git a/account_invoice_refund_link/i18n/tr.po b/account_invoice_refund_link/i18n/tr.po index c12c7a1ca8eb..e0180bd3a663 100644 --- a/account_invoice_refund_link/i18n/tr.po +++ b/account_invoice_refund_link/i18n/tr.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Fatura" @@ -74,11 +75,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Toplam" diff --git a/account_invoice_refund_link/i18n/tr_TR.po b/account_invoice_refund_link/i18n/tr_TR.po index 49dc4812a6d1..95fc3eaebf5f 100644 --- a/account_invoice_refund_link/i18n/tr_TR.po +++ b/account_invoice_refund_link/i18n/tr_TR.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "Fatura" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "Durum" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "" diff --git a/account_invoice_refund_link/i18n/uk.po b/account_invoice_refund_link/i18n/uk.po index 3b46bd51a20c..88c63c7b370f 100644 --- a/account_invoice_refund_link/i18n/uk.po +++ b/account_invoice_refund_link/i18n/uk.po @@ -53,6 +53,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -72,11 +73,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Всього" diff --git a/account_invoice_refund_link/i18n/vi.po b/account_invoice_refund_link/i18n/vi.po index bddadffaaacd..c6cea0eff8c8 100644 --- a/account_invoice_refund_link/i18n/vi.po +++ b/account_invoice_refund_link/i18n/vi.po @@ -52,6 +52,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view msgid "Refund Invoices" msgstr "" @@ -71,11 +72,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "Tổng" diff --git a/account_invoice_refund_link/i18n/zh_CN.po b/account_invoice_refund_link/i18n/zh_CN.po index 03bedd4966e1..679b8d04f53a 100644 --- a/account_invoice_refund_link/i18n/zh_CN.po +++ b/account_invoice_refund_link/i18n/zh_CN.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "发票" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "状态" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "总计" diff --git a/account_invoice_refund_link/i18n/zh_TW.po b/account_invoice_refund_link/i18n/zh_TW.po index d600dfc24e52..f6474b991201 100644 --- a/account_invoice_refund_link/i18n/zh_TW.po +++ b/account_invoice_refund_link/i18n/zh_TW.po @@ -54,6 +54,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #, fuzzy msgid "Refund Invoices" msgstr "發票" @@ -75,11 +76,13 @@ msgid "Refunds" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" msgstr "" #. module: account_invoice_refund_link +#: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Total" msgstr "總計" From 0186fa7af0dbca368d22e8b12dd2e910feccefe5 Mon Sep 17 00:00:00 2001 From: jakobkrabbe Date: Wed, 5 Jun 2024 08:36:53 +0000 Subject: [PATCH 5/5] Translated using Weblate (Swedish) Currently translated at 100.0% (12 of 12 strings) Translation: account-invoicing-17.0/account-invoicing-17.0-account_invoice_refund_link Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-account_invoice_refund_link/sv/ --- account_invoice_refund_link/i18n/sv.po | 31 +++++++++++++------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/account_invoice_refund_link/i18n/sv.po b/account_invoice_refund_link/i18n/sv.po index 704d2aa54543..80192b943207 100644 --- a/account_invoice_refund_link/i18n/sv.po +++ b/account_invoice_refund_link/i18n/sv.po @@ -9,76 +9,75 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-11 02:41+0000\n" -"PO-Revision-Date: 2018-04-11 02:41+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"PO-Revision-Date: 2024-06-05 11:35+0000\n" +"Last-Translator: jakobkrabbe \n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. module: account_invoice_refund_link #: model:ir.model,name:account_invoice_refund_link.model_account_move_reversal msgid "Account Move Reversal" -msgstr "" +msgstr "Återföring av kontoflytt" #. module: account_invoice_refund_link #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form -#, fuzzy msgid "Invoice reference" -msgstr "Fakturarad" +msgstr "Fakturareferens" #. module: account_invoice_refund_link #: model:ir.model,name:account_invoice_refund_link.model_account_move msgid "Journal Entry" -msgstr "" +msgstr "Verifikat" #. module: account_invoice_refund_link #: model:ir.model,name:account_invoice_refund_link.model_account_move_line msgid "Journal Item" -msgstr "" +msgstr "Verifikat" #. module: account_invoice_refund_link #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move_line__origin_line_id msgid "Original invoice line" -msgstr "" +msgstr "Ursprunglig fakturarad" #. module: account_invoice_refund_link #: model:ir.model.fields,help:account_invoice_refund_link.field_account_move_line__origin_line_id msgid "Original invoice line to which this refund invoice line is referred to" msgstr "" +"Ursprunglig fakturarad som denna återbetalningsfakturarad refererar till" #. module: account_invoice_refund_link #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_bank_statement_line__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move__refund_invoice_ids #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_payment__refund_invoice_ids #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view -#, fuzzy msgid "Refund Invoices" -msgstr "Faktura" +msgstr "Återbetalningsfakturor" #. module: account_invoice_refund_link #: model:ir.model.fields,field_description:account_invoice_refund_link.field_account_move_line__refund_line_ids -#, fuzzy msgid "Refund invoice lines" -msgstr "Fakturarad" +msgstr "Återbetalningsfakturorsrader" #. module: account_invoice_refund_link #: model:ir.model.fields,help:account_invoice_refund_link.field_account_move_line__refund_line_ids msgid "Refund invoice lines created from this invoice line" -msgstr "" +msgstr "Återbetala fakturarader som skapats från denna fakturarad" #. module: account_invoice_refund_link #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Refunds" -msgstr "" +msgstr "Återbetalning" #. module: account_invoice_refund_link #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.view_customer_account_invoice_add_refunds_details_form msgid "Status" -msgstr "" +msgstr "Status" #. module: account_invoice_refund_link #: model_terms:ir.ui.view,arch_db:account_invoice_refund_link.account_invoice_refund_form_view