diff --git a/docsource/modules170-180.rst b/docsource/modules170-180.rst index 1e2e357b90bf..59fa886eb1fb 100644 --- a/docsource/modules170-180.rst +++ b/docsource/modules170-180.rst @@ -10,7 +10,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| account_audit_trail | Done |Merged into account. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| account_check_printing | | | +| account_check_printing |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | account_debit_note | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/account_check_printing/18.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/account_check_printing/18.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..79758ecc0dae --- /dev/null +++ b/openupgrade_scripts/scripts/account_check_printing/18.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,15 @@ +---Models in module 'account_check_printing'--- +---Fields in module 'account_check_printing'--- +account_check_printing / account.journal / bank_check_printing_layout (selection): NEW selection_keys: function +# NOTHING TO DO: New feature added in https://github.com/odoo/odoo/pull/162453 +# If the field is empty, it is taken from the company (current behavior). + +account_check_printing / account.move / preferred_payment_method_id (many2one): DEL relation: account.payment.method +account_check_printing / res.partner / property_payment_method_id (many2one): DEL relation: account.payment.method, stored: False +# NOTHING TO DO: Feature moved to the account module in https://github.com/odoo/odoo/pull/174537 +# Handled in the migration script of the account module in https://github.com/OCA/OpenUpgrade/pull/4931 + +---XML records in module 'account_check_printing'--- +DEL ir.ui.view: account_check_printing.view_account_invoice_filter +DEL ir.ui.view: account_check_printing.view_partner_property_form +# NOTHING TO DO: Feature moved to the account module in https://github.com/odoo/odoo/pull/174537