Skip to content

Commit

Permalink
Merge PR #4771 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by MiquelRForgeFlow
  • Loading branch information
OCA-git-bot committed Feb 27, 2025
2 parents c165612 + ec84980 commit 6b1e035
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| account_debit_note | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| account_edi | | |
| account_edi | Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| account_edi_proxy_client | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2025 Tecnativa - Carlos Lopez
# 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, "account_edi", "17.0.1.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---Models in module 'account_edi'---
---Fields in module 'account_edi'---
---XML records in module 'account_edi'---
DEL ir.actions.act_window: account_edi.action_open_payment_edi_documents
# NOTHING TO DO
DEL ir.ui.view: account_edi.view_payment_form_inherit
# NOTHING TO DO

0 comments on commit 6b1e035

Please sign in to comment.