diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index fd4b86e2175e..09fa2ec97008 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -308,7 +308,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_ci | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_cl | | | +| l10n_cl | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_cm | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -350,7 +350,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_dz | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_ec | | | +| l10n_ec | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| l10n_ec_sale | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -448,7 +448,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_in | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_in_edi | | | +| l10n_in_edi | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| l10n_in_edi_ewaybill | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -462,7 +462,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| l10n_in_gstin_status | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_in_hr_holidays | | | +| l10n_in_hr_holidays | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_in_pos | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -554,7 +554,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_mu_account | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_mx | | | +| l10n_mx | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| l10n_mx_hr | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/post-migration.py b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/post-migration.py new file mode 100644 index 000000000000..1379d17b9e17 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/post-migration.py @@ -0,0 +1,6 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "l10n_cl", "19.0.3.1/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..445a4572d774 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis_work.txt @@ -0,0 +1,23 @@ +---Models in module 'l10n_cl'--- +---Fields in module 'l10n_cl'--- +---XML records in module 'l10n_cl'--- +DEL uom.category: l10n_cl.uom_categ_energy (noupdate) +DEL uom.category: l10n_cl.uom_categ_others (noupdate) +DEL uom.uom: l10n_cl.product_uom_bar (noupdate) +DEL uom.uom: l10n_cl.product_uom_carton (noupdate) +DEL uom.uom: l10n_cl.product_uom_hl (noupdate) +DEL uom.uom: l10n_cl.product_uom_knfc (noupdate) +DEL uom.uom: l10n_cl.product_uom_kwh (noupdate) +DEL uom.uom: l10n_cl.product_uom_mcub (noupdate) +DEL uom.uom: l10n_cl.product_uom_mkwh (noupdate) +DEL uom.uom: l10n_cl.product_uom_mm (noupdate) +DEL uom.uom: l10n_cl.product_uom_mt2 (noupdate) +DEL uom.uom: l10n_cl.product_uom_par (noupdate) +DEL uom.uom: l10n_cl.product_uom_qmb (noupdate) +DEL uom.uom: l10n_cl.product_uom_qnt (noupdate) +DEL uom.uom: l10n_cl.product_uom_sum (noupdate) +DEL uom.uom: l10n_cl.product_uom_sum_99 (noupdate) +DEL uom.uom: l10n_cl.product_uom_tmb (noupdate) +DEL uom.uom: l10n_cl.product_uom_tmn (noupdate) +DEL uom.uom: l10n_cl.product_uom_u (noupdate) +# NOTHING TO DO — deleted noupdate UoM records; orphaned only if referenced, residuals handled by database_cleanup. diff --git a/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis_work.txt new file mode 100644 index 000000000000..4b0bb207d853 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis_work.txt @@ -0,0 +1,13 @@ +---Models in module 'l10n_ec'--- +---Fields in module 'l10n_ec'--- +l10n_ec / l10n_ec.sri.payment / _order : _order is now 'sequence, id' ('id') +l10n_ec / l10n_ec.sri.payment / sequence (integer) : NEW hasdefault: default +# NOTHING TO DO: new sequence field (ORM default) + _order change, no migration +---XML records in module 'l10n_ec'--- +NEW account.report: l10n_ec.tax_report_105 +NEW account.report.column: l10n_ec.tax_report_105_balance +NEW account.report.expression: l10n_ec.tax_report_line_105_319_tag +NEW account.report.expression: l10n_ec.tax_report_line_105_320_tag +NEW account.report.line: l10n_ec.tax_report_line_105_319 +NEW account.report.line: l10n_ec.tax_report_line_105_320 +# NOTHING TO DO: all NEW records diff --git a/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis_work.txt new file mode 100644 index 000000000000..71b1fd179e46 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis_work.txt @@ -0,0 +1,19 @@ +---Models in module 'l10n_in_edi'--- +new model l10n_in_edi.cancel [transient] +# NOTHING TO DO: new transient (wizard) model, no data to migrate + +---Fields in module 'l10n_in_edi'--- +l10n_in_edi / account.move / l10n_in_edi_attachment_file (binary): NEW attachment: True +l10n_in_edi / account.move / l10n_in_edi_error (html) : NEW +l10n_in_edi / account.move / l10n_in_edi_status (selection): NEW selection_keys: ['cancelled', 'sent', 'to_send'] +l10n_in_edi / res.company / l10n_in_edi_feature (boolean) : NEW +# NOTHING TO DO: all NEW fields, populated on use; no defaults to backfill + +---XML records in module 'l10n_in_edi'--- +DEL account.edi.format: l10n_in_edi.edi_in_einvoice_json_1_03 +NEW ir.model.access: l10n_in_edi.access_l10n_in_edi_cancel +NEW ir.ui.view: l10n_in_edi.l10n_in_edi_inherit_account_move_search_view +NEW ir.ui.view: l10n_in_edi.view_ewaybill_cancel_form +NEW ir.ui.view: l10n_in_edi.view_out_credit_note_tree_inherit_l10n_in_edi +NEW ir.ui.view: l10n_in_edi.view_out_invoice_tree_inherit_l10n_in_edi +# NOTHING TO DO: NEW views/access loaded on update; DEL account.edi.format orphan handled by database_cleanup diff --git a/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..b487902f3f5e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,18 @@ +---Models in module 'l10n_in_hr_holidays'--- +new model l10n.in.hr.leave.optional.holiday +# NOTHING TO DO: new model, ORM creates it on update +---Fields in module 'l10n_in_hr_holidays'--- +l10n_in_hr_holidays / hr.leave.type / l10n_in_is_limited_to_optional_days (boolean): NEW +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / company_id (many2one) : NEW relation: res.company, required, hasdefault: default +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / date (date) : NEW required +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / name (char) : NEW required +# NOTHING TO DO: all NEW fields, ORM creates them on update +---XML records in module 'l10n_in_hr_holidays'--- +NEW ir.actions.act_window: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_action +NEW ir.model.access: l10n_in_hr_holidays.access_l10n_in_hr_leave_optional_holiday_manager +NEW ir.model.access: l10n_in_hr_holidays.access_l10n_in_hr_leave_optional_holiday_user +NEW ir.rule: l10n_in_hr_holidays.hr_leave_optional_holiday_rule_multi_company +NEW ir.ui.menu: l10n_in_hr_holidays.l10n_in_menu_optional_holiday_configuration +NEW ir.ui.view: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_view_list +NEW ir.ui.view: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_view_search +# NOTHING TO DO: all NEW records, loaded on module update diff --git a/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/post-migration.py b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/post-migration.py new file mode 100644 index 000000000000..b96ec5f25035 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/post-migration.py @@ -0,0 +1,6 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "l10n_mx", "19.0.2.3/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis_work.txt new file mode 100644 index 000000000000..dc564860f07a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis_work.txt @@ -0,0 +1,11 @@ +---Models in module 'l10n_mx'--- +---Fields in module 'l10n_mx'--- +l10n_mx / res.company / l10n_mx_income_re_invoicing_account_id (many2one): NEW relation: account.account +l10n_mx / res.company / l10n_mx_income_return_discount_account_id (many2one): NEW relation: account.account +# NOTHING TO DO: new optional m2o fields, ORM adds the columns +---XML records in module 'l10n_mx'--- +NEW ir.ui.view: l10n_mx.res_config_settings_view_form +NEW ir.ui.view: l10n_mx.view_res_partner_bank_inherit_l10n_mx_edi_bank +DEL ir.ui.view: l10n_mx.view_res_partner_inherit_l10n_mx_edi_bank +DEL uom.category: l10n_mx.product_uom_categ_service (noupdate) +# DONE: noupdate_changes.xml force-updates the framework uom.uom records (relative_factor) via load_data