Skip to content

Commit

Permalink
Merge pull request #2742 from ForgeFlow/14.0-mig-payment
Browse files Browse the repository at this point in the history
[14.0][OU-ADD] payment
  • Loading branch information
pedrobaeza authored Dec 11, 2021
2 parents c46adfd + 382dce1 commit 2398e0d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules130-140.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Module coverage 13.0 -> 14.0
+--------------------------------------------+-------------------------------------------------+
| |del| partner_autocomplete_address_extended| Merged into base_address_extended |
+--------------------------------------------+-------------------------------------------------+
|payment | |
|payment | Done |
+--------------------------------------------+-------------------------------------------------+
|payment_adyen | |
+--------------------------------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2021 ForgeFlow S.L. <https://www.forgeflow.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "payment", "14.0.1.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---Models in module 'payment'---
---Fields in module 'payment'---
---XML records in module 'payment'---
NEW ir.model.access: payment.access_payment_acquirer_onboarding_wizard
NEW ir.model.access: payment.access_payment_link_wizard
# NOTHING TO DO: noupdate = "0" records

NEW ir.rule: payment.payment_token_salesman_rule (noupdate)
NEW ir.rule: payment.payment_transaction_billing_rule (noupdate)
NEW payment.acquirer: payment.payment_acquirer_odoo_by_adyen (noupdate)
# NOTHING TO DO

DEL ir.ui.view: payment.account_invoice_payment_acquirer_onboarding
# NOTHING TO DO: noupdate = "0" record

0 comments on commit 2398e0d

Please sign in to comment.