mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[OU] account_banking_mandate: Transfer mandate in invoices
account_banking_mandate 13.0.1.1.2
This commit is contained in:
committed by
David Ramia
parent
7998bcb623
commit
3db70e213b
@@ -7,7 +7,7 @@
|
||||
{
|
||||
"name": "Account Banking Mandate",
|
||||
"summary": "Banking mandates",
|
||||
"version": "13.0.1.1.1",
|
||||
"version": "13.0.1.1.2",
|
||||
"license": "AGPL-3",
|
||||
"author": "Compassion CH, "
|
||||
"Tecnativa, "
|
||||
|
||||
@@ -9,14 +9,15 @@ msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-09 14:56+0000\n"
|
||||
"PO-Revision-Date: 2018-03-09 14:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"PO-Revision-Date: 2020-12-13 03:55+0000\n"
|
||||
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: account_banking_mandate
|
||||
#: model_terms:ir.actions.act_window,help:account_banking_mandate.mandate_action
|
||||
@@ -41,7 +42,7 @@ msgstr "Een generiek bank mandaat"
|
||||
#. module: account_banking_mandate
|
||||
#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
msgstr "Actie vereist"
|
||||
|
||||
#. module: account_banking_mandate
|
||||
#: model:ir.model.fields,help:account_banking_mandate.field_account_move__mandate_required
|
||||
|
||||
@@ -9,3 +9,11 @@ def migrate(env, version):
|
||||
openupgrade.load_data(
|
||||
env.cr, "account_banking_mandate", "migrations/13.0.1.0.0/noupdate_changes.xml"
|
||||
)
|
||||
openupgrade.logged_query(
|
||||
env.cr,
|
||||
"""
|
||||
UPDATE account_move am
|
||||
SET mandate_id = ai.mandate_id
|
||||
FROM account_invoice ai
|
||||
WHERE ai.id = am.old_invoice_id""",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user