Skip to content

Commit

Permalink
[MIG] account_edi: done
Browse files Browse the repository at this point in the history
  • Loading branch information
royle-vietnam committed May 18, 2024
1 parent 7f165f1 commit 7f2de62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
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 2024 Viindoo Technology Joint Stock Company (Viindoo)
# 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
Expand Up @@ -2,6 +2,4 @@
---Fields in module 'account_edi'---
---XML records in module 'account_edi'---
DEL ir.actions.act_window: account_edi.action_open_payment_edi_documents
DEL ir.model.constraint: account_edi.constraint_account_edi_document_unique_edi_document_by_move_by_format
DEL ir.model.constraint: account_edi.constraint_account_edi_format_unique_code
DEL ir.ui.view: account_edi.view_payment_form_inherit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---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
DEL ir.ui.view: account_edi.view_payment_form_inherit
# NOTHING TO DO

0 comments on commit 7f2de62

Please sign in to comment.