From c6071eaec0481332b01fd3789a90753a0707d410 Mon Sep 17 00:00:00 2001 From: Don Kendall Date: Thu, 28 May 2026 18:05:51 -0400 Subject: [PATCH] [MIG] account_*: analysis annotations for simple submodules - account_check_printing: noupdate records reloaded in post-migration. - account_debit_note, account_edi_proxy_client, account_peppol_advanced_fields: annotation-only, nothing to do. --- docsource/modules180-190.rst | 8 ++++---- .../19.0.1.0/post-migration.py | 8 ++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 7 +++++++ .../19.0.1.0/upgrade_analysis_work.txt | 7 +++++++ .../19.0.1.0/upgrade_analysis_work.txt | 8 ++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 16 ++++++++++++++++ 6 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 openupgrade_scripts/scripts/account_check_printing/19.0.1.0/post-migration.py create mode 100644 openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index e7f797ce0766..df36b1171d65 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -8,13 +8,13 @@ Module coverage 18.0 -> 19.0 +===================================================+======================+=================================================+ | account |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| account_check_printing | | | +| account_check_printing |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| account_debit_note | | | +| account_debit_note |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | account_edi | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| account_edi_proxy_client | | | +| account_edi_proxy_client |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | account_edi_ubl_cii | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -26,7 +26,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | account_peppol | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| |new| account_peppol_advanced_fields | | | +| |new| account_peppol_advanced_fields |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | account_qr_code_emv | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/post-migration.py b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/post-migration.py new file mode 100644 index 000000000000..63e1cd1f3ae2 --- /dev/null +++ b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/post-migration.py @@ -0,0 +1,8 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data( + env, "account_check_printing", "19.0.1.0/noupdate_changes.xml" + ) diff --git a/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..5b0a20a2ef5a --- /dev/null +++ b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'account_check_printing'--- +---Fields in module 'account_check_printing'--- +account_check_printing / account.payment / check_layout_available (boolean): NEW hasdefault: default, stored: False + +# NOTHING TO DO + +---XML records in module 'account_check_printing'--- diff --git a/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..cec1beba265c --- /dev/null +++ b/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'account_debit_note'--- +---Fields in module 'account_debit_note'--- + +---XML records in module 'account_debit_note'--- +DEL ir.actions.server: account_debit_note.action_move_debit_note + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..6e0af6912e41 --- /dev/null +++ b/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,8 @@ +---Models in module 'account_edi_proxy_client'--- +---Fields in module 'account_edi_proxy_client'--- +account_edi_proxy_client / account_edi_proxy_client.user / is_token_out_of_sync (boolean): NEW +account_edi_proxy_client / account_edi_proxy_client.user / token_sync_version (integer) : NEW + +# NOTHING TO DO + +---XML records in module 'account_edi_proxy_client'--- diff --git a/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..515979b8dc0e --- /dev/null +++ b/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,16 @@ +---Models in module 'account_peppol_advanced_fields'--- +---Fields in module 'account_peppol_advanced_fields'--- +account_peppol_advanced_fields / account.move / peppol_accounting_cost (char) : NEW +account_peppol_advanced_fields / account.move / peppol_additional_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_contract_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_delivery_location_id (char): NEW +account_peppol_advanced_fields / account.move / peppol_despatch_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_originator_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_project_reference (char): NEW + +# NOTHING TO DO + +---XML records in module 'account_peppol_advanced_fields'--- +NEW ir.ui.view: account_peppol_advanced_fields.view_move_form_inherit_peppol + +# NOTHING TO DO