diff --git a/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis.txt index d6b3afec52f0..c73a1bb4c7b7 100644 --- a/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis.txt @@ -22,57 +22,55 @@ account / account.fiscal.position / note (text) : type i account / account.journal / at_least_one_inbound (boolean): DEL account / account.journal / at_least_one_outbound (boolean): DEL account / account.journal / inbound_payment_method_ids (many2many): DEL relation: account.payment.method -account / account.journal / inbound_payment_method_line_ids (one2many): NEW relation: account.payment.method.line, isfunction: function, stored +account / account.journal / inbound_payment_method_line_ids (one2many): NEW relation: account.payment.method.line, hasdefault: compute account / account.journal / outbound_payment_method_ids (many2many): DEL relation: account.payment.method -account / account.journal / outbound_payment_method_line_ids (one2many): NEW relation: account.payment.method.line, isfunction: function, stored +account / account.journal / outbound_payment_method_line_ids (one2many): NEW relation: account.payment.method.line, hasdefault: compute account / account.journal / payment_credit_account_id (many2one): DEL relation: account.account account / account.journal / payment_debit_account_id (many2one): DEL relation: account.account account / account.move / always_tax_exigible (boolean) : NEW isfunction: function, stored account / account.move / amount_total_in_currency_signed (float): NEW isfunction: function, stored -account / account.move / narration (text) : now a function account / account.move / narration (text) : type is now 'html' ('text') -account / account.move / partner_bank_id (many2one) : not a function anymore account / account.move / tax_cash_basis_created_move_ids (one2many): NEW relation: account.move account / account.move / tax_cash_basis_move_id (many2one): DEL relation: account.move account / account.move / tax_cash_basis_origin_move_id (many2one): NEW relation: account.move +account / account.move / tax_totals_json (char) : NEW hasdefault: compute account / account.move.line / group_tax_id (many2one) : NEW relation: account.tax account / account.move.line / tax_exigible (boolean) : DEL -account / account.move.line / tax_tag_invert (boolean) : NEW isfunction: function, stored +account / account.move.line / tax_tag_invert (boolean) : NEW hasdefault: compute account / account.payment / destination_journal_id (many2one): NEW relation: account.journal account / account.payment / narration (text) : type is now 'html' ('text') account / account.payment / outstanding_account_id (many2one): NEW relation: account.account, isfunction: function, stored account / account.payment / paired_internal_transfer_payment_id (many2one): NEW relation: account.payment -account / account.payment / payment_method_id (many2one) : not a function anymore account / account.payment / payment_method_id (many2one) : now related -account / account.payment / payment_method_line_id (many2one): NEW relation: account.payment.method.line, isfunction: function, stored +account / account.payment / payment_method_line_id (many2one): NEW relation: account.payment.method.line, hasdefault: compute account / account.payment.method / _order : _order is now 'id' ('sequence') account / account.payment.method / sequence (integer) : DEL account / account.payment.method.line / journal_id (many2one) : NEW relation: account.journal -account / account.payment.method.line / name (char) : NEW isfunction: function, stored +account / account.payment.method.line / name (char) : NEW hasdefault: compute account / account.payment.method.line / payment_account_id (many2one) : NEW relation: account.account account / account.payment.method.line / payment_method_id (many2one) : NEW relation: account.payment.method, required -account / account.payment.method.line / sequence (integer) : NEW hasdefault +account / account.payment.method.line / sequence (integer) : NEW hasdefault: default account / account.payment.term / note (text) : type is now 'html' ('text') -account / account.reconcile.model / allow_payment_tolerance (boolean): NEW hasdefault +account / account.reconcile.model / allow_payment_tolerance (boolean): NEW hasdefault: default account / account.reconcile.model / match_total_amount (boolean) : DEL account / account.reconcile.model / match_total_amount_param (float): DEL account / account.reconcile.model / message_follower_ids (one2many): NEW relation: mail.followers account / account.reconcile.model / message_ids (one2many) : NEW relation: mail.message account / account.reconcile.model / message_main_attachment_id (many2one): NEW relation: ir.attachment -account / account.reconcile.model / payment_tolerance_param (float): NEW isfunction: function, stored -account / account.reconcile.model / payment_tolerance_type (selection): NEW required, selection_keys: ['fixed_amount', 'percentage'], req_default: function, hasdefault +account / account.reconcile.model / payment_tolerance_param (float): NEW hasdefault: compute +account / account.reconcile.model / payment_tolerance_type (selection): NEW required, selection_keys: ['fixed_amount', 'percentage'], hasdefault: default account / account.reconcile.model / website_message_ids (one2many): NEW relation: mail.message account / account.reconcile.model.line / amount_type (selection) : selection_keys is now '['fixed', 'percentage', 'percentage_st_line', 'regex']' ('['fixed', 'percentage', 'regex']') -account / account.reconcile.model.template / allow_payment_tolerance (boolean): NEW hasdefault +account / account.reconcile.model.template / allow_payment_tolerance (boolean): NEW hasdefault: default account / account.reconcile.model.template / match_total_amount (boolean) : DEL account / account.reconcile.model.template / match_total_amount_param (float): DEL -account / account.reconcile.model.template / payment_tolerance_param (float): NEW hasdefault -account / account.reconcile.model.template / payment_tolerance_type (selection): NEW required, selection_keys: ['fixed_amount', 'percentage'], req_default: function, hasdefault +account / account.reconcile.model.template / payment_tolerance_param (float): NEW hasdefault: default +account / account.reconcile.model.template / payment_tolerance_type (selection): NEW required, selection_keys: ['fixed_amount', 'percentage'], hasdefault: default account / account.tax / country_id (many2one) : NEW relation: res.country, required -account / account.tax / is_base_affected (boolean) : NEW hasdefault -account / account.tax.carryover.line / amount (float) : NEW required, req_default: function, hasdefault -account / account.tax.carryover.line / company_id (many2one) : NEW relation: res.company, required, req_default: function, hasdefault -account / account.tax.carryover.line / date (date) : NEW required, req_default: function, hasdefault +account / account.tax / is_base_affected (boolean) : NEW hasdefault: default +account / account.tax.carryover.line / amount (float) : NEW required, hasdefault: default +account / account.tax.carryover.line / company_id (many2one) : NEW relation: res.company, required, hasdefault: default +account / account.tax.carryover.line / date (date) : NEW required, hasdefault: default account / account.tax.carryover.line / foreign_vat_fiscal_position_id (many2one): NEW relation: account.fiscal.position account / account.tax.carryover.line / name (char) : NEW required account / account.tax.carryover.line / tax_report_line_id (many2one) : NEW relation: account.tax.report.line @@ -81,18 +79,18 @@ account / account.tax.group / preceding_subtotal (char) : NEW account / account.tax.report.line / carry_over_condition_method (selection): NEW selection_keys: ['always_carry_over_and_set_to_0', 'no_negative_amount_carry_over_condition'] account / account.tax.report.line / carry_over_destination_line_id (many2one): NEW relation: account.tax.report.line account / account.tax.report.line / carryover_line_ids (one2many) : NEW relation: account.tax.carryover.line -account / account.tax.report.line / is_carryover_persistent (boolean): NEW hasdefault +account / account.tax.report.line / is_carryover_persistent (boolean): NEW hasdefault: default account / account.tax.report.line / is_carryover_used_in_balance (boolean): NEW -account / account.tax.template / is_base_affected (boolean) : NEW hasdefault +account / account.tax.template / is_base_affected (boolean) : NEW hasdefault: default account / product.template / account_tag_ids (many2many) : NEW relation: account.account.tag -account / res.company / account_fiscal_country_id (many2one): NEW relation: res.country, isfunction: function, stored +account / res.company / account_fiscal_country_id (many2one): NEW relation: res.country, hasdefault: compute account / res.company / account_journal_payment_credit_account_id (many2one): NEW relation: account.account account / res.company / account_journal_payment_debit_account_id (many2one): NEW relation: account.account -account / res.company / account_setup_taxes_state (selection): NEW selection_keys: ['done', 'just_done', 'not_done'], hasdefault +account / res.company / account_setup_taxes_state (selection): NEW selection_keys: ['done', 'just_done', 'not_done'], hasdefault: default account / res.company / account_tax_fiscal_country_id (many2one): DEL relation: res.country account / res.company / invoice_terms (text) : type is now 'html' ('text') -account / res.company / invoice_terms_html (html) : NEW isfunction: function, stored -account / res.company / terms_type (selection) : NEW selection_keys: ['html', 'plain'], hasdefault +account / res.company / invoice_terms_html (html) : NEW hasdefault: compute +account / res.company / terms_type (selection) : NEW selection_keys: ['html', 'plain'], hasdefault: default ---XML records in module 'account'--- ir.actions.act_window: account.action_account_resequence (noupdate) (noupdate switched) NEW ir.actions.act_window: account.action_tax_group diff --git a/openupgrade_scripts/scripts/analytic/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/analytic/15.0.1.1/upgrade_analysis.txt index 658dd1b4ca38..45985ad41726 100644 --- a/openupgrade_scripts/scripts/analytic/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/analytic/15.0.1.1/upgrade_analysis.txt @@ -1,4 +1,4 @@ ---Models in module 'analytic'--- ---Fields in module 'analytic'--- -analytic / account.analytic.line / category (selection) : NEW selection_keys: ['other'], hasdefault +analytic / account.analytic.line / category (selection) : NEW selection_keys: ['other'], hasdefault: default ---XML records in module 'analytic'--- diff --git a/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_analysis.txt index 2687c4cf4c92..f6e12bf4d143 100644 --- a/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_analysis.txt @@ -5,17 +5,17 @@ new model ir.asset new model ir.cron.trigger new model ir.profile ---Fields in module 'base'--- -base / ir.asset / active (boolean) : NEW hasdefault +base / ir.asset / active (boolean) : NEW hasdefault: default base / ir.asset / bundle (char) : NEW required -base / ir.asset / directive (selection) : NEW selection_keys: ['after', 'append', 'before', 'include', 'prepend', 'remove', 'replace'], hasdefault +base / ir.asset / directive (selection) : NEW selection_keys: ['after', 'append', 'before', 'include', 'prepend', 'remove', 'replace'], hasdefault: default base / ir.asset / name (char) : NEW required base / ir.asset / path (char) : NEW required -base / ir.asset / sequence (integer) : NEW required, req_default: function, hasdefault +base / ir.asset / sequence (integer) : NEW required, hasdefault: default base / ir.asset / target (char) : NEW base / ir.cron.trigger / call_at (datetime) : NEW base / ir.cron.trigger / cron_id (many2one) : NEW relation: ir.cron base / ir.mail_server / from_filter (char) : NEW -base / ir.mail_server / smtp_authentication (selection): NEW required, selection_keys: ['certificate', 'login'], req_default: function, hasdefault +base / ir.mail_server / smtp_authentication (selection): NEW required, selection_keys: ['certificate', 'login'], hasdefault: default base / ir.mail_server / smtp_ssl_certificate (binary) : NEW attachment: False base / ir.mail_server / smtp_ssl_private_key (binary) : NEW attachment: False base / ir.profile / duration (float) : NEW @@ -31,8 +31,7 @@ base / report.paperformat / disable_shrinking (boolean) : NEW base / res.company / bank_ids (one2many) : not stored anymore base / res.company / bank_ids (one2many) : now related base / res.company / company_details (html) : NEW -base / res.company / company_registry (char) : now a function -base / res.company / layout_background (selection) : NEW required, selection_keys: ['Blank', 'Custom', 'Geometric'], req_default: function, hasdefault +base / res.company / layout_background (selection) : NEW required, selection_keys: ['Blank', 'Custom', 'Geometric'], hasdefault: default base / res.company / layout_background_image (binary): NEW attachment: True base / res.company / mobile (char) : NEW isrelated: related, stored base / res.company / report_footer (text) : type is now 'html' ('text') diff --git a/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_general_log.txt b/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_general_log.txt index eb796e23d78e..bdc078d474a1 100644 --- a/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_general_log.txt +++ b/openupgrade_scripts/scripts/base/15.0.1.3/upgrade_general_log.txt @@ -104,12 +104,12 @@ new model website.base.unit [module website_sale] new model website.configurator.feature [module website] new model website.searchable.mixin [module website] ---Fields in module 'general'--- -# 10890 fields matched, -# Direct match: 10776 +# 10889 fields matched, +# Direct match: 10775 # Found in other module: 114 # Found with different type: 0 # In obsolete models: 162 -# New columns: 1755 +# New columns: 1763 # Not matched: 587 ---XML records in module 'general'--- ERROR: module not in list of installed modules: @@ -141,7 +141,7 @@ adyen_platforms / adyen.account / id_front (binary) : DEL adyen_platforms / adyen.account / id_front_filename (char) : DEL adyen_platforms / adyen.account / id_type (selection) : DEL selection_keys: ['DRIVING_LICENSE', 'ID_CARD', 'PASSPORT'] adyen_platforms / adyen.account / is_business (boolean) : DEL required -adyen_platforms / adyen.account / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'], req_default: function +adyen_platforms / adyen.account / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'] adyen_platforms / adyen.account / kyc_status_message (char) : DEL adyen_platforms / adyen.account / last_name (char) : DEL adyen_platforms / adyen.account / legal_business_name (char) : DEL @@ -169,7 +169,7 @@ adyen_platforms / adyen.bank.account / branch_code (char) : DEL adyen_platforms / adyen.bank.account / country_id (many2one) : DEL relation: res.country, required adyen_platforms / adyen.bank.account / currency_id (many2one) : DEL relation: res.currency, required adyen_platforms / adyen.bank.account / iban (char) : DEL -adyen_platforms / adyen.bank.account / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'], req_default: function +adyen_platforms / adyen.bank.account / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'] adyen_platforms / adyen.bank.account / kyc_status_message (char) : DEL adyen_platforms / adyen.bank.account / owner_city (char) : DEL adyen_platforms / adyen.bank.account / owner_country_id (many2one) : DEL relation: res.country @@ -181,9 +181,9 @@ adyen_platforms / adyen.bank.account / owner_zip (char) : DEL adyen_platforms / adyen.payout / adyen_account_id (many2one) : DEL relation: adyen.account adyen_platforms / adyen.payout / adyen_bank_account_id (many2one): DEL relation: adyen.bank.account adyen_platforms / adyen.payout / code (char) : DEL -adyen_platforms / adyen.payout / name (char) : DEL required, req_default: function +adyen_platforms / adyen.payout / name (char) : DEL required adyen_platforms / adyen.payout / next_scheduled_payout (date) : DEL -adyen_platforms / adyen.payout / payout_schedule (selection) : DEL required, selection_keys: ['day', 'month', 'week'], req_default: function +adyen_platforms / adyen.payout / payout_schedule (selection) : DEL required, selection_keys: ['day', 'month', 'week'] adyen_platforms / adyen.payout / transaction_ids (one2many) : DEL relation: adyen.transaction adyen_platforms / adyen.shareholder / adyen_account_id (many2one) : DEL relation: adyen.account adyen_platforms / adyen.shareholder / city (char) : DEL required @@ -197,7 +197,7 @@ adyen_platforms / adyen.shareholder / id_back_filename (char) : DEL adyen_platforms / adyen.shareholder / id_front (binary) : DEL attachment: True adyen_platforms / adyen.shareholder / id_front_filename (char) : DEL adyen_platforms / adyen.shareholder / id_type (selection) : DEL selection_keys: ['DRIVING_LICENSE', 'ID_CARD', 'PASSPORT'] -adyen_platforms / adyen.shareholder / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'], req_default: function +adyen_platforms / adyen.shareholder / kyc_status (selection) : DEL required, selection_keys: ['awaiting_data', 'failed', 'passed', 'pending'] adyen_platforms / adyen.shareholder / kyc_status_message (char) : DEL adyen_platforms / adyen.shareholder / last_name (char) : DEL required adyen_platforms / adyen.shareholder / shareholder_reference (char) : DEL @@ -300,7 +300,6 @@ ERROR: module not in list of installed modules: ---Models in module 'l10n_ch_qriban'--- ---Fields in module 'l10n_ch_qriban'--- l10n_ch_qriban / res.partner.bank / l10n_ch_qr_iban (char) : module is now 'l10n_ch' ('l10n_ch_qriban') -l10n_ch_qriban / res.partner.bank / l10n_ch_qr_iban (char) : now a function ---XML records in module 'l10n_ch_qriban'--- DEL ir.ui.view: l10n_ch_qriban.l10n_ch_swissqr_qriban_template DEL ir.ui.view: l10n_ch_qriban.setup_bank_account_wizard_qr_inherit diff --git a/openupgrade_scripts/scripts/calendar/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/calendar/15.0.1.1/upgrade_analysis.txt index c0b258de7cdd..fb14306afc89 100644 --- a/openupgrade_scripts/scripts/calendar/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/calendar/15.0.1.1/upgrade_analysis.txt @@ -3,13 +3,27 @@ obsolete model calendar.contacts (renamed to calendar.filters) new model calendar.filters (renamed from calendar.contacts) ---Fields in module 'calendar'--- calendar / calendar.alarm / body (text) : NEW -calendar / calendar.alarm / mail_template_id (many2one) : NEW relation: mail.template, isfunction: function, stored +calendar / calendar.alarm / mail_template_id (many2one) : NEW relation: mail.template, hasdefault: compute calendar / calendar.attendee / _order : _order is now 'create_date ASC' ('id') calendar / calendar.event / description (text) : type is now 'html' ('text') +calendar / calendar.event / fr (boolean) : DEL +calendar / calendar.event / fri (boolean) : NEW hasdefault: compute +calendar / calendar.event / mo (boolean) : DEL +calendar / calendar.event / mon (boolean) : NEW hasdefault: compute +calendar / calendar.event / sa (boolean) : DEL +calendar / calendar.event / sat (boolean) : NEW hasdefault: compute +calendar / calendar.event / su (boolean) : DEL +calendar / calendar.event / sun (boolean) : NEW hasdefault: compute +calendar / calendar.event / th (boolean) : DEL +calendar / calendar.event / thu (boolean) : NEW hasdefault: compute +calendar / calendar.event / tu (boolean) : DEL +calendar / calendar.event / tue (boolean) : NEW hasdefault: compute calendar / calendar.event / videocall_location (char) : NEW +calendar / calendar.event / we (boolean) : DEL +calendar / calendar.event / wed (boolean) : NEW hasdefault: compute calendar / calendar.event / weekday (selection) : selection_keys is now '['FRI', 'MON', 'SAT', 'SUN', 'THU', 'TUE', 'WED']' ('['FR', 'MO', 'SA', 'SU', 'TH', 'TU', 'WE']') -calendar / calendar.event.type / color (integer) : NEW hasdefault -calendar / calendar.filters / partner_checked (boolean) : NEW hasdefault +calendar / calendar.event.type / color (integer) : NEW hasdefault: default +calendar / calendar.filters / partner_checked (boolean) : NEW hasdefault: default calendar / calendar.recurrence / fr (boolean) : DEL calendar / calendar.recurrence / fri (boolean) : NEW calendar / calendar.recurrence / mo (boolean) : DEL diff --git a/openupgrade_scripts/scripts/calendar_sms/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/calendar_sms/15.0.1.1/upgrade_analysis.txt index 8f8bb70ec8e3..1ef444d71d97 100644 --- a/openupgrade_scripts/scripts/calendar_sms/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/calendar_sms/15.0.1.1/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'calendar_sms'--- ---Fields in module 'calendar_sms'--- -calendar_sms / calendar.alarm / sms_template_id (many2one) : NEW relation: sms.template, isfunction: function, stored +calendar_sms / calendar.alarm / sms_template_id (many2one) : NEW relation: sms.template, hasdefault: compute ---XML records in module 'calendar_sms'--- DEL ir.actions.act_window: calendar_sms.calendar_event_act_window_sms_composer_single NEW ir.ui.view: calendar_sms.calendar_alarm_view_form diff --git a/openupgrade_scripts/scripts/coupon/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/coupon/15.0.1.0/upgrade_analysis.txt index 20dc9e5ff606..c62541bfa516 100644 --- a/openupgrade_scripts/scripts/coupon/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/coupon/15.0.1.0/upgrade_analysis.txt @@ -1,5 +1,5 @@ ---Models in module 'coupon'--- ---Fields in module 'coupon'--- -coupon / coupon.program / company_id (many2one) : now required, req_default: function +coupon / coupon.program / company_id (many2one) : now required ---XML records in module 'coupon'--- DEL mail.template: coupon.mail_template_sale_coupon [renamed to sale_coupon module] (noupdate) diff --git a/openupgrade_scripts/scripts/crm/15.0.1.6/upgrade_analysis.txt b/openupgrade_scripts/scripts/crm/15.0.1.6/upgrade_analysis.txt index 0abb5aa7d51b..46748253fa2e 100644 --- a/openupgrade_scripts/scripts/crm/15.0.1.6/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/crm/15.0.1.6/upgrade_analysis.txt @@ -4,12 +4,11 @@ new model crm.lead.pls.update [transient] crm / crm.lead / calendar_event_ids (one2many) : NEW relation: calendar.event crm / crm.lead / company_currency (many2one) : not related anymore crm / crm.lead / company_currency (many2one) : now a function -crm / crm.lead / company_id (many2one) : now a function crm / crm.lead / description (text) : type is now 'html' ('text') crm / crm.team / assignment_domain (char) : NEW crm / crm.team / assignment_optout (boolean) : NEW crm / crm.team.member / assignment_domain (char) : NEW -crm / crm.team.member / assignment_max (integer) : NEW hasdefault +crm / crm.team.member / assignment_max (integer) : NEW hasdefault: default crm / crm.team.member / assignment_optout (boolean) : NEW crm / res.partner / meeting_count (integer) : module is now 'calendar' ('crm') crm / res.partner / meeting_ids (many2many) : module is now 'calendar' ('crm') diff --git a/openupgrade_scripts/scripts/delivery/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/delivery/15.0.1.0/upgrade_analysis.txt index c9ac40334c9e..4e5db0bdfe58 100644 --- a/openupgrade_scripts/scripts/delivery/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/delivery/15.0.1.0/upgrade_analysis.txt @@ -6,7 +6,7 @@ delivery / product.packaging / package_carrier_type (selection): DEL delivery / product.packaging / packaging_length (integer) : DEL delivery / product.packaging / shipper_package_code (char) : DEL delivery / product.packaging / width (integer) : DEL -delivery / stock.package.type / package_carrier_type (selection): NEW selection_keys: ['none'], hasdefault +delivery / stock.package.type / package_carrier_type (selection): NEW selection_keys: ['none'], hasdefault: default delivery / stock.package.type / shipper_package_code (char) : NEW ---XML records in module 'delivery'--- DEL ir.actions.act_window: delivery.action_delivery_packaging_view diff --git a/openupgrade_scripts/scripts/delivery_mondialrelay/15.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/delivery_mondialrelay/15.0.0.1/upgrade_analysis.txt index df349c60d2fa..574b3d747e3d 100644 --- a/openupgrade_scripts/scripts/delivery_mondialrelay/15.0.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/delivery_mondialrelay/15.0.0.1/upgrade_analysis.txt @@ -1,7 +1,7 @@ ---Models in module 'delivery_mondialrelay'--- ---Fields in module 'delivery_mondialrelay'--- -delivery_mondialrelay / delivery.carrier / mondialrelay_brand (char) : NEW hasdefault -delivery_mondialrelay / delivery.carrier / mondialrelay_packagetype (char): NEW hasdefault +delivery_mondialrelay / delivery.carrier / mondialrelay_brand (char) : NEW hasdefault: default +delivery_mondialrelay / delivery.carrier / mondialrelay_packagetype (char): NEW hasdefault: default ---XML records in module 'delivery_mondialrelay'--- NEW delivery.carrier: delivery_mondialrelay.delivery_carrier_mondialrelay_be_lu (noupdate) NEW delivery.carrier: delivery_mondialrelay.delivery_carrier_mondialrelay_es (noupdate) diff --git a/openupgrade_scripts/scripts/event/15.0.1.6/upgrade_analysis.txt b/openupgrade_scripts/scripts/event/15.0.1.6/upgrade_analysis.txt index c933e4601065..04da6f75f35f 100644 --- a/openupgrade_scripts/scripts/event/15.0.1.6/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/event/15.0.1.6/upgrade_analysis.txt @@ -5,9 +5,8 @@ event / event.event / badge_front (html) : DEL event / event.event / badge_innerleft (html) : DEL event / event.event / badge_innerright (html) : DEL event / event.event / event_logo (html) : DEL -event / event.event / note (text) : now a function event / event.event / note (text) : type is now 'html' ('text') -event / event.event / ticket_instructions (html) : NEW isfunction: function, stored +event / event.event / ticket_instructions (html) : NEW hasdefault: compute event / event.event.ticket / end_sale_date (date) : DEL event / event.event.ticket / end_sale_datetime (datetime) : NEW event / event.event.ticket / start_sale_date (date) : DEL @@ -18,9 +17,7 @@ event / event.mail / mail_done (boolean) : NEW event / event.mail / mail_sent (boolean) : DEL event / event.mail / template_id (many2one) : DEL relation: mail.template event / event.mail / template_ref (reference) : NEW required -event / event.registration / active (boolean) : NEW hasdefault -event / event.type / event_type_mail_ids (one2many): not a function anymore -event / event.type / event_type_ticket_ids (one2many): not a function anymore +event / event.registration / active (boolean) : NEW hasdefault: default event / event.type / note (html) : NEW event / event.type / ticket_instructions (html) : NEW event / event.type / use_mail_schedule (boolean) : DEL diff --git a/openupgrade_scripts/scripts/event_booth/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_booth/15.0.1.0/upgrade_analysis.txt index c646e000151e..bb41002289c5 100644 --- a/openupgrade_scripts/scripts/event_booth/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/event_booth/15.0.1.0/upgrade_analysis.txt @@ -4,11 +4,11 @@ new model event.booth.category new model event.type.booth ---Fields in module 'event_booth'--- event_booth / event.booth / activity_ids (one2many) : NEW relation: mail.activity -event_booth / event.booth / booth_category_id (many2one) : NEW relation: event.booth.category, required, req_default: function, hasdefault -event_booth / event.booth / contact_email (char) : NEW isfunction: function, stored -event_booth / event.booth / contact_mobile (char) : NEW isfunction: function, stored -event_booth / event.booth / contact_name (char) : NEW isfunction: function, stored -event_booth / event.booth / contact_phone (char) : NEW isfunction: function, stored +event_booth / event.booth / booth_category_id (many2one) : NEW relation: event.booth.category, required, hasdefault: default +event_booth / event.booth / contact_email (char) : NEW hasdefault: compute +event_booth / event.booth / contact_mobile (char) : NEW hasdefault: compute +event_booth / event.booth / contact_name (char) : NEW hasdefault: compute +event_booth / event.booth / contact_phone (char) : NEW hasdefault: compute event_booth / event.booth / event_id (many2one) : NEW relation: event.event, required event_booth / event.booth / event_type_id (many2one) : NEW relation: event.type event_booth / event.booth / message_follower_ids (one2many): NEW relation: mail.followers @@ -16,9 +16,9 @@ event_booth / event.booth / message_ids (one2many) : NEW re event_booth / event.booth / message_main_attachment_id (many2one): NEW relation: ir.attachment event_booth / event.booth / name (char) : NEW required event_booth / event.booth / partner_id (many2one) : NEW relation: res.partner -event_booth / event.booth / state (selection) : NEW required, selection_keys: ['available', 'unavailable'], req_default: function, hasdefault +event_booth / event.booth / state (selection) : NEW required, selection_keys: ['available', 'unavailable'], hasdefault: default event_booth / event.booth / website_message_ids (one2many): NEW relation: mail.message -event_booth / event.booth.category / active (boolean) : NEW hasdefault +event_booth / event.booth.category / active (boolean) : NEW hasdefault: default event_booth / event.booth.category / booth_ids (one2many) : NEW relation: event.booth event_booth / event.booth.category / description (html) : NEW event_booth / event.booth.category / image_1024 (binary) : NEW attachment: True, isrelated: related, stored @@ -27,10 +27,10 @@ event_booth / event.booth.category / image_1920 (binary) : NEW at event_booth / event.booth.category / image_256 (binary) : NEW attachment: True, isrelated: related, stored event_booth / event.booth.category / image_512 (binary) : NEW attachment: True, isrelated: related, stored event_booth / event.booth.category / name (char) : NEW required -event_booth / event.booth.category / sequence (integer) : NEW hasdefault -event_booth / event.event / event_booth_ids (one2many) : NEW relation: event.booth, isfunction: function, stored +event_booth / event.booth.category / sequence (integer) : NEW hasdefault: default +event_booth / event.event / event_booth_ids (one2many) : NEW relation: event.booth, hasdefault: compute event_booth / event.type / event_type_booth_ids (one2many): NEW relation: event.type.booth -event_booth / event.type.booth / booth_category_id (many2one) : NEW relation: event.booth.category, required, req_default: function, hasdefault +event_booth / event.type.booth / booth_category_id (many2one) : NEW relation: event.booth.category, required, hasdefault: default event_booth / event.type.booth / event_type_id (many2one) : NEW relation: event.type, required event_booth / event.type.booth / name (char) : NEW required ---XML records in module 'event_booth'--- diff --git a/openupgrade_scripts/scripts/event_booth_sale/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_booth_sale/15.0.1.0/upgrade_analysis.txt index 3bcc99eeccfa..674999cdd3a9 100644 --- a/openupgrade_scripts/scripts/event_booth_sale/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/event_booth_sale/15.0.1.0/upgrade_analysis.txt @@ -7,12 +7,13 @@ event_booth_sale / event.booth / is_paid (boolean) : NE event_booth_sale / event.booth / sale_order_id (many2one) : NEW relation: sale.order, isrelated: related, stored event_booth_sale / event.booth / sale_order_line_id (many2one) : NEW relation: sale.order.line event_booth_sale / event.booth / sale_order_line_registration_ids (many2many): NEW relation: sale.order.line -event_booth_sale / event.booth.category / price (float) : NEW isfunction: function, stored -event_booth_sale / event.booth.category / product_id (many2one) : NEW relation: product.product, required, req_default: function, hasdefault -event_booth_sale / event.booth.registration / contact_email (char) : NEW isfunction: function, stored -event_booth_sale / event.booth.registration / contact_mobile (char) : NEW isfunction: function, stored -event_booth_sale / event.booth.registration / contact_name (char) : NEW isfunction: function, stored -event_booth_sale / event.booth.registration / contact_phone (char) : NEW isfunction: function, stored +event_booth_sale / event.booth.category / image_1920 (False) : NEW mode: modify, hasdefault: compute +event_booth_sale / event.booth.category / price (float) : NEW hasdefault: compute +event_booth_sale / event.booth.category / product_id (many2one) : NEW relation: product.product, required, hasdefault: default +event_booth_sale / event.booth.registration / contact_email (char) : NEW hasdefault: compute +event_booth_sale / event.booth.registration / contact_mobile (char) : NEW hasdefault: compute +event_booth_sale / event.booth.registration / contact_name (char) : NEW hasdefault: compute +event_booth_sale / event.booth.registration / contact_phone (char) : NEW hasdefault: compute event_booth_sale / event.booth.registration / event_booth_id (many2one) : NEW relation: event.booth, required event_booth_sale / event.booth.registration / partner_id (many2one) : NEW relation: res.partner, isrelated: related, stored event_booth_sale / event.booth.registration / sale_order_line_id (many2one) : NEW relation: sale.order.line, required diff --git a/openupgrade_scripts/scripts/fleet/15.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/fleet/15.0.0.1/upgrade_analysis.txt index 7a6521aa5a2d..491a55393831 100644 --- a/openupgrade_scripts/scripts/fleet/15.0.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/fleet/15.0.0.1/upgrade_analysis.txt @@ -1,46 +1,35 @@ ---Models in module 'fleet'--- new model fleet.vehicle.model.category ---Fields in module 'fleet'--- -fleet / fleet.vehicle / co2 (float) : now a function -fleet / fleet.vehicle / co2_standard (char) : NEW isfunction: function, stored -fleet / fleet.vehicle / color (char) : now a function +fleet / fleet.vehicle / co2_standard (char) : NEW hasdefault: compute fleet / fleet.vehicle / description (text) : type is now 'html' ('text') -fleet / fleet.vehicle / doors (integer) : now a function -fleet / fleet.vehicle / electric_assistance (boolean) : NEW isfunction: function, stored +fleet / fleet.vehicle / electric_assistance (boolean) : NEW hasdefault: compute fleet / fleet.vehicle / frame_size (float) : NEW fleet / fleet.vehicle / frame_type (selection) : NEW selection_keys: ['diamant', 'trapez', 'wave'] -fleet / fleet.vehicle / fuel_type (selection) : now a function fleet / fleet.vehicle / fuel_type (selection) : selection_keys is now '['cng', 'diesel', 'electric', 'full_hybrid_gasoline', 'gasoline', 'hybrid', 'hydrogen', 'lpg', 'plug_in_hybrid_diesel', 'plug_in_hybrid_gasoline']' ('['diesel', 'electric', 'gasoline', 'hybrid', 'lpg']') -fleet / fleet.vehicle / horsepower (integer) : now a function -fleet / fleet.vehicle / horsepower_tax (float) : now a function -fleet / fleet.vehicle / manager_id (many2one) : not a function anymore -fleet / fleet.vehicle / model_year (char) : now a function fleet / fleet.vehicle / plan_to_change_bike (boolean) : NEW isrelated: related, stored -fleet / fleet.vehicle / power (integer) : now a function -fleet / fleet.vehicle / seats (integer) : now a function -fleet / fleet.vehicle / trailer_hook (boolean) : NEW hasdefault, isfunction: function, stored -fleet / fleet.vehicle / transmission (selection) : now a function +fleet / fleet.vehicle / trailer_hook (boolean) : NEW hasdefault: default fleet / fleet.vehicle.log.contract / notes (text) : type is now 'html' ('text') fleet / fleet.vehicle.log.services / state (selection) : selection_keys is now '['cancelled', 'done', 'new', 'running']' ('['cancelled', 'done', 'running', 'todo']') fleet / fleet.vehicle.model / category_id (many2one) : NEW relation: fleet.vehicle.model.category fleet / fleet.vehicle.model / co2_standard (char) : NEW fleet / fleet.vehicle.model / color (char) : NEW fleet / fleet.vehicle.model / default_co2 (float) : NEW -fleet / fleet.vehicle.model / default_fuel_type (selection) : NEW selection_keys: ['cng', 'diesel', 'electric', 'full_hybrid_gasoline', 'gasoline', 'hybrid', 'hydrogen', 'lpg', 'plug_in_hybrid_diesel', 'plug_in_hybrid_gasoline'], hasdefault +fleet / fleet.vehicle.model / default_fuel_type (selection) : NEW selection_keys: ['cng', 'diesel', 'electric', 'full_hybrid_gasoline', 'gasoline', 'hybrid', 'hydrogen', 'lpg', 'plug_in_hybrid_diesel', 'plug_in_hybrid_gasoline'], hasdefault: default fleet / fleet.vehicle.model / doors (integer) : NEW -fleet / fleet.vehicle.model / electric_assistance (boolean) : NEW hasdefault +fleet / fleet.vehicle.model / electric_assistance (boolean) : NEW hasdefault: default fleet / fleet.vehicle.model / horsepower (integer) : NEW fleet / fleet.vehicle.model / horsepower_tax (float) : NEW fleet / fleet.vehicle.model / manager_id (many2one) : DEL relation: res.users fleet / fleet.vehicle.model / model_year (integer) : NEW fleet / fleet.vehicle.model / power (integer) : NEW fleet / fleet.vehicle.model / seats (integer) : NEW -fleet / fleet.vehicle.model / trailer_hook (boolean) : NEW hasdefault +fleet / fleet.vehicle.model / trailer_hook (boolean) : NEW hasdefault: default fleet / fleet.vehicle.model / transmission (selection) : NEW selection_keys: ['automatic', 'manual'] fleet / fleet.vehicle.model.brand / _order : _order is now 'name asc' ('model_count desc, name asc') fleet / fleet.vehicle.model.category / name (char) : NEW required fleet / fleet.vehicle.model.category / sequence (integer) : NEW -fleet / res.partner / plan_to_change_bike (boolean) : NEW hasdefault +fleet / res.partner / plan_to_change_bike (boolean) : NEW hasdefault: default ---XML records in module 'fleet'--- NEW ir.actions.act_window: fleet.fleet_vehicle_model_category_action NEW ir.model.access: fleet.fleet_vehicle_model_brand_category_right_user diff --git a/openupgrade_scripts/scripts/gift_card/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/gift_card/15.0.1.0/upgrade_analysis.txt index f05b51f3296a..175927c0c804 100644 --- a/openupgrade_scripts/scripts/gift_card/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/gift_card/15.0.1.0/upgrade_analysis.txt @@ -1,12 +1,12 @@ ---Models in module 'gift_card'--- new model gift.card ---Fields in module 'gift_card'--- -gift_card / gift.card / code (char) : NEW required, req_default: function, hasdefault -gift_card / gift.card / company_id (many2one) : NEW relation: res.company, hasdefault -gift_card / gift.card / expired_date (date) : NEW hasdefault +gift_card / gift.card / code (char) : NEW required +gift_card / gift.card / company_id (many2one) : NEW relation: res.company, hasdefault: default +gift_card / gift.card / expired_date (date) : NEW hasdefault: default gift_card / gift.card / initial_amount (float) : NEW required gift_card / gift.card / partner_id (many2one) : NEW relation: res.partner -gift_card / gift.card / state (selection) : NEW selection_keys: ['expired', 'valid'], hasdefault +gift_card / gift.card / state (selection) : NEW selection_keys: ['expired', 'valid'], hasdefault: default gift_card / product.template / detailed_type (False) : NEW selection_keys: ['consu', 'gift', 'service'], mode: modify ---XML records in module 'gift_card'--- NEW ir.actions.act_window: gift_card.gift_card_action diff --git a/openupgrade_scripts/scripts/hr/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr/15.0.1.1/upgrade_analysis.txt index 2f15802547e2..867becf4be58 100644 --- a/openupgrade_scripts/scripts/hr/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr/15.0.1.1/upgrade_analysis.txt @@ -4,24 +4,24 @@ new model hr.work.location ---Fields in module 'hr'--- hr / hr.department / total_employee (integer) : previously in module hr_holidays hr / hr.departure.reason / name (char) : NEW required -hr / hr.departure.reason / sequence (integer) : NEW hasdefault +hr / hr.departure.reason / sequence (integer) : NEW hasdefault: default hr / hr.employee / departure_description (text) : type is now 'html' ('text') hr / hr.employee / departure_reason (selection) : DEL selection_keys: ['fired', 'resigned', 'retired'] hr / hr.employee / departure_reason_id (many2one): NEW relation: hr.departure.reason hr / hr.employee / driving_license (binary) : NEW attachment: True -hr / hr.employee / employee_type (selection) : NEW required, selection_keys: ['contractor', 'employee', 'freelance', 'student', 'trainee'], req_default: function, hasdefault +hr / hr.employee / employee_type (selection) : NEW required, selection_keys: ['contractor', 'employee', 'freelance', 'student', 'trainee'], hasdefault: default hr / hr.employee / has_work_permit (binary) : NEW attachment: True hr / hr.employee / id_card (binary) : NEW attachment: True hr / hr.employee / work_location (char) : DEL -hr / hr.employee / work_location_id (many2one) : NEW relation: hr.work.location, isfunction: function, stored +hr / hr.employee / work_location_id (many2one) : NEW relation: hr.work.location, hasdefault: compute hr / hr.employee / work_permit_expiration_date (date): NEW -hr / hr.employee / work_permit_scheduled_activity (boolean): NEW hasdefault +hr / hr.employee / work_permit_scheduled_activity (boolean): NEW hasdefault: default hr / hr.job / _order : _order is now 'sequence' ('id') hr / hr.job / description (text) : type is now 'html' ('text') -hr / hr.job / sequence (integer) : NEW hasdefault -hr / hr.work.location / active (boolean) : NEW hasdefault +hr / hr.job / sequence (integer) : NEW hasdefault: default +hr / hr.work.location / active (boolean) : NEW hasdefault: default hr / hr.work.location / address_id (many2one) : NEW relation: res.partner, required -hr / hr.work.location / company_id (many2one) : NEW relation: res.company, required, req_default: function, hasdefault +hr / hr.work.location / company_id (many2one) : NEW relation: res.company, required, hasdefault: default hr / hr.work.location / location_number (char) : NEW hr / hr.work.location / name (char) : NEW required hr / res.partner / employee_ids (one2many) : NEW relation: hr.employee diff --git a/openupgrade_scripts/scripts/hr_attendance/15.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_attendance/15.0.2.0/upgrade_analysis.txt index 8e69a64d87da..66644a97ab6f 100644 --- a/openupgrade_scripts/scripts/hr_attendance/15.0.2.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_attendance/15.0.2.0/upgrade_analysis.txt @@ -2,15 +2,15 @@ new model hr.attendance.overtime new model hr.attendance.report [sql_view] ---Fields in module 'hr_attendance'--- -hr_attendance / hr.attendance.overtime / adjustment (boolean) : NEW hasdefault +hr_attendance / hr.attendance.overtime / adjustment (boolean) : NEW hasdefault: default hr_attendance / hr.attendance.overtime / date (date) : NEW -hr_attendance / hr.attendance.overtime / duration (float) : NEW required, req_default: function, hasdefault -hr_attendance / hr.attendance.overtime / duration_real (float) : NEW hasdefault -hr_attendance / hr.attendance.overtime / employee_id (many2one) : NEW relation: hr.employee, required, req_default: function, hasdefault +hr_attendance / hr.attendance.overtime / duration (float) : NEW required, hasdefault: default +hr_attendance / hr.attendance.overtime / duration_real (float) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime / employee_id (many2one) : NEW relation: hr.employee, required, hasdefault: default hr_attendance / hr.employee / overtime_ids (one2many) : NEW relation: hr.attendance.overtime hr_attendance / res.company / hr_attendance_overtime (boolean): NEW -hr_attendance / res.company / overtime_company_threshold (integer): NEW hasdefault -hr_attendance / res.company / overtime_employee_threshold (integer): NEW hasdefault +hr_attendance / res.company / overtime_company_threshold (integer): NEW hasdefault: default +hr_attendance / res.company / overtime_employee_threshold (integer): NEW hasdefault: default hr_attendance / res.company / overtime_start_date (date) : NEW ---XML records in module 'hr_attendance'--- NEW ir.actions.act_window: hr_attendance.hr_attendance_action_overview diff --git a/openupgrade_scripts/scripts/hr_expense/15.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_expense/15.0.2.0/upgrade_analysis.txt index 0e97d737d10c..9b7546a1ddb9 100644 --- a/openupgrade_scripts/scripts/hr_expense/15.0.2.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_expense/15.0.2.0/upgrade_analysis.txt @@ -2,8 +2,8 @@ new model hr.expense.approve.duplicate [transient] ---Fields in module 'hr_expense'--- hr_expense / hr.expense / company_currency_id (many2one): not stored anymore -hr_expense / hr.expense / currency_id (many2one) : now a function -hr_expense / hr.expense / currency_id (many2one) : now required, req_default: function +hr_expense / hr.expense / currency_id (many2one) : now required +hr_expense / hr.expense / total_amount (float) : not a function anymore hr_expense / hr.expense.sheet / amount_residual (float) : not a function anymore hr_expense / hr.expense.sheet / amount_residual (float) : now related hr_expense / hr.expense.sheet / approval_date (datetime) : NEW diff --git a/openupgrade_scripts/scripts/hr_fleet/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_fleet/15.0.1.0/upgrade_analysis.txt index e586068c8c2c..223cc9fc7f87 100644 --- a/openupgrade_scripts/scripts/hr_fleet/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_fleet/15.0.1.0/upgrade_analysis.txt @@ -2,7 +2,7 @@ ---Fields in module 'hr_fleet'--- hr_fleet / fleet.vehicle / driver_employee_id (many2one) : NEW relation: hr.employee, isfunction: function, stored hr_fleet / fleet.vehicle / future_driver_employee_id (many2one): NEW relation: hr.employee, isfunction: function, stored -hr_fleet / fleet.vehicle.log.services / purchaser_employee_id (many2one): NEW relation: hr.employee, isfunction: function, stored +hr_fleet / fleet.vehicle.log.services / purchaser_employee_id (many2one): NEW relation: hr.employee, hasdefault: compute hr_fleet / hr.employee / car_ids (one2many) : NEW relation: fleet.vehicle ---XML records in module 'hr_fleet'--- NEW ir.model.access: hr_fleet.hr_fleet_vehicle_access_right_hr_officer diff --git a/openupgrade_scripts/scripts/hr_holidays/15.0.1.5/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_holidays/15.0.1.5/upgrade_analysis.txt index c325520bf87b..47e758f56b69 100644 --- a/openupgrade_scripts/scripts/hr_holidays/15.0.1.5/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_holidays/15.0.1.5/upgrade_analysis.txt @@ -6,50 +6,49 @@ new model hr.leave.employee.type.report [sql_view] hr_holidays / hr.department / total_employee (integer) : module is now 'hr' ('hr_holidays') hr_holidays / hr.leave / attachment_ids (one2many) : NEW relation: ir.attachment hr_holidays / hr.leave / employee_company_id (many2one): NEW relation: res.company, isrelated: related, stored -hr_holidays / hr.leave / employee_ids (many2many) : NEW relation: hr.employee, isfunction: function, stored -hr_holidays / hr.leave / holiday_allocation_id (many2one): NEW relation: hr.leave.allocation, isfunction: function, stored +hr_holidays / hr.leave / employee_ids (many2many) : NEW relation: hr.employee, hasdefault: compute +hr_holidays / hr.leave / holiday_allocation_id (many2one): NEW relation: hr.leave.allocation, hasdefault: compute hr_holidays / hr.leave / multi_employee (boolean) : NEW isfunction: function, stored hr_holidays / hr.leave / payslip_status (boolean) : DEL hr_holidays / hr.leave / state (selection) : selection_keys is now '['confirm', 'draft', 'refuse', 'validate', 'validate1']' ('['cancel', 'confirm', 'draft', 'refuse', 'validate', 'validate1']') hr_holidays / hr.leave.accrual.level / accrual_plan_id (many2one) : NEW relation: hr.leave.accrual.plan, required -hr_holidays / hr.leave.accrual.level / action_with_unused_accruals (selection): NEW required, selection_keys: ['lost', 'postponed'], req_default: function, hasdefault +hr_holidays / hr.leave.accrual.level / action_with_unused_accruals (selection): NEW required, selection_keys: ['lost', 'postponed'], hasdefault: default hr_holidays / hr.leave.accrual.level / added_value (float) : NEW required -hr_holidays / hr.leave.accrual.level / added_value_type (selection) : NEW required, selection_keys: ['days', 'hours'], req_default: function, hasdefault -hr_holidays / hr.leave.accrual.level / first_day (integer) : NEW hasdefault -hr_holidays / hr.leave.accrual.level / first_month (selection) : NEW selection_keys: ['apr', 'feb', 'jan', 'jun', 'mar', 'may'], hasdefault -hr_holidays / hr.leave.accrual.level / first_month_day (integer) : NEW hasdefault -hr_holidays / hr.leave.accrual.level / frequency (selection) : NEW required, selection_keys: ['bimonthly', 'biyearly', 'daily', 'monthly', 'weekly', 'yearly'], req_default: function, hasdefault +hr_holidays / hr.leave.accrual.level / added_value_type (selection) : NEW required, selection_keys: ['days', 'hours'], hasdefault: default +hr_holidays / hr.leave.accrual.level / first_day (integer) : NEW hasdefault: default +hr_holidays / hr.leave.accrual.level / first_month (selection) : NEW selection_keys: ['apr', 'feb', 'jan', 'jun', 'mar', 'may'], hasdefault: default +hr_holidays / hr.leave.accrual.level / first_month_day (integer) : NEW hasdefault: default +hr_holidays / hr.leave.accrual.level / frequency (selection) : NEW required, selection_keys: ['bimonthly', 'biyearly', 'daily', 'monthly', 'weekly', 'yearly'], hasdefault: default hr_holidays / hr.leave.accrual.level / is_based_on_worked_time (boolean): NEW -hr_holidays / hr.leave.accrual.level / maximum_leave (float) : NEW hasdefault +hr_holidays / hr.leave.accrual.level / maximum_leave (float) : NEW hasdefault: default hr_holidays / hr.leave.accrual.level / parent_id (many2one) : NEW relation: hr.leave.accrual.level -hr_holidays / hr.leave.accrual.level / second_day (integer) : NEW hasdefault -hr_holidays / hr.leave.accrual.level / second_month (selection) : NEW selection_keys: ['aug', 'dec', 'jul', 'nov', 'oct', 'sep'], hasdefault -hr_holidays / hr.leave.accrual.level / second_month_day (integer) : NEW hasdefault +hr_holidays / hr.leave.accrual.level / second_day (integer) : NEW hasdefault: default +hr_holidays / hr.leave.accrual.level / second_month (selection) : NEW selection_keys: ['aug', 'dec', 'jul', 'nov', 'oct', 'sep'], hasdefault: default +hr_holidays / hr.leave.accrual.level / second_month_day (integer) : NEW hasdefault: default hr_holidays / hr.leave.accrual.level / sequence (integer) : NEW isfunction: function, stored -hr_holidays / hr.leave.accrual.level / start_count (integer) : NEW hasdefault -hr_holidays / hr.leave.accrual.level / start_type (selection) : NEW required, selection_keys: ['day', 'month', 'year'], req_default: function, hasdefault -hr_holidays / hr.leave.accrual.level / week_day (selection) : NEW required, selection_keys: ['fri', 'mon', 'sat', 'sun', 'thu', 'tue', 'wed'], req_default: function, hasdefault -hr_holidays / hr.leave.accrual.level / yearly_day (integer) : NEW hasdefault -hr_holidays / hr.leave.accrual.level / yearly_month (selection) : NEW selection_keys: ['apr', 'aug', 'dec', 'feb', 'jan', 'jul', 'jun', 'mar', 'may', 'nov', 'oct', 'sep'], hasdefault +hr_holidays / hr.leave.accrual.level / start_count (integer) : NEW hasdefault: default +hr_holidays / hr.leave.accrual.level / start_type (selection) : NEW required, selection_keys: ['day', 'month', 'year'], hasdefault: default +hr_holidays / hr.leave.accrual.level / week_day (selection) : NEW required, selection_keys: ['fri', 'mon', 'sat', 'sun', 'thu', 'tue', 'wed'], hasdefault: default +hr_holidays / hr.leave.accrual.level / yearly_day (integer) : NEW hasdefault: default +hr_holidays / hr.leave.accrual.level / yearly_month (selection) : NEW selection_keys: ['apr', 'aug', 'dec', 'feb', 'jan', 'jul', 'jun', 'mar', 'may', 'nov', 'oct', 'sep'], hasdefault: default hr_holidays / hr.leave.accrual.plan / allocation_ids (one2many) : NEW relation: hr.leave.allocation hr_holidays / hr.leave.accrual.plan / level_ids (one2many) : NEW relation: hr.leave.accrual.level hr_holidays / hr.leave.accrual.plan / name (char) : NEW required hr_holidays / hr.leave.accrual.plan / time_off_type_id (many2one) : NEW relation: hr.leave.type -hr_holidays / hr.leave.accrual.plan / transition_mode (selection) : NEW required, selection_keys: ['end_of_accrual', 'immediately'], req_default: function, hasdefault +hr_holidays / hr.leave.accrual.plan / transition_mode (selection) : NEW required, selection_keys: ['end_of_accrual', 'immediately'], hasdefault: default hr_holidays / hr.leave.allocation / accrual_limit (integer) : DEL -hr_holidays / hr.leave.allocation / accrual_plan_id (many2one) : NEW relation: hr.leave.accrual.plan, isfunction: function, stored -hr_holidays / hr.leave.allocation / active (boolean) : NEW hasdefault +hr_holidays / hr.leave.allocation / accrual_plan_id (many2one) : NEW relation: hr.leave.accrual.plan, hasdefault: compute +hr_holidays / hr.leave.allocation / active (boolean) : NEW hasdefault: default hr_holidays / hr.leave.allocation / approver_id (many2one) : NEW relation: hr.employee -hr_holidays / hr.leave.allocation / date_from (datetime) : now required, req_default: function +hr_holidays / hr.leave.allocation / date_from (datetime) : now required hr_holidays / hr.leave.allocation / date_from (datetime) : type is now 'date' ('datetime') -hr_holidays / hr.leave.allocation / date_to (datetime) : not a function anymore hr_holidays / hr.leave.allocation / date_to (datetime) : type is now 'date' ('datetime') hr_holidays / hr.leave.allocation / employee_company_id (many2one): NEW relation: res.company, isrelated: related, stored -hr_holidays / hr.leave.allocation / employee_ids (many2many) : NEW relation: hr.employee, isfunction: function, stored +hr_holidays / hr.leave.allocation / employee_ids (many2many) : NEW relation: hr.employee, hasdefault: compute hr_holidays / hr.leave.allocation / first_approver_id (many2one) : DEL relation: hr.employee hr_holidays / hr.leave.allocation / interval_number (integer) : DEL hr_holidays / hr.leave.allocation / interval_unit (selection) : DEL selection_keys: ['days', 'months', 'weeks', 'years'] -hr_holidays / hr.leave.allocation / lastcall (date) : NEW hasdefault +hr_holidays / hr.leave.allocation / lastcall (date) : NEW hr_holidays / hr.leave.allocation / multi_employee (boolean) : NEW isfunction: function, stored hr_holidays / hr.leave.allocation / number_per_interval (float) : DEL hr_holidays / hr.leave.allocation / second_approver_id (many2one) : DEL relation: hr.employee @@ -62,9 +61,9 @@ hr_holidays / hr.leave.type / allocation_type (selection) : DEL se hr_holidays / hr.leave.type / allocation_validation_type (selection): selection_keys is now '['no', 'officer', 'set']' ('['both', 'hr', 'manager']') hr_holidays / hr.leave.type / code (char) : DEL hr_holidays / hr.leave.type / color (integer) : NEW -hr_holidays / hr.leave.type / employee_requests (selection) : NEW required, selection_keys: ['no', 'yes'], req_default: function, hasdefault +hr_holidays / hr.leave.type / employee_requests (selection) : NEW required, selection_keys: ['no', 'yes'], hasdefault: default hr_holidays / hr.leave.type / icon_id (many2one) : NEW relation: ir.attachment -hr_holidays / hr.leave.type / requires_allocation (selection): NEW required, selection_keys: ['no', 'yes'], req_default: function, hasdefault +hr_holidays / hr.leave.type / requires_allocation (selection): NEW required, selection_keys: ['no', 'yes'], hasdefault: default hr_holidays / hr.leave.type / support_document (boolean) : NEW hr_holidays / hr.leave.type / validity_start (date) : DEL hr_holidays / hr.leave.type / validity_stop (date) : DEL diff --git a/openupgrade_scripts/scripts/hr_holidays_attendance/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_holidays_attendance/15.0.1.0/upgrade_analysis.txt index a0c0f59b0e53..d9fcfa43eee1 100644 --- a/openupgrade_scripts/scripts/hr_holidays_attendance/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_holidays_attendance/15.0.1.0/upgrade_analysis.txt @@ -2,7 +2,7 @@ ---Fields in module 'hr_holidays_attendance'--- hr_holidays_attendance / hr.leave / overtime_id (many2one) : NEW relation: hr.attendance.overtime hr_holidays_attendance / hr.leave.allocation / overtime_id (many2one) : NEW relation: hr.attendance.overtime -hr_holidays_attendance / hr.leave.type / overtime_deductible (boolean) : NEW hasdefault +hr_holidays_attendance / hr.leave.type / overtime_deductible (boolean) : NEW hasdefault: default ---XML records in module 'hr_holidays_attendance'--- NEW hr.leave.type: hr_holidays_attendance.holiday_status_extra_hours (noupdate) NEW ir.actions.act_window: hr_holidays_attendance.hr_leave_allocation_overtime_action diff --git a/openupgrade_scripts/scripts/hr_recruitment/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_recruitment/15.0.1.1/upgrade_analysis.txt index 2406baed2898..923b2a3f96a7 100644 --- a/openupgrade_scripts/scripts/hr_recruitment/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_recruitment/15.0.1.1/upgrade_analysis.txt @@ -1,5 +1,6 @@ ---Models in module 'hr_recruitment'--- ---Fields in module 'hr_recruitment'--- +hr_recruitment / hr.applicant / date_closed (datetime) : not a function anymore hr_recruitment / hr.applicant / description (text) : type is now 'html' ('text') hr_recruitment / hr.applicant / meeting_ids (one2many) : NEW relation: calendar.event hr_recruitment / hr.applicant.refuse.reason / template_id (many2one) : NEW relation: mail.template diff --git a/openupgrade_scripts/scripts/hr_work_entry/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_work_entry/15.0.1.0/upgrade_analysis.txt index ea2bb0820066..d9524aad11c5 100644 --- a/openupgrade_scripts/scripts/hr_work_entry/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_work_entry/15.0.1.0/upgrade_analysis.txt @@ -1,7 +1,6 @@ ---Models in module 'hr_work_entry'--- ---Fields in module 'hr_work_entry'--- hr_work_entry / hr.work.entry / department_id (many2one) : NEW relation: hr.department, isrelated: related, stored -hr_work_entry / hr.work.entry / name (char) : now a function ---XML records in module 'hr_work_entry'--- NEW ir.model.constraint: hr_work_entry.constraint_hr_work_entry__work_entries_no_validated_conflict NEW ir.ui.view: hr_work_entry.hr_employee_view_form diff --git a/openupgrade_scripts/scripts/hr_work_entry_contract/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_work_entry_contract/15.0.1.0/upgrade_analysis.txt index a8e386b9115a..75a9b0361e35 100644 --- a/openupgrade_scripts/scripts/hr_work_entry_contract/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/hr_work_entry_contract/15.0.1.0/upgrade_analysis.txt @@ -1,10 +1,10 @@ ---Models in module 'hr_work_entry_contract'--- new model hr.work.entry.regeneration.wizard [transient] ---Fields in module 'hr_work_entry_contract'--- -hr_work_entry_contract / hr.contract / date_generated_from (datetime): NEW required, req_default: function, hasdefault -hr_work_entry_contract / hr.contract / date_generated_to (datetime) : NEW required, req_default: function, hasdefault +hr_work_entry_contract / hr.contract / date_generated_from (datetime): NEW required +hr_work_entry_contract / hr.contract / date_generated_to (datetime) : NEW required hr_work_entry_contract / hr.work.entry / contract_id (many2one) : NEW relation: hr.contract, required -hr_work_entry_contract / hr.work.entry.type / is_leave (boolean) : NEW hasdefault +hr_work_entry_contract / hr.work.entry.type / is_leave (boolean) : NEW hasdefault: default ---XML records in module 'hr_work_entry_contract'--- NEW hr.work.entry.type: hr_work_entry_contract.work_entry_type_compensatory NEW hr.work.entry.type: hr_work_entry_contract.work_entry_type_home_working diff --git a/openupgrade_scripts/scripts/im_livechat/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/im_livechat/15.0.1.0/upgrade_analysis.txt index aaf189ab450b..b9522856e858 100644 --- a/openupgrade_scripts/scripts/im_livechat/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/im_livechat/15.0.1.0/upgrade_analysis.txt @@ -2,7 +2,7 @@ ---Fields in module 'im_livechat'--- im_livechat / im_livechat.channel / script_external (text) : type is now 'html' ('text') im_livechat / mail.channel / channel_type (False) : selection_keys is now '['channel', 'chat', 'group', 'livechat']' ('['channel', 'chat', 'livechat']') -im_livechat / res.users.settings / is_discuss_sidebar_category_livechat_open (boolean): NEW hasdefault +im_livechat / res.users.settings / is_discuss_sidebar_category_livechat_open (boolean): NEW hasdefault: default ---XML records in module 'im_livechat'--- NEW ir.actions.act_window: im_livechat.rating_rating_action_livechat DEL ir.actions.act_window: im_livechat.rating_rating_action_view_livechat_rating diff --git a/openupgrade_scripts/scripts/l10n_ar/15.0.3.5/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ar/15.0.3.5/upgrade_analysis.txt index f323243a31b9..1a8e3812d169 100644 --- a/openupgrade_scripts/scripts/l10n_ar/15.0.3.5/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/l10n_ar/15.0.3.5/upgrade_analysis.txt @@ -1,6 +1,11 @@ ---Models in module 'l10n_ar'--- ---Fields in module 'l10n_ar'--- ---XML records in module 'l10n_ar'--- +DEL account.account.template: l10n_ar.base_amortizacion_derechos_de_marca +DEL account.account.template: l10n_ar.base_amortizacion_instalaciones +DEL account.account.template: l10n_ar.base_amortizacion_maq_y_equipos +DEL account.account.template: l10n_ar.base_amortizacion_muebles_utiles +DEL account.account.template: l10n_ar.base_amortizacion_rodados NEW account.tax.group: l10n_ar.tax_group_otros_impuestos (noupdate) NEW ir.ui.view: l10n_ar.product_uom_categ_form_view NEW ir.ui.view: l10n_ar.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/l10n_ec/15.0.3.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ec/15.0.3.3/upgrade_analysis.txt index 1c963b2de3d8..b8990b9480e8 100644 --- a/openupgrade_scripts/scripts/l10n_ec/15.0.3.3/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/l10n_ec/15.0.3.3/upgrade_analysis.txt @@ -1,10 +1,10 @@ ---Models in module 'l10n_ec'--- new model l10n_ec.sri.payment ---Fields in module 'l10n_ec'--- -l10n_ec / account.journal / l10n_ec_emission (char) : NEW hasdefault +l10n_ec / account.journal / l10n_ec_emission (char) : NEW hasdefault: default l10n_ec / account.journal / l10n_ec_emission_address_id (many2one): NEW relation: res.partner -l10n_ec / account.journal / l10n_ec_emission_type (selection): NEW selection_keys: ['auto_printer', 'electronic', 'pre_printed'], hasdefault -l10n_ec / account.journal / l10n_ec_entity (char) : NEW hasdefault +l10n_ec / account.journal / l10n_ec_emission_type (selection): NEW selection_keys: ['auto_printer', 'electronic', 'pre_printed'], hasdefault: default +l10n_ec / account.journal / l10n_ec_entity (char) : NEW hasdefault: default l10n_ec / account.move / l10n_ec_sri_payment_id (many2one): NEW relation: l10n_ec.sri.payment l10n_ec / account.tax / l10n_ec_code_applied (char) : NEW l10n_ec / account.tax / l10n_ec_code_ats (char) : NEW @@ -16,7 +16,7 @@ l10n_ec / account.tax.template / l10n_ec_code_base (char) : NEW l10n_ec / l10n_ec.sri.payment / code (char) : NEW l10n_ec / l10n_ec.sri.payment / name (char) : NEW l10n_ec / l10n_latam.document.type / internal_type (False) : NEW selection_keys: ['credit_note', 'debit_note', 'invoice', 'invoice_in', 'purchase_liquidation', 'receipt_invoice'], mode: modify -l10n_ec / l10n_latam.document.type / l10n_ec_check_format (boolean): NEW hasdefault +l10n_ec / l10n_latam.document.type / l10n_ec_check_format (boolean): NEW hasdefault: default ---XML records in module 'l10n_ec'--- NEW account.account.template: l10n_ec.ec11010401 NEW account.account.template: l10n_ec.ec110201 diff --git a/openupgrade_scripts/scripts/l10n_eg/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_eg/15.0.1.0/upgrade_analysis.txt index 9105e6c875bc..cfada852c7d9 100644 --- a/openupgrade_scripts/scripts/l10n_eg/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/l10n_eg/15.0.1.0/upgrade_analysis.txt @@ -1,8 +1,8 @@ ---Models in module 'l10n_eg'--- new model l10n_eg.eta.account.tax.mixin [abstract] ---Fields in module 'l10n_eg'--- -l10n_eg / account.tax / l10n_eg_eta_code (selection) : NEW selection_keys: ['t10_mn01', 't10_mn02', 't11_mi01', 't11_mi02', 't12_of01', 't12_of02', 't13_st03', 't14_st04', 't15_ent03', 't15_ent04', 't16_rd03', 't16_rd04', 't17_sc03', 't17_sc04', 't18_mn03', 't18_mn04', 't19_mi03', 't19_mi04', 't1_v001', 't1_v002', 't1_v003', 't1_v004', 't1_v005', 't1_v006', 't1_v007', 't1_v008', 't1_v009', 't1_v010', 't20_of03', 't20_of04', 't2_tbl01', 't3_tbl02', 't4_w001', 't4_w002', 't4_w003', 't4_w004', 't4_w005', 't4_w006', 't4_w007', 't4_w008', 't4_w009', 't4_w010', 't4_w011', 't4_w012', 't4_w013', 't4_w014', 't4_w015', 't4_w016', 't5_st01', 't6_st02', 't7_ent01', 't7_ent02', 't8_rd01', 't8_rd02', 't9_sc01', 't9_sc02'], hasdefault -l10n_eg / account.tax.template / l10n_eg_eta_code (selection) : NEW selection_keys: ['t10_mn01', 't10_mn02', 't11_mi01', 't11_mi02', 't12_of01', 't12_of02', 't13_st03', 't14_st04', 't15_ent03', 't15_ent04', 't16_rd03', 't16_rd04', 't17_sc03', 't17_sc04', 't18_mn03', 't18_mn04', 't19_mi03', 't19_mi04', 't1_v001', 't1_v002', 't1_v003', 't1_v004', 't1_v005', 't1_v006', 't1_v007', 't1_v008', 't1_v009', 't1_v010', 't20_of03', 't20_of04', 't2_tbl01', 't3_tbl02', 't4_w001', 't4_w002', 't4_w003', 't4_w004', 't4_w005', 't4_w006', 't4_w007', 't4_w008', 't4_w009', 't4_w010', 't4_w011', 't4_w012', 't4_w013', 't4_w014', 't4_w015', 't4_w016', 't5_st01', 't6_st02', 't7_ent01', 't7_ent02', 't8_rd01', 't8_rd02', 't9_sc01', 't9_sc02'], hasdefault +l10n_eg / account.tax / l10n_eg_eta_code (selection) : NEW selection_keys: ['t10_mn01', 't10_mn02', 't11_mi01', 't11_mi02', 't12_of01', 't12_of02', 't13_st03', 't14_st04', 't15_ent03', 't15_ent04', 't16_rd03', 't16_rd04', 't17_sc03', 't17_sc04', 't18_mn03', 't18_mn04', 't19_mi03', 't19_mi04', 't1_v001', 't1_v002', 't1_v003', 't1_v004', 't1_v005', 't1_v006', 't1_v007', 't1_v008', 't1_v009', 't1_v010', 't20_of03', 't20_of04', 't2_tbl01', 't3_tbl02', 't4_w001', 't4_w002', 't4_w003', 't4_w004', 't4_w005', 't4_w006', 't4_w007', 't4_w008', 't4_w009', 't4_w010', 't4_w011', 't4_w012', 't4_w013', 't4_w014', 't4_w015', 't4_w016', 't5_st01', 't6_st02', 't7_ent01', 't7_ent02', 't8_rd01', 't8_rd02', 't9_sc01', 't9_sc02'], hasdefault: default +l10n_eg / account.tax.template / l10n_eg_eta_code (selection) : NEW selection_keys: ['t10_mn01', 't10_mn02', 't11_mi01', 't11_mi02', 't12_of01', 't12_of02', 't13_st03', 't14_st04', 't15_ent03', 't15_ent04', 't16_rd03', 't16_rd04', 't17_sc03', 't17_sc04', 't18_mn03', 't18_mn04', 't19_mi03', 't19_mi04', 't1_v001', 't1_v002', 't1_v003', 't1_v004', 't1_v005', 't1_v006', 't1_v007', 't1_v008', 't1_v009', 't1_v010', 't20_of03', 't20_of04', 't2_tbl01', 't3_tbl02', 't4_w001', 't4_w002', 't4_w003', 't4_w004', 't4_w005', 't4_w006', 't4_w007', 't4_w008', 't4_w009', 't4_w010', 't4_w011', 't4_w012', 't4_w013', 't4_w014', 't4_w015', 't4_w016', 't5_st01', 't6_st02', 't7_ent01', 't7_ent02', 't8_rd01', 't8_rd02', 't9_sc01', 't9_sc02'], hasdefault: default ---XML records in module 'l10n_eg'--- NEW account.account.template: l10n_eg.egy_account_100101 NEW account.account.template: l10n_eg.egy_account_100102 diff --git a/openupgrade_scripts/scripts/l10n_eg_edi_eta/15.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_eg_edi_eta/15.0.0.1/upgrade_analysis.txt index 0a75c88215c6..5016748c8dce 100644 --- a/openupgrade_scripts/scripts/l10n_eg_edi_eta/15.0.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/l10n_eg_edi_eta/15.0.0.1/upgrade_analysis.txt @@ -15,15 +15,15 @@ l10n_eg_edi_eta / l10n_eg_edi.activity.type / code (char) : NE l10n_eg_edi_eta / l10n_eg_edi.activity.type / name (char) : NEW required l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / access_token (char) : NEW required l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / certificate (binary) : NEW attachment: True -l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / company_id (many2one) : NEW relation: res.company, required, req_default: function, hasdefault +l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / company_id (many2one) : NEW relation: res.company, required, hasdefault: default l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / pin (char) : NEW required -l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / user_id (many2one) : NEW relation: res.users, required, req_default: function, hasdefault +l10n_eg_edi_eta / l10n_eg_edi.thumb.drive / user_id (many2one) : NEW relation: res.users, required, hasdefault: default l10n_eg_edi_eta / l10n_eg_edi.uom.code / code (char) : NEW required l10n_eg_edi_eta / l10n_eg_edi.uom.code / name (char) : NEW required l10n_eg_edi_eta / product.product / l10n_eg_eta_code (char) : NEW l10n_eg_edi_eta / res.company / l10n_eg_client_identifier (char): NEW l10n_eg_edi_eta / res.company / l10n_eg_client_secret (char) : NEW -l10n_eg_edi_eta / res.company / l10n_eg_invoicing_threshold (float): NEW hasdefault +l10n_eg_edi_eta / res.company / l10n_eg_invoicing_threshold (float): NEW hasdefault: default l10n_eg_edi_eta / res.company / l10n_eg_production_env (boolean): NEW l10n_eg_edi_eta / res.partner / l10n_eg_building_no (char) : NEW l10n_eg_edi_eta / uom.uom / l10n_eg_unit_code_id (many2one): NEW relation: l10n_eg_edi.uom.code diff --git a/openupgrade_scripts/scripts/l10n_fr/15.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_fr/15.0.2.0/noupdate_changes.xml index e5732d403d6c..f9b068878872 100644 --- a/openupgrade_scripts/scripts/l10n_fr/15.0.2.0/noupdate_changes.xml +++ b/openupgrade_scripts/scripts/l10n_fr/15.0.2.0/noupdate_changes.xml @@ -1,20 +1,5 @@ - - - - - - - - - - - - - - - diff --git a/openupgrade_scripts/scripts/l10n_rs/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_rs/15.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..99200f7aed43 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_rs/15.0.1.0/upgrade_analysis.txt @@ -0,0 +1,566 @@ +---Models in module 'l10n_rs'--- +---Fields in module 'l10n_rs'--- +l10n_rs / account.move / l10n_rs_turnover_date (date) : NEW +l10n_rs / res.partner / l10n_rs_company_registry (char): NEW +---XML records in module 'l10n_rs'--- +NEW account.account.template: l10n_rs.rs_000 +NEW account.account.template: l10n_rs.rs_001 +NEW account.account.template: l10n_rs.rs_010 +NEW account.account.template: l10n_rs.rs_011 +NEW account.account.template: l10n_rs.rs_012 +NEW account.account.template: l10n_rs.rs_013 +NEW account.account.template: l10n_rs.rs_014 +NEW account.account.template: l10n_rs.rs_015 +NEW account.account.template: l10n_rs.rs_016 +NEW account.account.template: l10n_rs.rs_019 +NEW account.account.template: l10n_rs.rs_020 +NEW account.account.template: l10n_rs.rs_021 +NEW account.account.template: l10n_rs.rs_022 +NEW account.account.template: l10n_rs.rs_023 +NEW account.account.template: l10n_rs.rs_024 +NEW account.account.template: l10n_rs.rs_025 +NEW account.account.template: l10n_rs.rs_026 +NEW account.account.template: l10n_rs.rs_027 +NEW account.account.template: l10n_rs.rs_028 +NEW account.account.template: l10n_rs.rs_029 +NEW account.account.template: l10n_rs.rs_030 +NEW account.account.template: l10n_rs.rs_031 +NEW account.account.template: l10n_rs.rs_032 +NEW account.account.template: l10n_rs.rs_037 +NEW account.account.template: l10n_rs.rs_038 +NEW account.account.template: l10n_rs.rs_039 +NEW account.account.template: l10n_rs.rs_040 +NEW account.account.template: l10n_rs.rs_041 +NEW account.account.template: l10n_rs.rs_042 +NEW account.account.template: l10n_rs.rs_0430 +NEW account.account.template: l10n_rs.rs_0431 +NEW account.account.template: l10n_rs.rs_0440 +NEW account.account.template: l10n_rs.rs_0441 +NEW account.account.template: l10n_rs.rs_0450 +NEW account.account.template: l10n_rs.rs_0451 +NEW account.account.template: l10n_rs.rs_046 +NEW account.account.template: l10n_rs.rs_047 +NEW account.account.template: l10n_rs.rs_048 +NEW account.account.template: l10n_rs.rs_049 +NEW account.account.template: l10n_rs.rs_050 +NEW account.account.template: l10n_rs.rs_051 +NEW account.account.template: l10n_rs.rs_052 +NEW account.account.template: l10n_rs.rs_053 +NEW account.account.template: l10n_rs.rs_054 +NEW account.account.template: l10n_rs.rs_055 +NEW account.account.template: l10n_rs.rs_056 +NEW account.account.template: l10n_rs.rs_059 +NEW account.account.template: l10n_rs.rs_100 +NEW account.account.template: l10n_rs.rs_101 +NEW account.account.template: l10n_rs.rs_102 +NEW account.account.template: l10n_rs.rs_103 +NEW account.account.template: l10n_rs.rs_104 +NEW account.account.template: l10n_rs.rs_109 +NEW account.account.template: l10n_rs.rs_110 +NEW account.account.template: l10n_rs.rs_111 +NEW account.account.template: l10n_rs.rs_120 +NEW account.account.template: l10n_rs.rs_130 +NEW account.account.template: l10n_rs.rs_131 +NEW account.account.template: l10n_rs.rs_132 +NEW account.account.template: l10n_rs.rs_133 +NEW account.account.template: l10n_rs.rs_134 +NEW account.account.template: l10n_rs.rs_135 +NEW account.account.template: l10n_rs.rs_136 +NEW account.account.template: l10n_rs.rs_137 +NEW account.account.template: l10n_rs.rs_139 +NEW account.account.template: l10n_rs.rs_140 +NEW account.account.template: l10n_rs.rs_141 +NEW account.account.template: l10n_rs.rs_142 +NEW account.account.template: l10n_rs.rs_143 +NEW account.account.template: l10n_rs.rs_144 +NEW account.account.template: l10n_rs.rs_145 +NEW account.account.template: l10n_rs.rs_146 +NEW account.account.template: l10n_rs.rs_147 +NEW account.account.template: l10n_rs.rs_149 +NEW account.account.template: l10n_rs.rs_150 +NEW account.account.template: l10n_rs.rs_151 +NEW account.account.template: l10n_rs.rs_152 +NEW account.account.template: l10n_rs.rs_153 +NEW account.account.template: l10n_rs.rs_154 +NEW account.account.template: l10n_rs.rs_155 +NEW account.account.template: l10n_rs.rs_159 +NEW account.account.template: l10n_rs.rs_200 +NEW account.account.template: l10n_rs.rs_201 +NEW account.account.template: l10n_rs.rs_202 +NEW account.account.template: l10n_rs.rs_203 +NEW account.account.template: l10n_rs.rs_204 +NEW account.account.template: l10n_rs.rs_205 +NEW account.account.template: l10n_rs.rs_206 +NEW account.account.template: l10n_rs.rs_209 +NEW account.account.template: l10n_rs.rs_210 +NEW account.account.template: l10n_rs.rs_211 +NEW account.account.template: l10n_rs.rs_212 +NEW account.account.template: l10n_rs.rs_218 +NEW account.account.template: l10n_rs.rs_219 +NEW account.account.template: l10n_rs.rs_220 +NEW account.account.template: l10n_rs.rs_221 +NEW account.account.template: l10n_rs.rs_222 +NEW account.account.template: l10n_rs.rs_223 +NEW account.account.template: l10n_rs.rs_224 +NEW account.account.template: l10n_rs.rs_225 +NEW account.account.template: l10n_rs.rs_226 +NEW account.account.template: l10n_rs.rs_228 +NEW account.account.template: l10n_rs.rs_229 +NEW account.account.template: l10n_rs.rs_230 +NEW account.account.template: l10n_rs.rs_231 +NEW account.account.template: l10n_rs.rs_232 +NEW account.account.template: l10n_rs.rs_233 +NEW account.account.template: l10n_rs.rs_234 +NEW account.account.template: l10n_rs.rs_235 +NEW account.account.template: l10n_rs.rs_236 +NEW account.account.template: l10n_rs.rs_237 +NEW account.account.template: l10n_rs.rs_238 +NEW account.account.template: l10n_rs.rs_239 +NEW account.account.template: l10n_rs.rs_240 +NEW account.account.template: l10n_rs.rs_241 +NEW account.account.template: l10n_rs.rs_242 +NEW account.account.template: l10n_rs.rs_243 +NEW account.account.template: l10n_rs.rs_244 +NEW account.account.template: l10n_rs.rs_245 +NEW account.account.template: l10n_rs.rs_246 +NEW account.account.template: l10n_rs.rs_248 +NEW account.account.template: l10n_rs.rs_249 +NEW account.account.template: l10n_rs.rs_270 +NEW account.account.template: l10n_rs.rs_271 +NEW account.account.template: l10n_rs.rs_272 +NEW account.account.template: l10n_rs.rs_273 +NEW account.account.template: l10n_rs.rs_274 +NEW account.account.template: l10n_rs.rs_275 +NEW account.account.template: l10n_rs.rs_276 +NEW account.account.template: l10n_rs.rs_277 +NEW account.account.template: l10n_rs.rs_278 +NEW account.account.template: l10n_rs.rs_279 +NEW account.account.template: l10n_rs.rs_280 +NEW account.account.template: l10n_rs.rs_281 +NEW account.account.template: l10n_rs.rs_282 +NEW account.account.template: l10n_rs.rs_288 +NEW account.account.template: l10n_rs.rs_289 +NEW account.account.template: l10n_rs.rs_300 +NEW account.account.template: l10n_rs.rs_301 +NEW account.account.template: l10n_rs.rs_302 +NEW account.account.template: l10n_rs.rs_303 +NEW account.account.template: l10n_rs.rs_304 +NEW account.account.template: l10n_rs.rs_305 +NEW account.account.template: l10n_rs.rs_306 +NEW account.account.template: l10n_rs.rs_309 +NEW account.account.template: l10n_rs.rs_310 +NEW account.account.template: l10n_rs.rs_311 +NEW account.account.template: l10n_rs.rs_321 +NEW account.account.template: l10n_rs.rs_322 +NEW account.account.template: l10n_rs.rs_330 +NEW account.account.template: l10n_rs.rs_331 +NEW account.account.template: l10n_rs.rs_332 +NEW account.account.template: l10n_rs.rs_333 +NEW account.account.template: l10n_rs.rs_334 +NEW account.account.template: l10n_rs.rs_335 +NEW account.account.template: l10n_rs.rs_336 +NEW account.account.template: l10n_rs.rs_337 +NEW account.account.template: l10n_rs.rs_340 +NEW account.account.template: l10n_rs.rs_341 +NEW account.account.template: l10n_rs.rs_350 +NEW account.account.template: l10n_rs.rs_351 +NEW account.account.template: l10n_rs.rs_400 +NEW account.account.template: l10n_rs.rs_401 +NEW account.account.template: l10n_rs.rs_402 +NEW account.account.template: l10n_rs.rs_403 +NEW account.account.template: l10n_rs.rs_404 +NEW account.account.template: l10n_rs.rs_405 +NEW account.account.template: l10n_rs.rs_409 +NEW account.account.template: l10n_rs.rs_410 +NEW account.account.template: l10n_rs.rs_411 +NEW account.account.template: l10n_rs.rs_412 +NEW account.account.template: l10n_rs.rs_413 +NEW account.account.template: l10n_rs.rs_414 +NEW account.account.template: l10n_rs.rs_415 +NEW account.account.template: l10n_rs.rs_416 +NEW account.account.template: l10n_rs.rs_419 +NEW account.account.template: l10n_rs.rs_420 +NEW account.account.template: l10n_rs.rs_421 +NEW account.account.template: l10n_rs.rs_422 +NEW account.account.template: l10n_rs.rs_423 +NEW account.account.template: l10n_rs.rs_424 +NEW account.account.template: l10n_rs.rs_425 +NEW account.account.template: l10n_rs.rs_426 +NEW account.account.template: l10n_rs.rs_427 +NEW account.account.template: l10n_rs.rs_429 +NEW account.account.template: l10n_rs.rs_430 +NEW account.account.template: l10n_rs.rs_431 +NEW account.account.template: l10n_rs.rs_432 +NEW account.account.template: l10n_rs.rs_433 +NEW account.account.template: l10n_rs.rs_434 +NEW account.account.template: l10n_rs.rs_435 +NEW account.account.template: l10n_rs.rs_436 +NEW account.account.template: l10n_rs.rs_439 +NEW account.account.template: l10n_rs.rs_440 +NEW account.account.template: l10n_rs.rs_441 +NEW account.account.template: l10n_rs.rs_442 +NEW account.account.template: l10n_rs.rs_449 +NEW account.account.template: l10n_rs.rs_450 +NEW account.account.template: l10n_rs.rs_451 +NEW account.account.template: l10n_rs.rs_452 +NEW account.account.template: l10n_rs.rs_453 +NEW account.account.template: l10n_rs.rs_454 +NEW account.account.template: l10n_rs.rs_455 +NEW account.account.template: l10n_rs.rs_456 +NEW account.account.template: l10n_rs.rs_460 +NEW account.account.template: l10n_rs.rs_461 +NEW account.account.template: l10n_rs.rs_462 +NEW account.account.template: l10n_rs.rs_463 +NEW account.account.template: l10n_rs.rs_464 +NEW account.account.template: l10n_rs.rs_465 +NEW account.account.template: l10n_rs.rs_466 +NEW account.account.template: l10n_rs.rs_467 +NEW account.account.template: l10n_rs.rs_469 +NEW account.account.template: l10n_rs.rs_470 +NEW account.account.template: l10n_rs.rs_471 +NEW account.account.template: l10n_rs.rs_472 +NEW account.account.template: l10n_rs.rs_473 +NEW account.account.template: l10n_rs.rs_474 +NEW account.account.template: l10n_rs.rs_475 +NEW account.account.template: l10n_rs.rs_476 +NEW account.account.template: l10n_rs.rs_479 +NEW account.account.template: l10n_rs.rs_480 +NEW account.account.template: l10n_rs.rs_481 +NEW account.account.template: l10n_rs.rs_482 +NEW account.account.template: l10n_rs.rs_483 +NEW account.account.template: l10n_rs.rs_489 +NEW account.account.template: l10n_rs.rs_490 +NEW account.account.template: l10n_rs.rs_491 +NEW account.account.template: l10n_rs.rs_494 +NEW account.account.template: l10n_rs.rs_495 +NEW account.account.template: l10n_rs.rs_496 +NEW account.account.template: l10n_rs.rs_498 +NEW account.account.template: l10n_rs.rs_499 +NEW account.account.template: l10n_rs.rs_500 +NEW account.account.template: l10n_rs.rs_501 +NEW account.account.template: l10n_rs.rs_502 +NEW account.account.template: l10n_rs.rs_503 +NEW account.account.template: l10n_rs.rs_510 +NEW account.account.template: l10n_rs.rs_511 +NEW account.account.template: l10n_rs.rs_512 +NEW account.account.template: l10n_rs.rs_513 +NEW account.account.template: l10n_rs.rs_514 +NEW account.account.template: l10n_rs.rs_515 +NEW account.account.template: l10n_rs.rs_520 +NEW account.account.template: l10n_rs.rs_521 +NEW account.account.template: l10n_rs.rs_522 +NEW account.account.template: l10n_rs.rs_523 +NEW account.account.template: l10n_rs.rs_524 +NEW account.account.template: l10n_rs.rs_525 +NEW account.account.template: l10n_rs.rs_526 +NEW account.account.template: l10n_rs.rs_529 +NEW account.account.template: l10n_rs.rs_530 +NEW account.account.template: l10n_rs.rs_531 +NEW account.account.template: l10n_rs.rs_532 +NEW account.account.template: l10n_rs.rs_533 +NEW account.account.template: l10n_rs.rs_534 +NEW account.account.template: l10n_rs.rs_535 +NEW account.account.template: l10n_rs.rs_536 +NEW account.account.template: l10n_rs.rs_537 +NEW account.account.template: l10n_rs.rs_539 +NEW account.account.template: l10n_rs.rs_540 +NEW account.account.template: l10n_rs.rs_541 +NEW account.account.template: l10n_rs.rs_542 +NEW account.account.template: l10n_rs.rs_543 +NEW account.account.template: l10n_rs.rs_544 +NEW account.account.template: l10n_rs.rs_545 +NEW account.account.template: l10n_rs.rs_549 +NEW account.account.template: l10n_rs.rs_550 +NEW account.account.template: l10n_rs.rs_551 +NEW account.account.template: l10n_rs.rs_552 +NEW account.account.template: l10n_rs.rs_553 +NEW account.account.template: l10n_rs.rs_554 +NEW account.account.template: l10n_rs.rs_555 +NEW account.account.template: l10n_rs.rs_556 +NEW account.account.template: l10n_rs.rs_559 +NEW account.account.template: l10n_rs.rs_560 +NEW account.account.template: l10n_rs.rs_561 +NEW account.account.template: l10n_rs.rs_562 +NEW account.account.template: l10n_rs.rs_563 +NEW account.account.template: l10n_rs.rs_564 +NEW account.account.template: l10n_rs.rs_565 +NEW account.account.template: l10n_rs.rs_566 +NEW account.account.template: l10n_rs.rs_569 +NEW account.account.template: l10n_rs.rs_570 +NEW account.account.template: l10n_rs.rs_571 +NEW account.account.template: l10n_rs.rs_572 +NEW account.account.template: l10n_rs.rs_573 +NEW account.account.template: l10n_rs.rs_574 +NEW account.account.template: l10n_rs.rs_575 +NEW account.account.template: l10n_rs.rs_576 +NEW account.account.template: l10n_rs.rs_577 +NEW account.account.template: l10n_rs.rs_579 +NEW account.account.template: l10n_rs.rs_5791 +NEW account.account.template: l10n_rs.rs_580 +NEW account.account.template: l10n_rs.rs_581 +NEW account.account.template: l10n_rs.rs_582 +NEW account.account.template: l10n_rs.rs_583 +NEW account.account.template: l10n_rs.rs_584 +NEW account.account.template: l10n_rs.rs_585 +NEW account.account.template: l10n_rs.rs_589 +NEW account.account.template: l10n_rs.rs_590 +NEW account.account.template: l10n_rs.rs_591 +NEW account.account.template: l10n_rs.rs_592 +NEW account.account.template: l10n_rs.rs_599 +NEW account.account.template: l10n_rs.rs_600 +NEW account.account.template: l10n_rs.rs_601 +NEW account.account.template: l10n_rs.rs_602 +NEW account.account.template: l10n_rs.rs_603 +NEW account.account.template: l10n_rs.rs_604 +NEW account.account.template: l10n_rs.rs_605 +NEW account.account.template: l10n_rs.rs_610 +NEW account.account.template: l10n_rs.rs_611 +NEW account.account.template: l10n_rs.rs_612 +NEW account.account.template: l10n_rs.rs_613 +NEW account.account.template: l10n_rs.rs_614 +NEW account.account.template: l10n_rs.rs_615 +NEW account.account.template: l10n_rs.rs_620 +NEW account.account.template: l10n_rs.rs_621 +NEW account.account.template: l10n_rs.rs_630 +NEW account.account.template: l10n_rs.rs_631 +NEW account.account.template: l10n_rs.rs_640 +NEW account.account.template: l10n_rs.rs_641 +NEW account.account.template: l10n_rs.rs_650 +NEW account.account.template: l10n_rs.rs_651 +NEW account.account.template: l10n_rs.rs_652 +NEW account.account.template: l10n_rs.rs_659 +NEW account.account.template: l10n_rs.rs_660 +NEW account.account.template: l10n_rs.rs_661 +NEW account.account.template: l10n_rs.rs_662 +NEW account.account.template: l10n_rs.rs_663 +NEW account.account.template: l10n_rs.rs_664 +NEW account.account.template: l10n_rs.rs_665 +NEW account.account.template: l10n_rs.rs_669 +NEW account.account.template: l10n_rs.rs_670 +NEW account.account.template: l10n_rs.rs_671 +NEW account.account.template: l10n_rs.rs_672 +NEW account.account.template: l10n_rs.rs_673 +NEW account.account.template: l10n_rs.rs_674 +NEW account.account.template: l10n_rs.rs_675 +NEW account.account.template: l10n_rs.rs_676 +NEW account.account.template: l10n_rs.rs_677 +NEW account.account.template: l10n_rs.rs_678 +NEW account.account.template: l10n_rs.rs_679 +NEW account.account.template: l10n_rs.rs_6791 +NEW account.account.template: l10n_rs.rs_680 +NEW account.account.template: l10n_rs.rs_681 +NEW account.account.template: l10n_rs.rs_682 +NEW account.account.template: l10n_rs.rs_683 +NEW account.account.template: l10n_rs.rs_684 +NEW account.account.template: l10n_rs.rs_685 +NEW account.account.template: l10n_rs.rs_689 +NEW account.account.template: l10n_rs.rs_690 +NEW account.account.template: l10n_rs.rs_691 +NEW account.account.template: l10n_rs.rs_692 +NEW account.account.template: l10n_rs.rs_699 +NEW account.account.template: l10n_rs.rs_700 +NEW account.account.template: l10n_rs.rs_710 +NEW account.account.template: l10n_rs.rs_711 +NEW account.account.template: l10n_rs.rs_712 +NEW account.account.template: l10n_rs.rs_720 +NEW account.account.template: l10n_rs.rs_721 +NEW account.account.template: l10n_rs.rs_7220 +NEW account.account.template: l10n_rs.rs_7221 +NEW account.account.template: l10n_rs.rs_723 +NEW account.account.template: l10n_rs.rs_724 +NEW account.account.template: l10n_rs.rs_730 +NEW account.account.template: l10n_rs.rs_880 +NEW account.account.template: l10n_rs.rs_881 +NEW account.account.template: l10n_rs.rs_882 +NEW account.account.template: l10n_rs.rs_883 +NEW account.account.template: l10n_rs.rs_884 +NEW account.account.template: l10n_rs.rs_885 +NEW account.account.template: l10n_rs.rs_889 +NEW account.account.template: l10n_rs.rs_890 +NEW account.account.template: l10n_rs.rs_891 +NEW account.account.template: l10n_rs.rs_892 +NEW account.account.template: l10n_rs.rs_893 +NEW account.account.template: l10n_rs.rs_894 +NEW account.account.template: l10n_rs.rs_895 +NEW account.account.template: l10n_rs.rs_899 +NEW account.account.template: l10n_rs.rs_900 +NEW account.account.template: l10n_rs.rs_901 +NEW account.account.template: l10n_rs.rs_902 +NEW account.account.template: l10n_rs.rs_903 +NEW account.account.template: l10n_rs.rs_910 +NEW account.account.template: l10n_rs.rs_911 +NEW account.account.template: l10n_rs.rs_912 +NEW account.account.template: l10n_rs.rs_950 +NEW account.account.template: l10n_rs.rs_951 +NEW account.account.template: l10n_rs.rs_952 +NEW account.account.template: l10n_rs.rs_953 +NEW account.account.template: l10n_rs.rs_954 +NEW account.account.template: l10n_rs.rs_955 +NEW account.account.template: l10n_rs.rs_956 +NEW account.account.template: l10n_rs.rs_957 +NEW account.account.template: l10n_rs.rs_958 +NEW account.account.template: l10n_rs.rs_959 +NEW account.account.template: l10n_rs.rs_960 +NEW account.account.template: l10n_rs.rs_961 +NEW account.account.template: l10n_rs.rs_962 +NEW account.account.template: l10n_rs.rs_963 +NEW account.account.template: l10n_rs.rs_964 +NEW account.account.template: l10n_rs.rs_965 +NEW account.account.template: l10n_rs.rs_966 +NEW account.account.template: l10n_rs.rs_967 +NEW account.account.template: l10n_rs.rs_968 +NEW account.account.template: l10n_rs.rs_969 +NEW account.account.template: l10n_rs.rs_980 +NEW account.account.template: l10n_rs.rs_981 +NEW account.account.template: l10n_rs.rs_982 +NEW account.account.template: l10n_rs.rs_983 +NEW account.account.template: l10n_rs.rs_986 +NEW account.account.template: l10n_rs.rs_987 +NEW account.account.template: l10n_rs.rs_989 +NEW account.account.template: l10n_rs.rs_990 +NEW account.account.template: l10n_rs.rs_991 +NEW account.account.template: l10n_rs.rs_992 +NEW account.account.template: l10n_rs.rs_993 +NEW account.account.template: l10n_rs.rs_994 +NEW account.account.template: l10n_rs.rs_999 +NEW account.chart.template: l10n_rs.l10n_rs_chart_template +NEW account.fiscal.position.account.template: l10n_rs.fiscal_position_account_template_foreign +NEW account.fiscal.position.tax.template: l10n_rs.account_fiscal_position_purchase_10_0 +NEW account.fiscal.position.tax.template: l10n_rs.account_fiscal_position_purchase_20_0 +NEW account.fiscal.position.tax.template: l10n_rs.account_fiscal_position_sale_10_0 +NEW account.fiscal.position.tax.template: l10n_rs.account_fiscal_position_sale_20_0 +NEW account.fiscal.position.template: l10n_rs.fiscal_position_template_domestic +NEW account.fiscal.position.template: l10n_rs.fiscal_position_template_foreign +NEW account.group.template: l10n_rs.rs_group_0 +NEW account.group.template: l10n_rs.rs_group_00 +NEW account.group.template: l10n_rs.rs_group_01 +NEW account.group.template: l10n_rs.rs_group_02 +NEW account.group.template: l10n_rs.rs_group_03 +NEW account.group.template: l10n_rs.rs_group_04 +NEW account.group.template: l10n_rs.rs_group_043 +NEW account.group.template: l10n_rs.rs_group_044 +NEW account.group.template: l10n_rs.rs_group_045 +NEW account.group.template: l10n_rs.rs_group_05 +NEW account.group.template: l10n_rs.rs_group_1 +NEW account.group.template: l10n_rs.rs_group_10 +NEW account.group.template: l10n_rs.rs_group_11 +NEW account.group.template: l10n_rs.rs_group_12 +NEW account.group.template: l10n_rs.rs_group_13 +NEW account.group.template: l10n_rs.rs_group_14 +NEW account.group.template: l10n_rs.rs_group_15 +NEW account.group.template: l10n_rs.rs_group_2 +NEW account.group.template: l10n_rs.rs_group_20 +NEW account.group.template: l10n_rs.rs_group_21 +NEW account.group.template: l10n_rs.rs_group_22 +NEW account.group.template: l10n_rs.rs_group_23 +NEW account.group.template: l10n_rs.rs_group_24 +NEW account.group.template: l10n_rs.rs_group_27 +NEW account.group.template: l10n_rs.rs_group_28 +NEW account.group.template: l10n_rs.rs_group_3 +NEW account.group.template: l10n_rs.rs_group_30 +NEW account.group.template: l10n_rs.rs_group_31 +NEW account.group.template: l10n_rs.rs_group_32 +NEW account.group.template: l10n_rs.rs_group_33 +NEW account.group.template: l10n_rs.rs_group_34 +NEW account.group.template: l10n_rs.rs_group_35 +NEW account.group.template: l10n_rs.rs_group_4 +NEW account.group.template: l10n_rs.rs_group_40 +NEW account.group.template: l10n_rs.rs_group_41 +NEW account.group.template: l10n_rs.rs_group_42 +NEW account.group.template: l10n_rs.rs_group_43 +NEW account.group.template: l10n_rs.rs_group_44 +NEW account.group.template: l10n_rs.rs_group_45 +NEW account.group.template: l10n_rs.rs_group_46 +NEW account.group.template: l10n_rs.rs_group_47 +NEW account.group.template: l10n_rs.rs_group_48 +NEW account.group.template: l10n_rs.rs_group_49 +NEW account.group.template: l10n_rs.rs_group_5 +NEW account.group.template: l10n_rs.rs_group_50 +NEW account.group.template: l10n_rs.rs_group_51 +NEW account.group.template: l10n_rs.rs_group_52 +NEW account.group.template: l10n_rs.rs_group_53 +NEW account.group.template: l10n_rs.rs_group_54 +NEW account.group.template: l10n_rs.rs_group_55 +NEW account.group.template: l10n_rs.rs_group_56 +NEW account.group.template: l10n_rs.rs_group_57 +NEW account.group.template: l10n_rs.rs_group_58 +NEW account.group.template: l10n_rs.rs_group_59 +NEW account.group.template: l10n_rs.rs_group_6 +NEW account.group.template: l10n_rs.rs_group_60 +NEW account.group.template: l10n_rs.rs_group_61 +NEW account.group.template: l10n_rs.rs_group_62 +NEW account.group.template: l10n_rs.rs_group_63 +NEW account.group.template: l10n_rs.rs_group_64 +NEW account.group.template: l10n_rs.rs_group_65 +NEW account.group.template: l10n_rs.rs_group_66 +NEW account.group.template: l10n_rs.rs_group_67 +NEW account.group.template: l10n_rs.rs_group_68 +NEW account.group.template: l10n_rs.rs_group_69 +NEW account.group.template: l10n_rs.rs_group_7 +NEW account.group.template: l10n_rs.rs_group_70 +NEW account.group.template: l10n_rs.rs_group_71 +NEW account.group.template: l10n_rs.rs_group_72 +NEW account.group.template: l10n_rs.rs_group_722 +NEW account.group.template: l10n_rs.rs_group_73 +NEW account.group.template: l10n_rs.rs_group_74 +NEW account.group.template: l10n_rs.rs_group_8 +NEW account.group.template: l10n_rs.rs_group_88 +NEW account.group.template: l10n_rs.rs_group_89 +NEW account.group.template: l10n_rs.rs_group_9 +NEW account.group.template: l10n_rs.rs_group_90 +NEW account.group.template: l10n_rs.rs_group_91 +NEW account.group.template: l10n_rs.rs_group_92 +NEW account.group.template: l10n_rs.rs_group_93 +NEW account.group.template: l10n_rs.rs_group_94 +NEW account.group.template: l10n_rs.rs_group_95 +NEW account.group.template: l10n_rs.rs_group_96 +NEW account.group.template: l10n_rs.rs_group_97 +NEW account.group.template: l10n_rs.rs_group_98 +NEW account.group.template: l10n_rs.rs_group_99 +NEW account.tax.group: l10n_rs.tax_group_vat_0 (noupdate) +NEW account.tax.group: l10n_rs.tax_group_vat_10 (noupdate) +NEW account.tax.group: l10n_rs.tax_group_vat_20 (noupdate) +NEW account.tax.group: l10n_rs.tax_group_vat_compensation (noupdate) +NEW account.tax.report: l10n_rs.tax_report_vat +NEW account.tax.report.line: l10n_rs.tax_report_line_001 +NEW account.tax.report.line: l10n_rs.tax_report_line_002 +NEW account.tax.report.line: l10n_rs.tax_report_line_003 +NEW account.tax.report.line: l10n_rs.tax_report_line_004 +NEW account.tax.report.line: l10n_rs.tax_report_line_005 +NEW account.tax.report.line: l10n_rs.tax_report_line_006 +NEW account.tax.report.line: l10n_rs.tax_report_line_007 +NEW account.tax.report.line: l10n_rs.tax_report_line_008 +NEW account.tax.report.line: l10n_rs.tax_report_line_009 +NEW account.tax.report.line: l10n_rs.tax_report_line_103 +NEW account.tax.report.line: l10n_rs.tax_report_line_104 +NEW account.tax.report.line: l10n_rs.tax_report_line_105 +NEW account.tax.report.line: l10n_rs.tax_report_line_106 +NEW account.tax.report.line: l10n_rs.tax_report_line_107 +NEW account.tax.report.line: l10n_rs.tax_report_line_108 +NEW account.tax.report.line: l10n_rs.tax_report_line_109 +NEW account.tax.report.line: l10n_rs.tax_report_line_110 +NEW account.tax.report.line: l10n_rs.tax_report_title_VAT +NEW account.tax.report.line: l10n_rs.tax_report_title_VAT_liability +NEW account.tax.report.line: l10n_rs.tax_report_title_VAT_previous_tax +NEW account.tax.report.line: l10n_rs.tax_report_title_VAT_turnover +NEW account.tax.report.line: l10n_rs.tax_report_title_operations +NEW account.tax.report.line: l10n_rs.tax_report_title_operations_previous_tax +NEW account.tax.report.line: l10n_rs.tax_report_title_operations_turnover +NEW account.tax.template: l10n_rs.rs_purchase_farmer_deductible_vat_8 +NEW account.tax.template: l10n_rs.rs_purchase_farmer_non_deductible_vat_8 +NEW account.tax.template: l10n_rs.rs_purchase_import_vat_0 +NEW account.tax.template: l10n_rs.rs_purchase_import_vat_10 +NEW account.tax.template: l10n_rs.rs_purchase_import_vat_20 +NEW account.tax.template: l10n_rs.rs_purchase_vat_0 +NEW account.tax.template: l10n_rs.rs_purchase_vat_10 +NEW account.tax.template: l10n_rs.rs_purchase_vat_20 +NEW account.tax.template: l10n_rs.rs_sale_vat_0 +NEW account.tax.template: l10n_rs.rs_sale_vat_0_deduct_previous_tax +NEW account.tax.template: l10n_rs.rs_sale_vat_0_no_deduct_previous_tax +NEW account.tax.template: l10n_rs.rs_sale_vat_10 +NEW account.tax.template: l10n_rs.rs_sale_vat_20 +NEW ir.model.constraint: l10n_rs.constraint_res_partner_company_registry_country_uniq +NEW ir.ui.menu: l10n_rs.account_reports_rs_statements_menu +NEW ir.ui.view: l10n_rs.report_invoice_document_inherit +NEW ir.ui.view: l10n_rs.view_move_form_inherit +NEW ir.ui.view: l10n_rs.view_partner_form_inherit diff --git a/openupgrade_scripts/scripts/lunch/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/lunch/15.0.1.0/upgrade_analysis.txt index 706901bd30e1..f3a9e679cb64 100644 --- a/openupgrade_scripts/scripts/lunch/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/lunch/15.0.1.0/upgrade_analysis.txt @@ -2,8 +2,8 @@ obsolete model lunch.product.report [sql_view] ---Fields in module 'lunch'--- lunch / lunch.alert / cron_id (many2one) : NEW relation: ir.cron, required -lunch / lunch.alert / fri (boolean) : NEW hasdefault -lunch / lunch.alert / mon (boolean) : NEW hasdefault +lunch / lunch.alert / fri (boolean) : NEW hasdefault: default +lunch / lunch.alert / mon (boolean) : NEW hasdefault: default lunch / lunch.alert / recurrency_friday (boolean) : DEL lunch / lunch.alert / recurrency_monday (boolean) : DEL lunch / lunch.alert / recurrency_saturday (boolean) : DEL @@ -11,28 +11,28 @@ lunch / lunch.alert / recurrency_sunday (boolean) : DEL lunch / lunch.alert / recurrency_thursday (boolean) : DEL lunch / lunch.alert / recurrency_tuesday (boolean) : DEL lunch / lunch.alert / recurrency_wednesday (boolean): DEL -lunch / lunch.alert / sat (boolean) : NEW hasdefault -lunch / lunch.alert / sun (boolean) : NEW hasdefault -lunch / lunch.alert / thu (boolean) : NEW hasdefault -lunch / lunch.alert / tue (boolean) : NEW hasdefault -lunch / lunch.alert / wed (boolean) : NEW hasdefault -lunch / lunch.cashmove / currency_id (many2one) : now required, req_default: function -lunch / lunch.order / lunch_location_id (many2one) : NEW relation: lunch.location, hasdefault +lunch / lunch.alert / sat (boolean) : NEW hasdefault: default +lunch / lunch.alert / sun (boolean) : NEW hasdefault: default +lunch / lunch.alert / thu (boolean) : NEW hasdefault: default +lunch / lunch.alert / tue (boolean) : NEW hasdefault: default +lunch / lunch.alert / wed (boolean) : NEW hasdefault: default +lunch / lunch.cashmove / currency_id (many2one) : now required +lunch / lunch.order / lunch_location_id (many2one) : NEW relation: lunch.location, hasdefault: default lunch / lunch.order / name (char) : is now stored lunch / lunch.order / product_description (text) : type is now 'html' ('text') lunch / lunch.product / description (text) : type is now 'html' ('text') lunch / lunch.product.category / topping_ids_1 (one2many) : DEL relation: lunch.topping lunch / lunch.product.category / topping_ids_2 (one2many) : DEL relation: lunch.topping lunch / lunch.product.category / topping_ids_3 (one2many) : DEL relation: lunch.topping -lunch / lunch.product.category / topping_label_1 (char) : DEL required, req_default: function -lunch / lunch.product.category / topping_label_2 (char) : DEL required, req_default: function -lunch / lunch.product.category / topping_label_3 (char) : DEL required, req_default: function -lunch / lunch.product.category / topping_quantity_1 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'], req_default: function -lunch / lunch.product.category / topping_quantity_2 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'], req_default: function -lunch / lunch.product.category / topping_quantity_3 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'], req_default: function +lunch / lunch.product.category / topping_label_1 (char) : DEL required +lunch / lunch.product.category / topping_label_2 (char) : DEL required +lunch / lunch.product.category / topping_label_3 (char) : DEL required +lunch / lunch.product.category / topping_quantity_1 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'] +lunch / lunch.product.category / topping_quantity_2 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'] +lunch / lunch.product.category / topping_quantity_3 (selection): DEL required, selection_keys: ['0_more', '1', '1_more'] lunch / lunch.supplier / cron_id (many2one) : NEW relation: ir.cron, required -lunch / lunch.supplier / fri (boolean) : NEW hasdefault -lunch / lunch.supplier / mon (boolean) : NEW hasdefault +lunch / lunch.supplier / fri (boolean) : NEW hasdefault: default +lunch / lunch.supplier / mon (boolean) : NEW hasdefault: default lunch / lunch.supplier / recurrency_friday (boolean) : DEL lunch / lunch.supplier / recurrency_monday (boolean) : DEL lunch / lunch.supplier / recurrency_saturday (boolean) : DEL @@ -42,18 +42,18 @@ lunch / lunch.supplier / recurrency_tuesday (boolean) : DEL lunch / lunch.supplier / recurrency_wednesday (boolean): DEL lunch / lunch.supplier / sat (boolean) : NEW lunch / lunch.supplier / sun (boolean) : NEW -lunch / lunch.supplier / thu (boolean) : NEW hasdefault +lunch / lunch.supplier / thu (boolean) : NEW hasdefault: default lunch / lunch.supplier / topping_ids_1 (one2many) : NEW relation: lunch.topping lunch / lunch.supplier / topping_ids_2 (one2many) : NEW relation: lunch.topping lunch / lunch.supplier / topping_ids_3 (one2many) : NEW relation: lunch.topping -lunch / lunch.supplier / topping_label_1 (char) : NEW required, req_default: function, hasdefault -lunch / lunch.supplier / topping_label_2 (char) : NEW required, req_default: function, hasdefault -lunch / lunch.supplier / topping_label_3 (char) : NEW required, req_default: function, hasdefault -lunch / lunch.supplier / topping_quantity_1 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], req_default: function, hasdefault -lunch / lunch.supplier / topping_quantity_2 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], req_default: function, hasdefault -lunch / lunch.supplier / topping_quantity_3 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], req_default: function, hasdefault -lunch / lunch.supplier / tue (boolean) : NEW hasdefault -lunch / lunch.supplier / wed (boolean) : NEW hasdefault +lunch / lunch.supplier / topping_label_1 (char) : NEW required, hasdefault: default +lunch / lunch.supplier / topping_label_2 (char) : NEW required, hasdefault: default +lunch / lunch.supplier / topping_label_3 (char) : NEW required, hasdefault: default +lunch / lunch.supplier / topping_quantity_1 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], hasdefault: default +lunch / lunch.supplier / topping_quantity_2 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], hasdefault: default +lunch / lunch.supplier / topping_quantity_3 (selection): NEW required, selection_keys: ['0_more', '1', '1_more'], hasdefault: default +lunch / lunch.supplier / tue (boolean) : NEW hasdefault: default +lunch / lunch.supplier / wed (boolean) : NEW hasdefault: default lunch / lunch.topping / category_id (many2one) : DEL relation: lunch.product.category lunch / lunch.topping / supplier_id (many2one) : NEW relation: lunch.supplier ---XML records in module 'lunch'--- diff --git a/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis.txt index 9334fbafdf87..bde155b7682c 100644 --- a/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis.txt @@ -11,7 +11,7 @@ new model res.users.settings.volumes mail / bus.presence / guest_id (many2one) : NEW relation: mail.guest mail / ir.actions.server / channel_ids (many2many) : DEL relation: mail.channel mail / mail.activity.type / category (selection) : selection_keys is now '['default', 'phonecall', 'upload_file']' ('['default', 'upload_file']') -mail / mail.activity.type / chaining_type (selection) : NEW required, selection_keys: ['suggest', 'trigger'], req_default: function, hasdefault +mail / mail.activity.type / chaining_type (selection) : NEW required, selection_keys: ['suggest', 'trigger'], hasdefault: default mail / mail.activity.type / default_description (html) : DEL mail / mail.activity.type / default_next_type_id (many2one): DEL relation: mail.activity.type mail / mail.activity.type / default_note (html) : NEW @@ -38,7 +38,7 @@ mail / mail.channel / moderator_ids (many2many) : DEL re mail / mail.channel / rtc_session_ids (one2many) : NEW relation: mail.channel.rtc.session mail / mail.channel.partner / channel_id (many2one) : now required mail / mail.channel.partner / guest_id (many2one) : NEW relation: mail.guest -mail / mail.channel.partner / last_interest_dt (datetime) : NEW hasdefault +mail / mail.channel.partner / last_interest_dt (datetime) : NEW hasdefault: default mail / mail.channel.partner / rtc_inviting_session_id (many2one): NEW relation: mail.channel.rtc.session mail / mail.channel.partner / rtc_session_ids (one2many) : NEW relation: mail.channel.rtc.session mail / mail.channel.rtc.session / channel_id (many2one) : NEW relation: mail.channel, isrelated: related, stored @@ -55,7 +55,7 @@ mail / mail.followers / is_active (boolean) : now re mail / mail.followers / name (char) : not a function anymore mail / mail.followers / name (char) : now related mail / mail.followers / partner_id (many2one) : now required -mail / mail.guest / access_token (char) : NEW required, req_default: function, hasdefault +mail / mail.guest / access_token (char) : NEW required mail / mail.guest / channel_ids (many2many) : NEW relation: mail.channel mail / mail.guest / country_id (many2one) : NEW relation: res.country mail / mail.guest / image_1024 (binary) : NEW attachment: True, isrelated: related, stored @@ -67,7 +67,7 @@ mail / mail.guest / lang (selection) : NEW se mail / mail.guest / name (char) : NEW required mail / mail.guest / timezone (selection) : NEW selection_keys: function mail / mail.ice.server / credential (char) : NEW -mail / mail.ice.server / server_type (selection) : NEW required, selection_keys: ['stun', 'turn'], req_default: function, hasdefault +mail / mail.ice.server / server_type (selection) : NEW required, selection_keys: ['stun', 'turn'], hasdefault: default mail / mail.ice.server / uri (char) : NEW required mail / mail.ice.server / username (char) : NEW mail / mail.mail / failure_type (selection) : NEW selection_keys: ['mail_bl', 'mail_dup', 'mail_email_invalid', 'mail_email_missing', 'mail_optout', 'mail_smtp', 'unknown'] @@ -97,17 +97,17 @@ mail / mail.notification / mail_mail_id (many2one) : NEW re mail / mail.tracking.value / currency_id (many2one) : NEW relation: res.currency mail / res.users / moderation_channel_ids (many2many): DEL relation: mail.channel mail / res.users / res_users_settings_ids (one2many): NEW relation: res.users.settings -mail / res.users.settings / is_discuss_sidebar_category_channel_open (boolean): NEW hasdefault -mail / res.users.settings / is_discuss_sidebar_category_chat_open (boolean): NEW hasdefault +mail / res.users.settings / is_discuss_sidebar_category_channel_open (boolean): NEW hasdefault: default +mail / res.users.settings / is_discuss_sidebar_category_chat_open (boolean): NEW hasdefault: default mail / res.users.settings / push_to_talk_key (char) : NEW -mail / res.users.settings / use_push_to_talk (boolean) : NEW hasdefault +mail / res.users.settings / use_push_to_talk (boolean) : NEW hasdefault: default mail / res.users.settings / user_id (many2one) : NEW relation: res.users, required mail / res.users.settings / voice_active_duration (integer): NEW mail / res.users.settings / volume_settings_ids (one2many): NEW relation: res.users.settings.volumes mail / res.users.settings.volumes / guest_id (many2one) : NEW relation: res.partner mail / res.users.settings.volumes / partner_id (many2one) : NEW relation: res.partner mail / res.users.settings.volumes / user_setting_id (many2one) : NEW relation: res.users.settings, required -mail / res.users.settings.volumes / volume (float) : NEW hasdefault +mail / res.users.settings.volumes / volume (float) : NEW hasdefault: default ---XML records in module 'mail'--- NEW ir.actions.act_window: mail.action_ice_servers NEW ir.actions.act_window: mail.mail_channel_rtc_session_action diff --git a/openupgrade_scripts/scripts/mail_group/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail_group/15.0.1.0/upgrade_analysis.txt index cd9756ef9a67..0b5d57293bdf 100644 --- a/openupgrade_scripts/scripts/mail_group/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mail_group/15.0.1.0/upgrade_analysis.txt @@ -6,9 +6,9 @@ new model mail.group.message.reject [transient] new model mail.group.moderation (renamed from mail.moderation in module mail) ---Fields in module 'mail_group'--- mail_group / mail.group / _inherits : NEW _inherits: {'mail.alias': 'alias_id'} -mail_group / mail.group / access_group_id (many2one) : NEW relation: res.groups, hasdefault -mail_group / mail.group / access_mode (selection) : NEW required, selection_keys: ['groups', 'members', 'public'], req_default: function, hasdefault -mail_group / mail.group / active (boolean) : NEW hasdefault +mail_group / mail.group / access_group_id (many2one) : NEW relation: res.groups, hasdefault: default +mail_group / mail.group / access_mode (selection) : NEW required, selection_keys: ['groups', 'members', 'public'], hasdefault: default +mail_group / mail.group / active (boolean) : NEW hasdefault: default mail_group / mail.group / alias_id (many2one) : NEW relation: mail.alias, required mail_group / mail.group / description (text) : NEW mail_group / mail.group / image_128 (binary) : NEW attachment: True @@ -22,7 +22,7 @@ mail_group / mail.group / moderation_notify_msg (html) : NEW mail_group / mail.group / moderation_rule_ids (one2many): NEW relation: mail.group.moderation mail_group / mail.group / moderator_ids (many2many) : NEW relation: res.users mail_group / mail.group / name (char) : NEW required -mail_group / mail.group.member / email (char) : NEW isfunction: function, stored +mail_group / mail.group.member / email (char) : NEW hasdefault: compute mail_group / mail.group.member / email_normalized (char) : NEW isfunction: function, stored mail_group / mail.group.member / mail_group_id (many2one) : NEW relation: mail.group, required mail_group / mail.group.member / partner_id (many2one) : NEW relation: res.partner @@ -31,7 +31,7 @@ mail_group / mail.group.message / group_message_child_ids (one2many): NE mail_group / mail.group.message / group_message_parent_id (many2one): NEW relation: mail.group.message mail_group / mail.group.message / mail_group_id (many2one) : NEW relation: mail.group, required mail_group / mail.group.message / mail_message_id (many2one) : NEW relation: mail.message, required -mail_group / mail.group.message / moderation_status (selection) : NEW required, selection_keys: ['accepted', 'pending_moderation', 'rejected'], req_default: function, hasdefault +mail_group / mail.group.message / moderation_status (selection) : NEW required, selection_keys: ['accepted', 'pending_moderation', 'rejected'], hasdefault: default mail_group / mail.group.message / moderator_id (many2one) : NEW relation: res.users mail_group / mail.group.moderation / mail_group_id (many2one) : NEW relation: mail.group, required mail_group / mail.moderation / __last_update (datetime) : previously in module mail diff --git a/openupgrade_scripts/scripts/mass_mailing/15.0.2.5/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing/15.0.2.5/upgrade_analysis.txt index fd25763383c9..c3f722eb43b0 100644 --- a/openupgrade_scripts/scripts/mass_mailing/15.0.2.5/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mass_mailing/15.0.2.5/upgrade_analysis.txt @@ -3,14 +3,13 @@ new model mailing.contact.to.list [transient] ---Fields in module 'mass_mailing'--- mass_mailing / mailing.list / mailing_ids (many2many) : NEW relation: mailing.mailing mass_mailing / mailing.mailing / ab_testing_completed (boolean): NEW isrelated: related, stored -mass_mailing / mailing.mailing / ab_testing_enabled (boolean) : NEW hasdefault -mass_mailing / mailing.mailing / ab_testing_pc (integer) : NEW hasdefault +mass_mailing / mailing.mailing / ab_testing_enabled (boolean) : NEW hasdefault: default +mass_mailing / mailing.mailing / ab_testing_pc (integer) : NEW hasdefault: default mass_mailing / mailing.mailing / calendar_date (datetime) : NEW isfunction: function, stored mass_mailing / mailing.mailing / contact_ab_pc (integer) : DEL -mass_mailing / mailing.mailing / email_from (char) : now a function mass_mailing / mailing.mailing / reply_to_mode (selection) : selection_keys is now '['new', 'update']' ('['email', 'thread']') mass_mailing / mailing.mailing / schedule_date (datetime) : now a function -mass_mailing / mailing.mailing / schedule_type (selection) : NEW required, selection_keys: ['now', 'scheduled'], req_default: function, hasdefault +mass_mailing / mailing.mailing / schedule_type (selection) : NEW required, selection_keys: ['now', 'scheduled'] mass_mailing / mailing.mailing / unique_ab_testing (boolean) : DEL mass_mailing / mailing.trace / _order : _order is now 'create_date DESC' ('scheduled DESC') mass_mailing / mailing.trace / bounced (datetime) : DEL @@ -32,11 +31,11 @@ mass_mailing / mailing.trace / sent (datetime) : DEL mass_mailing / mailing.trace / sent_datetime (datetime) : NEW mass_mailing / mailing.trace / state (selection) : DEL selection_keys: ['bounced', 'exception', 'ignored', 'opened', 'outgoing', 'replied', 'sent'] mass_mailing / mailing.trace / state_update (datetime) : DEL -mass_mailing / mailing.trace / trace_status (selection) : NEW selection_keys: ['bounce', 'cancel', 'error', 'open', 'outgoing', 'reply', 'sent'], hasdefault +mass_mailing / mailing.trace / trace_status (selection) : NEW selection_keys: ['bounce', 'cancel', 'error', 'open', 'outgoing', 'reply', 'sent'], hasdefault: default mass_mailing / utm.campaign / ab_testing_completed (boolean): NEW -mass_mailing / utm.campaign / ab_testing_schedule_datetime (datetime): NEW hasdefault +mass_mailing / utm.campaign / ab_testing_schedule_datetime (datetime): NEW hasdefault: default mass_mailing / utm.campaign / ab_testing_total_pc (integer) : NEW isfunction: function, stored -mass_mailing / utm.campaign / ab_testing_winner_selection (selection): NEW selection_keys: ['clicks_ratio', 'manual', 'opened_ratio', 'replied_ratio'], hasdefault +mass_mailing / utm.campaign / ab_testing_winner_selection (selection): NEW selection_keys: ['clicks_ratio', 'manual', 'opened_ratio', 'replied_ratio'], hasdefault: default ---XML records in module 'mass_mailing'--- NEW ir.actions.act_window: mass_mailing.action_ab_testing_open_winner_mailing NEW ir.actions.act_window: mass_mailing.mailing_contact_to_list_action diff --git a/openupgrade_scripts/scripts/mass_mailing_sms/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_sms/15.0.1.0/upgrade_analysis.txt index 56cc504c96bb..6df5b400ebff 100644 --- a/openupgrade_scripts/scripts/mass_mailing_sms/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mass_mailing_sms/15.0.1.0/upgrade_analysis.txt @@ -2,7 +2,7 @@ ---Fields in module 'mass_mailing_sms'--- mass_mailing_sms / mailing.contact / phone_mobile_search (char) : NEW mass_mailing_sms / mailing.trace / failure_type (False) : selection_keys is now '['mail_bl', 'mail_dup', 'mail_email_invalid', 'mail_email_missing', 'mail_optout', 'mail_smtp', 'sms_acc', 'sms_blacklist', 'sms_credit', 'sms_duplicate', 'sms_number_format', 'sms_number_missing', 'sms_optout', 'sms_server', 'unknown']' ('['BOUNCE', 'RECIPIENT', 'SMTP', 'UNKNOWN', 'sms_acc', 'sms_blacklist', 'sms_credit', 'sms_duplicate', 'sms_number_format', 'sms_number_missing', 'sms_server']') -mass_mailing_sms / utm.campaign / ab_testing_sms_winner_selection (selection): NEW selection_keys: ['clicks_ratio', 'manual'], hasdefault +mass_mailing_sms / utm.campaign / ab_testing_sms_winner_selection (selection): NEW selection_keys: ['clicks_ratio', 'manual'], hasdefault: default ---XML records in module 'mass_mailing_sms'--- NEW ir.actions.act_window.view: mass_mailing_sms.mailing_trace_report_action_sms_view_tree NEW ir.ui.view: mass_mailing_sms.mailing_list_view_kanban diff --git a/openupgrade_scripts/scripts/mrp/15.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp/15.0.2.0/upgrade_analysis.txt index ec5b1c54ee9d..bbc578aeba96 100644 --- a/openupgrade_scripts/scripts/mrp/15.0.2.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mrp/15.0.2.0/upgrade_analysis.txt @@ -17,7 +17,7 @@ mrp / mrp.bom.line / possible_bom_product_template_attribut mrp / mrp.bom.line / product_tmpl_id (many2one) : is now stored mrp / mrp.production / is_planned (boolean) : is now stored mrp / mrp.routing.workcenter / _order : _order is now 'bom_id, sequence, id' ('sequence, id') -mrp / mrp.routing.workcenter / active (boolean) : NEW hasdefault +mrp / mrp.routing.workcenter / active (boolean) : NEW hasdefault: default mrp / mrp.routing.workcenter / bom_id (many2one) : now required mrp / mrp.routing.workcenter / bom_product_template_attribute_value_ids (many2many): NEW relation: product.template.attribute.value mrp / mrp.routing.workcenter / company_id (many2one) : not stored anymore @@ -25,12 +25,12 @@ mrp / mrp.routing.workcenter / company_id (many2one) : now re mrp / mrp.routing.workcenter / note (text) : type is now 'html' ('text') mrp / mrp.workcenter / note (text) : type is now 'html' ('text') mrp / mrp.workcenter / tag_ids (many2many) : NEW relation: mrp.workcenter.tag -mrp / mrp.workcenter.tag / color (integer) : NEW hasdefault +mrp / mrp.workcenter.tag / color (integer) : NEW hasdefault: default mrp / mrp.workcenter.tag / name (char) : NEW required mrp / mrp.workorder / consumption (selection) : not stored anymore mrp / mrp.workorder / consumption (selection) : now related mrp / mrp.workorder / consumption (selection) : selection_keys is now 'function' ('['flexible', 'strict', 'warning']') -mrp / mrp.workorder / costs_hour (float) : NEW hasdefault +mrp / mrp.workorder / costs_hour (float) : NEW hasdefault: default mrp / mrp.workorder / operation_note (text) : type is now 'html' ('text') mrp / mrp.workorder / state (selection) : now a function mrp / mrp.workorder / state (selection) : selection_keys is now '['cancel', 'done', 'pending', 'progress', 'ready', 'waiting']' ('['cancel', 'done', 'pending', 'progress', 'ready']') diff --git a/openupgrade_scripts/scripts/mrp_account/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_account/15.0.1.0/upgrade_analysis.txt index c27c6edb1e8b..41e6df23e7f4 100644 --- a/openupgrade_scripts/scripts/mrp_account/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mrp_account/15.0.1.0/upgrade_analysis.txt @@ -4,8 +4,8 @@ mrp_account / account.analytic.account / bom_ids (one2many) : NEW re mrp_account / account.analytic.account / production_ids (one2many) : NEW relation: mrp.production mrp_account / account.analytic.account / workcenter_ids (one2many) : NEW relation: mrp.workcenter mrp_account / account.analytic.line / category (False) : NEW selection_keys: ['invoice', 'manufacturing_order', 'other', 'vendor_bill'], mode: modify -mrp_account / mrp.bom / analytic_account_id (many2one): NEW relation: account.analytic.account, hasdefault -mrp_account / mrp.production / analytic_account_id (many2one): NEW relation: account.analytic.account, isfunction: function, stored +mrp_account / mrp.bom / analytic_account_id (many2one): NEW relation: account.analytic.account +mrp_account / mrp.production / analytic_account_id (many2one): NEW relation: account.analytic.account, hasdefault: compute mrp_account / mrp.workorder / mo_analytic_account_line_id (many2one): NEW relation: account.analytic.line mrp_account / mrp.workorder / wc_analytic_account_line_id (many2one): NEW relation: account.analytic.line ---XML records in module 'mrp_account'--- diff --git a/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/15.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/15.0.0.1/upgrade_analysis.txt index 881a3ba13d2b..3159853d8b8a 100644 --- a/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/15.0.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/15.0.0.1/upgrade_analysis.txt @@ -1,7 +1,7 @@ ---Models in module 'mrp_subcontracting_dropshipping'--- ---Fields in module 'mrp_subcontracting_dropshipping'--- mrp_subcontracting_dropshipping / stock.warehouse / subcontracting_dropshipping_pull_id (many2one): NEW relation: stock.rule -mrp_subcontracting_dropshipping / stock.warehouse / subcontracting_dropshipping_to_resupply (boolean): NEW hasdefault +mrp_subcontracting_dropshipping / stock.warehouse / subcontracting_dropshipping_to_resupply (boolean): NEW hasdefault: default ---XML records in module 'mrp_subcontracting_dropshipping'--- NEW ir.ui.view: mrp_subcontracting_dropshipping.view_warehouse_inherit_mrp_subcontracting_dropshipping NEW stock.location.route: mrp_subcontracting_dropshipping.route_subcontracting_dropshipping (noupdate) diff --git a/openupgrade_scripts/scripts/pad_project/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pad_project/15.0.1.0/upgrade_analysis.txt index 917c7175e127..164a7778701b 100644 --- a/openupgrade_scripts/scripts/pad_project/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/pad_project/15.0.1.0/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'pad_project'--- ---Fields in module 'pad_project'--- -pad_project / project.project / pad_availability (selection) : DEL required, selection_keys: ['internal', 'portal'], req_default: function +pad_project / project.project / pad_availability (selection) : DEL required, selection_keys: ['internal', 'portal'] ---XML records in module 'pad_project'--- DEL ir.ui.view: pad_project.portal_my_task DEL ir.ui.view: pad_project.project_portal_assets_frontend diff --git a/openupgrade_scripts/scripts/payment/15.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment/15.0.2.0/upgrade_analysis.txt index 0fa629d7944e..b30b2f9b6ce7 100644 --- a/openupgrade_scripts/scripts/payment/15.0.2.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/payment/15.0.2.0/upgrade_analysis.txt @@ -9,7 +9,7 @@ payment / payment.acquirer / check_validity (boolean) : DEL payment / payment.acquirer / inline_form_view_id (many2one): NEW relation: ir.ui.view payment / payment.acquirer / journal_id (many2one) : not stored anymore payment / payment.acquirer / journal_id (many2one) : now a function -payment / payment.acquirer / payment_flow (selection) : DEL required, selection_keys: ['form', 's2s'], req_default: function +payment / payment.acquirer / payment_flow (selection) : DEL required, selection_keys: ['form', 's2s'] payment / payment.acquirer / provider (selection) : selection_keys is now '['none']' ('['manual']') payment / payment.acquirer / qr_code (boolean) : module is now 'payment_transfer' ('payment') payment / payment.acquirer / redirect_form_view_id (many2one): NEW relation: ir.ui.view @@ -22,7 +22,7 @@ payment / payment.acquirer / support_tokenization (boolean): NEW payment / payment.acquirer / view_template_id (many2one) : DEL relation: ir.ui.view payment / payment.icon / _order : _order is now 'sequence, name' ('id') payment / payment.icon / image_payment_form (binary) : now related -payment / payment.icon / sequence (integer) : NEW hasdefault +payment / payment.icon / sequence (integer) : NEW hasdefault: default payment / payment.token / name (char) : now required payment / payment.token / payment_ids (one2many) : DEL relation: payment.transaction payment / payment.token / provider (selection) : previously in module payment_authorize @@ -34,7 +34,7 @@ payment / payment.transaction / html_3ds (char) : DEL payment / payment.transaction / is_post_processed (boolean) : NEW payment / payment.transaction / is_processed (boolean) : DEL payment / payment.transaction / landing_route (char) : NEW -payment / payment.transaction / last_state_change (datetime) : NEW hasdefault +payment / payment.transaction / last_state_change (datetime) : NEW payment / payment.transaction / operation (selection) : NEW selection_keys: ['offline', 'online_direct', 'online_redirect', 'online_token', 'refund', 'validation'] payment / payment.transaction / partner_id (many2one) : now required payment / payment.transaction / partner_state_id (many2one) : NEW relation: res.country.state @@ -43,7 +43,7 @@ payment / payment.transaction / return_url (char) : DEL payment / payment.transaction / source_transaction_id (many2one): NEW relation: payment.transaction payment / payment.transaction / token_id (many2one) : NEW relation: payment.token payment / payment.transaction / tokenize (boolean) : NEW -payment / payment.transaction / type (selection) : DEL required, selection_keys: ['form', 'form_save', 'server2server', 'validation'], req_default: function +payment / payment.transaction / type (selection) : DEL required, selection_keys: ['form', 'form_save', 'server2server', 'validation'] ---XML records in module 'payment'--- DEL account.payment.method: payment.account_payment_method_electronic_in NEW ir.actions.act_window: payment.action_payment_token diff --git a/openupgrade_scripts/scripts/payment_authorize/15.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_authorize/15.0.2.0/upgrade_analysis.txt index 5900cc7523f2..ea0c790c29de 100644 --- a/openupgrade_scripts/scripts/payment_authorize/15.0.2.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/payment_authorize/15.0.2.0/upgrade_analysis.txt @@ -1,7 +1,7 @@ ---Models in module 'payment_authorize'--- ---Fields in module 'payment_authorize'--- payment_authorize / payment.acquirer / authorize_currency_id (many2one): NEW relation: res.currency -payment_authorize / payment.acquirer / authorize_payment_method_type (selection): NEW selection_keys: ['bank_account', 'credit_card'], hasdefault +payment_authorize / payment.acquirer / authorize_payment_method_type (selection): NEW selection_keys: ['bank_account', 'credit_card'], hasdefault: default payment_authorize / payment.acquirer / provider (False) : selection_keys is now '['adyen', 'alipay', 'authorize', 'none']' ('['adyen', 'alipay', 'authorize', 'manual']') payment_authorize / payment.token / authorize_payment_method_type (selection): NEW selection_keys: ['bank_account', 'credit_card'] payment_authorize / payment.token / provider (selection) : module is now 'payment' ('payment_authorize') diff --git a/openupgrade_scripts/scripts/point_of_sale/15.0.1.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/point_of_sale/15.0.1.0.1/upgrade_analysis.txt index 2928dc03bbb4..393c905affb1 100644 --- a/openupgrade_scripts/scripts/point_of_sale/15.0.1.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/point_of_sale/15.0.1.0.1/upgrade_analysis.txt @@ -24,18 +24,18 @@ point_of_sale / pos.config / iface_customer_facing_display_local ( point_of_sale / pos.config / iface_customer_facing_display_via_proxy (boolean): NEW point_of_sale / pos.config / iface_orderline_customer_notes (boolean): NEW point_of_sale / pos.config / iface_vkeyboard (boolean) : DEL -point_of_sale / pos.config / limited_partners_amount (integer): NEW hasdefault +point_of_sale / pos.config / limited_partners_amount (integer): NEW hasdefault: default point_of_sale / pos.config / limited_partners_loading (boolean): NEW -point_of_sale / pos.config / limited_products_amount (integer): NEW hasdefault +point_of_sale / pos.config / limited_products_amount (integer): NEW hasdefault: default point_of_sale / pos.config / limited_products_loading (boolean): NEW point_of_sale / pos.config / manage_orders (boolean) : DEL point_of_sale / pos.config / partner_load_background (boolean): NEW -point_of_sale / pos.config / picking_policy (selection) : NEW required, selection_keys: ['direct', 'one'], req_default: function, hasdefault +point_of_sale / pos.config / picking_policy (selection) : NEW required, selection_keys: ['direct', 'one'], hasdefault: default point_of_sale / pos.config / product_load_background (boolean): NEW point_of_sale / pos.config / route_id (many2one) : NEW relation: stock.location.route point_of_sale / pos.config / set_maximum_difference (boolean): NEW point_of_sale / pos.config / ship_later (boolean) : NEW -point_of_sale / pos.config / warehouse_id (many2one) : NEW relation: stock.warehouse, hasdefault +point_of_sale / pos.config / warehouse_id (many2one) : NEW relation: stock.warehouse, hasdefault: default point_of_sale / pos.order / procurement_group_id (many2one): NEW relation: procurement.group point_of_sale / pos.order / to_ship (boolean) : NEW point_of_sale / pos.order.line / customer_note (char) : NEW diff --git a/openupgrade_scripts/scripts/pos_coupon/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_coupon/15.0.1.0/upgrade_analysis.txt index 1bc6bce61b4e..ecbd061d32fc 100644 --- a/openupgrade_scripts/scripts/pos_coupon/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/pos_coupon/15.0.1.0/upgrade_analysis.txt @@ -6,7 +6,7 @@ pos_coupon / coupon.coupon / source_pos_order_id (many2one): NEW re pos_coupon / coupon.program / pos_config_ids (many2many) : NEW relation: pos.config pos_coupon / coupon.program / pos_order_ids (many2many) : NEW relation: pos.order pos_coupon / coupon.program / pos_order_line_ids (one2many) : NEW relation: pos.order.line -pos_coupon / coupon.program / promo_barcode (char) : NEW hasdefault +pos_coupon / coupon.program / promo_barcode (char) : NEW hasdefault: default pos_coupon / pos.config / program_ids (many2many) : NEW relation: coupon.program pos_coupon / pos.config / use_coupon_programs (boolean) : NEW pos_coupon / pos.order / applied_program_ids (many2many): NEW relation: coupon.program diff --git a/openupgrade_scripts/scripts/pos_gift_card/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_gift_card/15.0.1.0/upgrade_analysis.txt index 5c697bd92d81..731cf414966f 100644 --- a/openupgrade_scripts/scripts/pos_gift_card/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/pos_gift_card/15.0.1.0/upgrade_analysis.txt @@ -4,7 +4,7 @@ pos_gift_card / barcode.rule / type (False) : NEW s pos_gift_card / gift.card / buy_pos_order_line_id (many2one): NEW relation: pos.order.line pos_gift_card / gift.card / redeem_pos_order_line_ids (one2many): NEW relation: pos.order.line pos_gift_card / pos.config / gift_card_product_id (many2one): NEW relation: product.product -pos_gift_card / pos.config / gift_card_settings (selection): NEW selection_keys: ['create_set', 'scan_set', 'scan_use'], hasdefault +pos_gift_card / pos.config / gift_card_settings (selection): NEW selection_keys: ['create_set', 'scan_set', 'scan_use'], hasdefault: default pos_gift_card / pos.config / use_gift_card (boolean) : NEW pos_gift_card / pos.order.line / generated_gift_card_ids (one2many): NEW relation: gift.card pos_gift_card / pos.order.line / gift_card_id (many2one) : NEW relation: gift.card diff --git a/openupgrade_scripts/scripts/product/15.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/product/15.0.1.2/upgrade_analysis.txt index 66528df9c518..c78ca2af4261 100644 --- a/openupgrade_scripts/scripts/product/15.0.1.2/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/product/15.0.1.2/upgrade_analysis.txt @@ -4,18 +4,17 @@ new model report.product.report_producttemplatelabel [abstract] new model report.product.report_producttemplatelabel_dymo [abstract] ---Fields in module 'product'--- product / product.attribute / display_type (selection) : selection_keys is now '['color', 'pills', 'radio', 'select']' ('['color', 'radio', 'select']') -product / product.attribute.value / color (integer) : NEW hasdefault +product / product.attribute.value / color (integer) : NEW hasdefault: default product / product.packaging / _order : _order is now 'product_id, sequence, id' ('sequence') product / product.product / _order : _order is now 'priority desc, default_code, name, id' ('default_code, name, id') product / product.product / description (text) : type is now 'html' ('text') product / product.product / product_template_variant_value_ids (many2many): NEW relation: product.template.attribute.value product / product.template / _order : _order is now 'priority desc, name' ('name') product / product.template / description (text) : type is now 'html' ('text') -product / product.template / detailed_type (selection) : NEW required, selection_keys: ['consu', 'service'], req_default: function, hasdefault -product / product.template / priority (selection) : NEW selection_keys: ['0', '1'], hasdefault -product / product.template / type (selection) : now a function +product / product.template / detailed_type (selection) : NEW required, selection_keys: ['consu', 'service'], hasdefault: default +product / product.template / priority (selection) : NEW selection_keys: ['0', '1'], hasdefault: default product / product.template.attribute.line / value_count (integer) : NEW isfunction: function, stored -product / product.template.attribute.value / color (integer) : NEW hasdefault +product / product.template.attribute.value / color (integer) : NEW hasdefault: default ---XML records in module 'product'--- NEW ir.actions.act_window: product.action_open_label_layout DEL ir.actions.act_window: product.product_attribute_value_action diff --git a/openupgrade_scripts/scripts/project/15.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/project/15.0.1.2/upgrade_analysis.txt index d731b7d186aa..1d2ac81d517b 100644 --- a/openupgrade_scripts/scripts/project/15.0.1.2/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/project/15.0.1.2/upgrade_analysis.txt @@ -11,31 +11,31 @@ project / account.analytic.tag / task_ids (many2many) : NEW re project / project.collaborator / partner_id (many2one) : NEW relation: res.partner, required project / project.collaborator / project_id (many2one) : NEW relation: project.project, required project / project.milestone / deadline (date) : NEW -project / project.milestone / is_reached (boolean) : NEW hasdefault +project / project.milestone / is_reached (boolean) : NEW hasdefault: default project / project.milestone / message_follower_ids (one2many): NEW relation: mail.followers project / project.milestone / message_ids (one2many) : NEW relation: mail.message project / project.milestone / message_main_attachment_id (many2one): NEW relation: ir.attachment project / project.milestone / name (char) : NEW required -project / project.milestone / project_id (many2one) : NEW relation: project.project, required, req_default: function, hasdefault +project / project.milestone / project_id (many2one) : NEW relation: project.project, required, hasdefault: default project / project.milestone / reached_date (date) : NEW isfunction: function, stored project / project.milestone / website_message_ids (one2many): NEW relation: mail.message project / project.project / activity_ids (one2many) : NEW relation: mail.activity -project / project.project / allow_task_dependencies (boolean): NEW hasdefault +project / project.project / allow_task_dependencies (boolean): NEW hasdefault: default project / project.project / allowed_internal_user_ids (many2many): DEL relation: res.users project / project.project / allowed_portal_user_ids (many2many): DEL relation: res.users project / project.project / collaborator_ids (one2many) : NEW relation: project.collaborator project / project.project / last_update_id (many2one) : NEW relation: project.update -project / project.project / last_update_status (selection): NEW selection_keys: ['at_risk', 'off_track', 'on_hold', 'on_track'], hasdefault, isfunction: function, stored +project / project.project / last_update_status (selection): NEW selection_keys: ['at_risk', 'off_track', 'on_hold', 'on_track'], isfunction: function, stored project / project.project / milestone_ids (one2many) : NEW relation: project.milestone -project / project.project / stage_id (many2one) : NEW relation: project.project.stage, hasdefault +project / project.project / stage_id (many2one) : NEW relation: project.project.stage, hasdefault: default project / project.project / subtask_project_id (many2one) : DEL relation: project.project project / project.project / tag_ids (many2many) : NEW relation: project.tags project / project.project / update_ids (one2many) : NEW relation: project.update -project / project.project.stage / active (boolean) : NEW hasdefault +project / project.project.stage / active (boolean) : NEW hasdefault: default project / project.project.stage / fold (boolean) : NEW project / project.project.stage / mail_template_id (many2one) : NEW relation: mail.template project / project.project.stage / name (char) : NEW required -project / project.project.stage / sequence (integer) : NEW hasdefault +project / project.project.stage / sequence (integer) : NEW hasdefault: default project / project.task / allowed_user_ids (many2many) : DEL relation: res.users project / project.task / analytic_account_id (many2one): previously in module sale_timesheet project / project.task / analytic_tag_ids (many2many) : NEW relation: account.analytic.tag @@ -44,13 +44,13 @@ project / project.task / dependent_ids (many2many) : NEW re project / project.task / display_project_id (many2one) : NEW relation: project.project project / project.task / personal_stage_type_ids (many2many): NEW relation: project.task.type project / project.task / user_id (many2one) : DEL relation: res.users -project / project.task / user_ids (many2many) : NEW relation: res.users, hasdefault +project / project.task / user_ids (many2many) : NEW relation: res.users, hasdefault: default project / project.task.stage.personal / stage_id (many2one) : NEW relation: project.task.type project / project.task.stage.personal / task_id (many2one) : NEW relation: project.task, required project / project.task.stage.personal / user_id (many2one) : NEW relation: res.users, required project / project.task.type / user_id (many2one) : NEW relation: res.users project / project.update / activity_ids (one2many) : NEW relation: mail.activity -project / project.update / date (date) : NEW hasdefault +project / project.update / date (date) : NEW hasdefault: default project / project.update / description (html) : NEW project / project.update / email_cc (char) : NEW project / project.update / message_follower_ids (one2many): NEW relation: mail.followers @@ -60,7 +60,7 @@ project / project.update / name (char) : NEW re project / project.update / progress (integer) : NEW project / project.update / project_id (many2one) : NEW relation: project.project, required project / project.update / status (selection) : NEW required, selection_keys: ['at_risk', 'off_track', 'on_hold', 'on_track'] -project / project.update / user_id (many2one) : NEW relation: res.users, required, req_default: function, hasdefault +project / project.update / user_id (many2one) : NEW relation: res.users, required, hasdefault: default project / project.update / website_message_ids (one2many): NEW relation: mail.message ---XML records in module 'project'--- NEW ir.actions.act_window: project.action_project_task_burndown_chart_report diff --git a/openupgrade_scripts/scripts/purchase/15.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase/15.0.1.2/upgrade_analysis.txt index dcb40c10d68b..e76952d9e93e 100644 --- a/openupgrade_scripts/scripts/purchase/15.0.1.2/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/purchase/15.0.1.2/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'purchase'--- ---Fields in module 'purchase'--- -purchase / product.packaging / purchase (boolean) : NEW hasdefault +purchase / product.packaging / purchase (boolean) : NEW hasdefault: default purchase / purchase.order / notes (text) : type is now 'html' ('text') purchase / purchase.order.line / product_packaging_id (many2one): NEW relation: product.packaging purchase / purchase.order.line / product_packaging_qty (float) : NEW diff --git a/openupgrade_scripts/scripts/purchase_requisition/15.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_requisition/15.0.0.1/upgrade_analysis.txt index 3b4b35675044..17ec41825db4 100644 --- a/openupgrade_scripts/scripts/purchase_requisition/15.0.0.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/purchase_requisition/15.0.0.1/upgrade_analysis.txt @@ -1,7 +1,7 @@ ---Models in module 'purchase_requisition'--- ---Fields in module 'purchase_requisition'--- purchase_requisition / purchase.requisition / description (text) : type is now 'html' ('text') -purchase_requisition / purchase.requisition.type / active (boolean) : NEW hasdefault +purchase_requisition / purchase.requisition.type / active (boolean) : NEW hasdefault: default ---XML records in module 'purchase_requisition'--- DEL ir.actions.act_window: purchase_requisition.act_res_partner_2_purchase_order NEW ir.ui.view: purchase_requisition.view_purchase_requisition_type_search diff --git a/openupgrade_scripts/scripts/repair/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/repair/15.0.1.0/upgrade_analysis.txt index 6aa47482fba7..6f71e6a5c990 100644 --- a/openupgrade_scripts/scripts/repair/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/repair/15.0.1.0/upgrade_analysis.txt @@ -3,7 +3,7 @@ repair / repair.order / _order : _order is now 'priority desc, create_date desc' ('create_date desc') repair / repair.order / description (char) : NEW repair / repair.order / internal_notes (text) : type is now 'html' ('text') -repair / repair.order / priority (selection) : NEW selection_keys: ['0', '1'], hasdefault +repair / repair.order / priority (selection) : NEW selection_keys: ['0', '1'], hasdefault: default repair / repair.order / quotation_notes (text) : type is now 'html' ('text') repair / repair.order / sale_order_id (many2one) : NEW relation: sale.order repair / repair.order / schedule_date (date) : NEW diff --git a/openupgrade_scripts/scripts/sale/15.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale/15.0.1.2/upgrade_analysis.txt index 1109622107ff..7ce9f586b380 100644 --- a/openupgrade_scripts/scripts/sale/15.0.1.2/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/sale/15.0.1.2/upgrade_analysis.txt @@ -1,8 +1,8 @@ ---Models in module 'sale'--- ---Fields in module 'sale'--- -sale / product.packaging / sales (boolean) : NEW hasdefault +sale / product.packaging / sales (boolean) : NEW hasdefault: default sale / sale.order / note (text) : type is now 'html' ('text') -sale / sale.order.line / product_packaging_id (many2one): NEW relation: product.packaging, hasdefault +sale / sale.order.line / product_packaging_id (many2one): NEW relation: product.packaging, hasdefault: default sale / sale.order.line / product_packaging_qty (float) : NEW ---XML records in module 'sale'--- NEW ir.actions.act_window: sale.action_accrued_revenue_entry diff --git a/openupgrade_scripts/scripts/sale_project/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_project/15.0.1.0/upgrade_analysis.txt index 65edf21164dd..91be7ae59ae5 100644 --- a/openupgrade_scripts/scripts/sale_project/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/sale_project/15.0.1.0/upgrade_analysis.txt @@ -1,6 +1,5 @@ ---Models in module 'sale_project'--- ---Fields in module 'sale_project'--- -sale_project / project.project / sale_line_id (many2one) : now a function sale_project / project.project / sale_order_id (many2one) : not stored anymore sale_project / project.project / sale_order_id (many2one) : now related sale_project / project.task / sale_order_id (many2one) : now a function diff --git a/openupgrade_scripts/scripts/sale_timesheet/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_timesheet/15.0.1.0/upgrade_analysis.txt index 0c7abb264fc8..75bc680f7e6a 100644 --- a/openupgrade_scripts/scripts/sale_timesheet/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/sale_timesheet/15.0.1.0/upgrade_analysis.txt @@ -4,19 +4,20 @@ obsolete model project.task.create.sale.order [transient] sale_timesheet / account.analytic.line / non_allow_billable (boolean) : DEL sale_timesheet / account.analytic.line / order_id (many2one) : NEW relation: sale.order, isrelated: related, stored sale_timesheet / account.analytic.line / timesheet_invoice_type (selection): selection_keys is now '['billable_fixed', 'billable_time', 'non_billable', 'other_costs', 'other_revenues', 'service_revenues', 'timesheet_revenues']' ('['billable_fixed', 'billable_time', 'non_billable', 'non_billable_project', 'non_billable_timesheet']') -sale_timesheet / product.template / service_upsell_threshold (float): NEW hasdefault +sale_timesheet / product.template / service_upsell_threshold (float): NEW hasdefault: default sale_timesheet / project.project / bill_type (selection) : DEL selection_keys: ['customer_project', 'customer_task'] +sale_timesheet / project.project / partner_id (False) : NEW mode: modify, hasdefault: compute sale_timesheet / project.project / pricing_type (selection) : not stored anymore sale_timesheet / project.project / pricing_type (selection) : now a function sale_timesheet / project.project / pricing_type (selection) : selection_keys is now '['employee_rate', 'fixed_rate', 'task_rate']' ('['employee_rate', 'fixed_rate']') -sale_timesheet / project.sale.line.employee.map / cost (float) : NEW isfunction: function, stored +sale_timesheet / project.sale.line.employee.map / cost (float) : NEW hasdefault: compute sale_timesheet / project.sale.line.employee.map / is_cost_changed (boolean) : NEW isfunction: function, stored -sale_timesheet / project.sale.line.employee.map / sale_line_id (many2one) : now a function sale_timesheet / project.sale.line.employee.map / timesheet_product_id (many2one): DEL relation: product.product sale_timesheet / project.task / analytic_account_id (many2one): is now stored sale_timesheet / project.task / analytic_account_id (many2one): module is now 'project' ('sale_timesheet') sale_timesheet / project.task / analytic_account_id (many2one): not related anymore sale_timesheet / project.task / non_allow_billable (boolean) : DEL +sale_timesheet / project.task / sale_order_id (False) : DEL mode: modify sale_timesheet / project.task / timesheet_product_id (many2one): not stored anymore sale_timesheet / project.task / timesheet_product_id (many2one): now related sale_timesheet / sale.order.line / has_displayed_warning_upsell (boolean): NEW diff --git a/openupgrade_scripts/scripts/sales_team/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/sales_team/15.0.1.1/upgrade_analysis.txt index fd2571844824..c53d1f39430e 100644 --- a/openupgrade_scripts/scripts/sales_team/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/sales_team/15.0.1.1/upgrade_analysis.txt @@ -7,8 +7,8 @@ sales_team / crm.team / crm_team_member_ids (one2many): NEW re sales_team / crm.team / member_ids (one2many) : not stored anymore sales_team / crm.team / member_ids (one2many) : now a function sales_team / crm.team / member_ids (one2many) : type is now 'many2many' ('one2many') -sales_team / crm.team.member / active (boolean) : NEW hasdefault -sales_team / crm.team.member / crm_team_id (many2one) : NEW relation: crm.team, required, req_default: function, hasdefault +sales_team / crm.team.member / active (boolean) : NEW hasdefault: default +sales_team / crm.team.member / crm_team_id (many2one) : NEW relation: crm.team, required, hasdefault: default sales_team / crm.team.member / message_follower_ids (one2many): NEW relation: mail.followers sales_team / crm.team.member / message_ids (one2many) : NEW relation: mail.message sales_team / crm.team.member / message_main_attachment_id (many2one): NEW relation: ir.attachment diff --git a/openupgrade_scripts/scripts/stock/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock/15.0.1.1/upgrade_analysis.txt index 4c88b0761301..3f8a4b50c512 100644 --- a/openupgrade_scripts/scripts/stock/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/stock/15.0.1.1/upgrade_analysis.txt @@ -13,16 +13,16 @@ new model stock.storage.category new model stock.storage.category.capacity ---Fields in module 'stock'--- stock / barcode.rule / type (False) : selection_keys is now '['alias', 'expiration_date', 'location', 'location_dest', 'lot', 'package', 'package_type', 'packaging_date', 'product', 'quantity', 'use_date', 'weight']' ('['alias', 'location', 'lot', 'package', 'product', 'weight']') -stock / product.category / packaging_reserve_method (selection): NEW selection_keys: ['full', 'partial'], hasdefault +stock / product.category / packaging_reserve_method (selection): NEW selection_keys: ['full', 'partial'], hasdefault: default stock / product.packaging / package_type_id (many2one) : NEW relation: stock.package.type stock / product.packaging / route_ids (many2many) : NEW relation: stock.location.route stock / product.product / storage_category_capacity_ids (one2many): NEW relation: stock.storage.category.capacity stock / product.template / detailed_type (False) : NEW selection_keys: ['consu', 'gift', 'product', 'service'], mode: modify -stock / res.company / annual_inventory_day (integer): NEW hasdefault -stock / res.company / annual_inventory_month (selection): NEW selection_keys: ['1', '10', '11', '12', '2', '3', '4', '5', '6', '7', '8', '9'], hasdefault +stock / res.company / annual_inventory_day (integer): NEW hasdefault: default +stock / res.company / annual_inventory_month (selection): NEW selection_keys: ['1', '10', '11', '12', '2', '3', '4', '5', '6', '7', '8', '9'], hasdefault: default stock / stock.inventory / activity_ids (one2many) : DEL relation: mail.activity -stock / stock.inventory / company_id (many2one) : DEL relation: res.company, required, req_default: function -stock / stock.inventory / date (datetime) : DEL required, req_default: function +stock / stock.inventory / company_id (many2one) : DEL relation: res.company, required +stock / stock.inventory / date (datetime) : DEL required stock / stock.inventory / exhausted (boolean) : DEL stock / stock.inventory / line_ids (one2many) : DEL relation: stock.inventory.line stock / stock.inventory / location_ids (many2many) : DEL relation: stock.location @@ -30,7 +30,7 @@ stock / stock.inventory / message_follower_ids (one2many): DEL r stock / stock.inventory / message_ids (one2many) : DEL relation: mail.message stock / stock.inventory / message_main_attachment_id (many2one): DEL relation: ir.attachment stock / stock.inventory / move_ids (one2many) : DEL relation: stock.move -stock / stock.inventory / name (char) : DEL required, req_default: function +stock / stock.inventory / name (char) : DEL required stock / stock.inventory / prefill_counted_quantity (selection): DEL selection_keys: ['counted', 'zero'] stock / stock.inventory / product_ids (many2many) : DEL relation: product.product stock / stock.inventory / start_empty (boolean) : DEL @@ -50,7 +50,7 @@ stock / stock.inventory.line / product_qty (float) : DEL stock / stock.inventory.line / product_uom_id (many2one) : DEL relation: uom.uom, required stock / stock.inventory.line / theoretical_qty (float) : DEL stock / stock.location / comment (text) : type is now 'html' ('text') -stock / stock.location / cyclic_inventory_frequency (integer): NEW hasdefault +stock / stock.location / cyclic_inventory_frequency (integer): NEW hasdefault: default stock / stock.location / incoming_move_line_ids (one2many): NEW relation: stock.move.line stock / stock.location / last_inventory_date (date) : NEW stock / stock.location / next_inventory_date (date) : NEW isfunction: function, stored @@ -72,30 +72,30 @@ stock / stock.package.type / height (integer) : NEW stock / stock.package.type / max_weight (float) : NEW stock / stock.package.type / name (char) : NEW required stock / stock.package.type / packaging_length (integer) : NEW -stock / stock.package.type / sequence (integer) : NEW hasdefault +stock / stock.package.type / sequence (integer) : NEW hasdefault: default stock / stock.package.type / storage_category_capacity_ids (one2many): NEW relation: stock.storage.category.capacity stock / stock.package.type / width (integer) : NEW stock / stock.picking / note (text) : type is now 'html' ('text') stock / stock.picking.type / print_label (boolean) : NEW stock / stock.picking.type / reservation_days_before (integer): NEW stock / stock.picking.type / reservation_days_before_priority (integer): NEW -stock / stock.picking.type / reservation_method (selection): NEW required, selection_keys: ['at_confirm', 'by_date', 'manual'], req_default: function, hasdefault -stock / stock.putaway.rule / active (boolean) : NEW hasdefault +stock / stock.picking.type / reservation_method (selection): NEW required, selection_keys: ['at_confirm', 'by_date', 'manual'], hasdefault: default +stock / stock.putaway.rule / active (boolean) : NEW hasdefault: default stock / stock.putaway.rule / package_type_ids (many2many) : NEW relation: stock.package.type stock / stock.putaway.rule / storage_category_id (many2one): NEW relation: stock.storage.category -stock / stock.quant / in_date (datetime) : now required, req_default: function -stock / stock.quant / inventory_date (date) : NEW isfunction: function, stored +stock / stock.quant / in_date (datetime) : now required +stock / stock.quant / inventory_date (date) : NEW hasdefault: compute stock / stock.quant / inventory_diff_quantity (float): NEW isfunction: function, stored stock / stock.quant / inventory_quantity (float) : is now stored stock / stock.quant / inventory_quantity (float) : not a function anymore -stock / stock.quant / inventory_quantity_set (boolean): NEW hasdefault, isfunction: function, stored +stock / stock.quant / inventory_quantity_set (boolean): NEW hasdefault: default stock / stock.quant / user_id (many2one) : NEW relation: res.users -stock / stock.quant.package / name (char) : now required, req_default: function +stock / stock.quant.package / name (char) : now required stock / stock.quant.package / package_type_id (many2one) : NEW relation: stock.package.type -stock / stock.quant.package / package_use (selection) : NEW required, selection_keys: ['disposable', 'reusable'], req_default: function, hasdefault +stock / stock.quant.package / package_use (selection) : NEW required, selection_keys: ['disposable', 'reusable'], hasdefault: default stock / stock.quant.package / packaging_id (many2one) : DEL relation: product.packaging -stock / stock.rule / propagate_carrier (boolean) : NEW hasdefault -stock / stock.storage.category / allow_new_product (selection) : NEW required, selection_keys: ['empty', 'mixed', 'same'], req_default: function, hasdefault +stock / stock.rule / propagate_carrier (boolean) : NEW hasdefault: default +stock / stock.storage.category / allow_new_product (selection) : NEW required, selection_keys: ['empty', 'mixed', 'same'], hasdefault: default stock / stock.storage.category / capacity_ids (one2many) : NEW relation: stock.storage.category.capacity stock / stock.storage.category / company_id (many2one) : NEW relation: res.company stock / stock.storage.category / location_ids (one2many) : NEW relation: stock.location diff --git a/openupgrade_scripts/scripts/survey/15.0.3.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/survey/15.0.3.4/upgrade_analysis.txt index d499d8674a2b..248a4287ebeb 100644 --- a/openupgrade_scripts/scripts/survey/15.0.3.4/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/survey/15.0.3.4/upgrade_analysis.txt @@ -1,7 +1,7 @@ ---Models in module 'survey'--- ---Fields in module 'survey'--- -survey / survey.survey / state (selection) : DEL required, selection_keys: ['closed', 'draft', 'open'], req_default: function -survey / survey.survey / user_id (many2one) : NEW relation: res.users, hasdefault +survey / survey.survey / state (selection) : DEL required, selection_keys: ['closed', 'draft', 'open'] +survey / survey.survey / user_id (many2one) : NEW relation: res.users, hasdefault: default survey / survey.user_input / _order : _order is now 'create_date desc' ('id') survey / survey.user_input / end_datetime (datetime) : NEW ---XML records in module 'survey'--- diff --git a/openupgrade_scripts/scripts/utm/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/utm/15.0.1.1/upgrade_analysis.txt index 4e436ce299b5..8a17aa575416 100644 --- a/openupgrade_scripts/scripts/utm/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/utm/15.0.1.1/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'utm'--- ---Fields in module 'utm'--- -utm / utm.campaign / is_auto_campaign (boolean) : NEW hasdefault +utm / utm.campaign / is_auto_campaign (boolean) : NEW hasdefault: default utm / utm.campaign / is_website (boolean) : DEL ---XML records in module 'utm'--- DEL ir.ui.view: utm.assets_backend diff --git a/openupgrade_scripts/scripts/website/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website/15.0.1.0/upgrade_analysis.txt index a55c11fac090..66dd2be616a3 100644 --- a/openupgrade_scripts/scripts/website/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website/15.0.1.0/upgrade_analysis.txt @@ -7,21 +7,21 @@ website / ir.asset / key (char) : NEW website / ir.asset / theme_template_id (many2one) : NEW relation: theme.ir.asset website / ir.asset / website_id (many2one) : NEW relation: website website / res.company / website_id (many2one) : NEW relation: website, isfunction: function, stored -website / theme.ir.asset / active (boolean) : NEW hasdefault +website / theme.ir.asset / active (boolean) : NEW hasdefault: default website / theme.ir.asset / bundle (char) : NEW required website / theme.ir.asset / copy_ids (one2many) : NEW relation: ir.asset -website / theme.ir.asset / directive (selection) : NEW selection_keys: ['after', 'append', 'before', 'include', 'prepend', 'remove', 'replace'], hasdefault +website / theme.ir.asset / directive (selection) : NEW selection_keys: ['after', 'append', 'before', 'include', 'prepend', 'remove', 'replace'], hasdefault: default website / theme.ir.asset / key (char) : NEW website / theme.ir.asset / name (char) : NEW required website / theme.ir.asset / path (char) : NEW required -website / theme.ir.asset / sequence (integer) : NEW required, req_default: function, hasdefault +website / theme.ir.asset / sequence (integer) : NEW required, hasdefault: default website / theme.ir.asset / target (char) : NEW website / website / _order : _order is now 'sequence, id' ('id') website / website / configurator_done (boolean) : NEW website / website / custom_code_footer (text) : type is now 'html' ('text') website / website / custom_code_head (text) : type is now 'html' ('text') website / website / robots_txt (text) : type is now 'html' ('text') -website / website / sequence (integer) : NEW hasdefault +website / website / sequence (integer) : NEW hasdefault: default website / website.configurator.feature / description (char) : NEW website / website.configurator.feature / feature_url (char) : NEW website / website.configurator.feature / iap_page_code (char) : NEW diff --git a/openupgrade_scripts/scripts/website_event/15.0.1.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event/15.0.1.4/upgrade_analysis.txt index 49d61845ba78..b141fc3e8a32 100644 --- a/openupgrade_scripts/scripts/website_event/15.0.1.4/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_event/15.0.1.4/upgrade_analysis.txt @@ -1,12 +1,12 @@ ---Models in module 'website_event'--- ---Fields in module 'website_event'--- -website_event / event.event / introduction_menu (boolean) : NEW isfunction: function, stored +website_event / event.event / introduction_menu (boolean) : NEW hasdefault: compute website_event / event.event / introduction_menu_ids (one2many): NEW relation: website.event.menu -website_event / event.event / location_menu (boolean) : NEW isfunction: function, stored +website_event / event.event / location_menu (boolean) : NEW hasdefault: compute website_event / event.event / location_menu_ids (one2many) : NEW relation: website.event.menu -website_event / event.event / register_menu (boolean) : NEW isfunction: function, stored +website_event / event.event / register_menu (boolean) : NEW hasdefault: compute website_event / event.event / register_menu_ids (one2many) : NEW relation: website.event.menu -website_event / event.tag.category / is_published (boolean) : NEW hasdefault +website_event / event.tag.category / is_published (boolean) : NEW hasdefault: default website_event / website.event.menu / menu_type (selection) : selection_keys is now '['community', 'introduction', 'location', 'register']' ('['community']') website_event / website.event.menu / view_id (many2one) : NEW relation: ir.ui.view ---XML records in module 'website_event'--- diff --git a/openupgrade_scripts/scripts/website_event_booth/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_booth/15.0.1.0/upgrade_analysis.txt index e40b52f9c0e7..277a8a3aadde 100644 --- a/openupgrade_scripts/scripts/website_event_booth/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_event_booth/15.0.1.0/upgrade_analysis.txt @@ -1,9 +1,9 @@ ---Models in module 'website_event_booth'--- ---Fields in module 'website_event_booth'--- -website_event_booth / event.event / booth_menu (boolean) : NEW isfunction: function, stored +website_event_booth / event.event / booth_menu (boolean) : NEW hasdefault: compute website_event_booth / event.event / booth_menu_ids (one2many) : NEW relation: website.event.menu website_event_booth / event.event / exhibition_map (binary) : NEW attachment: True -website_event_booth / event.type / booth_menu (boolean) : NEW isfunction: function, stored +website_event_booth / event.type / booth_menu (boolean) : NEW hasdefault: compute website_event_booth / website.event.menu / menu_type (False) : NEW selection_keys: ['booth', 'community', 'introduction', 'location', 'register'], mode: modify ---XML records in module 'website_event_booth'--- NEW ir.model.access: website_event_booth.access_event_booth_all diff --git a/openupgrade_scripts/scripts/website_event_exhibitor/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_exhibitor/15.0.1.1/upgrade_analysis.txt index 783f29c505af..a165d6768364 100644 --- a/openupgrade_scripts/scripts/website_event_exhibitor/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_event_exhibitor/15.0.1.1/upgrade_analysis.txt @@ -19,7 +19,7 @@ website_event_exhibitor / event.sponsor / activity_user_id (many2one) website_event_exhibitor / event.sponsor / display_name (char) : previously in module website_event_track website_event_exhibitor / event.sponsor / email (char) : previously in module website_event_track website_event_exhibitor / event.sponsor / event_id (many2one) : previously in module website_event_track -website_event_exhibitor / event.sponsor / exhibitor_type (selection) : NEW selection_keys: ['exhibitor', 'online', 'sponsor'], hasdefault +website_event_exhibitor / event.sponsor / exhibitor_type (selection) : NEW selection_keys: ['exhibitor', 'online', 'sponsor'], hasdefault: default website_event_exhibitor / event.sponsor / image_128 (binary) : previously in module website_event_track website_event_exhibitor / event.sponsor / image_256 (binary) : previously in module website_event_track website_event_exhibitor / event.sponsor / image_512 (binary) : previously in module website_event_track diff --git a/openupgrade_scripts/scripts/website_event_track/15.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_track/15.0.1.3/upgrade_analysis.txt index 06c51ab1167c..573cded5fe8f 100644 --- a/openupgrade_scripts/scripts/website_event_track/15.0.1.3/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_event_track/15.0.1.3/upgrade_analysis.txt @@ -55,23 +55,21 @@ website_event_track / event.sponsor.type / display_name (char) : website_event_track / event.sponsor.type / display_ribbon_style (selection): module is now 'website_event_exhibitor' ('website_event_track') website_event_track / event.sponsor.type / name (char) : module is now 'website_event_exhibitor' ('website_event_track') website_event_track / event.sponsor.type / sequence (integer) : module is now 'website_event_exhibitor' ('website_event_track') -website_event_track / event.track / contact_email (char) : NEW isfunction: function, stored -website_event_track / event.track / contact_phone (char) : NEW isfunction: function, stored +website_event_track / event.track / contact_email (char) : NEW hasdefault: compute +website_event_track / event.track / contact_phone (char) : NEW hasdefault: compute website_event_track / event.track / kanban_state_label (char) : NEW isfunction: function, stored website_event_track / event.track / partner_company_name (char) : is now stored website_event_track / event.track / partner_company_name (char) : not related anymore -website_event_track / event.track / partner_company_name (char) : now a function website_event_track / event.track / partner_function (char) : is now stored website_event_track / event.track / partner_function (char) : not related anymore -website_event_track / event.track / partner_function (char) : now a function website_event_track / event.track.stage / description (text) : NEW website_event_track / event.track.stage / is_accepted (boolean) : DEL website_event_track / event.track.stage / is_done (boolean) : DEL website_event_track / event.track.stage / is_fully_accessible (boolean) : NEW isfunction: function, stored website_event_track / event.track.stage / is_visible_in_agenda (boolean): NEW isfunction: function, stored -website_event_track / event.track.stage / legend_blocked (char) : NEW hasdefault -website_event_track / event.track.stage / legend_done (char) : NEW hasdefault -website_event_track / event.track.stage / legend_normal (char) : NEW hasdefault +website_event_track / event.track.stage / legend_blocked (char) : NEW hasdefault: default +website_event_track / event.track.stage / legend_done (char) : NEW hasdefault: default +website_event_track / event.track.stage / legend_normal (char) : NEW hasdefault: default website_event_track / website.event.menu / menu_type (False) : selection_keys is now '['booth', 'community', 'exhibitor', 'introduction', 'location', 'meeting_room', 'register', 'track', 'track_proposal']' ('['community', 'meeting_room', 'track', 'track_proposal']') ---XML records in module 'website_event_track'--- DEL event.sponsor.type: website_event_track.event_sponsor_type1 [renamed to website_event_exhibitor module] (noupdate) diff --git a/openupgrade_scripts/scripts/website_sale/15.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale/15.0.1.1/upgrade_analysis.txt index 6863bac7ab55..1867f5b12e0f 100644 --- a/openupgrade_scripts/scripts/website_sale/15.0.1.1/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_sale/15.0.1.1/upgrade_analysis.txt @@ -1,16 +1,16 @@ ---Models in module 'website_sale'--- new model website.base.unit ---Fields in module 'website_sale'--- -website_sale / product.attribute / visibility (selection) : NEW selection_keys: ['hidden', 'visible'], hasdefault +website_sale / product.attribute / visibility (selection) : NEW selection_keys: ['hidden', 'visible'], hasdefault: default website_sale / product.image / embed_code (char) : type is now 'html' ('char') -website_sale / product.product / base_unit_count (float) : NEW required, req_default: function, hasdefault +website_sale / product.product / base_unit_count (float) : NEW required, hasdefault: default website_sale / product.product / base_unit_id (many2one) : NEW relation: website.base.unit website_sale / product.ribbon / html (char) : type is now 'html' ('char') -website_sale / product.template / base_unit_count (float) : NEW required, req_default: function, hasdefault, isfunction: function, stored +website_sale / product.template / base_unit_count (float) : NEW required, isfunction: function, stored website_sale / product.template / base_unit_id (many2one) : NEW relation: website.base.unit, isfunction: function, stored -website_sale / website / cart_add_on_page (boolean) : NEW hasdefault +website_sale / website / cart_add_on_page (boolean) : NEW hasdefault: default website_sale / website.base.unit / name (char) : NEW required -website_sale / website.snippet.filter / product_cross_selling (boolean): NEW hasdefault +website_sale / website.snippet.filter / product_cross_selling (boolean): NEW hasdefault: default ---XML records in module 'website_sale'--- NEW ir.actions.act_window: website_sale.base_unit_action NEW ir.actions.server: website_sale.dynamic_snippet_accessories_action diff --git a/openupgrade_scripts/scripts/website_sale_stock/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_stock/15.0.1.0/upgrade_analysis.txt index 20f2b9e88faa..73191d44c8f7 100644 --- a/openupgrade_scripts/scripts/website_sale_stock/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_sale_stock/15.0.1.0/upgrade_analysis.txt @@ -1,9 +1,9 @@ ---Models in module 'website_sale_stock'--- ---Fields in module 'website_sale_stock'--- -website_sale_stock / product.template / allow_out_of_stock_order (boolean): NEW hasdefault +website_sale_stock / product.template / allow_out_of_stock_order (boolean): NEW hasdefault: default website_sale_stock / product.template / custom_message (text) : DEL website_sale_stock / product.template / inventory_availability (selection): DEL selection_keys: ['always', 'custom', 'never', 'threshold'] website_sale_stock / product.template / out_of_stock_message (html) : NEW -website_sale_stock / product.template / show_availability (boolean) : NEW hasdefault +website_sale_stock / product.template / show_availability (boolean) : NEW hasdefault: default ---XML records in module 'website_sale_stock'--- DEL ir.ui.view: website_sale_stock.assets_frontend diff --git a/openupgrade_scripts/scripts/website_sale_stock_wishlist/15.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_stock_wishlist/15.0.1.0/upgrade_analysis.txt index 393e74b98ed7..6f60a98eebff 100644 --- a/openupgrade_scripts/scripts/website_sale_stock_wishlist/15.0.1.0/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_sale_stock_wishlist/15.0.1.0/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'website_sale_stock_wishlist'--- ---Fields in module 'website_sale_stock_wishlist'--- -website_sale_stock_wishlist / product.wishlist / stock_notification (boolean) : NEW required, req_default: function, hasdefault +website_sale_stock_wishlist / product.wishlist / stock_notification (boolean) : NEW required, hasdefault: default ---XML records in module 'website_sale_stock_wishlist'--- NEW ir.cron: website_sale_stock_wishlist.ir_cron_send_availability_email NEW ir.ui.view: website_sale_stock_wishlist.availability_email_body diff --git a/openupgrade_scripts/scripts/website_slides/15.0.2.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_slides/15.0.2.4/upgrade_analysis.txt index e01a1e67f8af..e7e83871ffbb 100644 --- a/openupgrade_scripts/scripts/website_slides/15.0.2.4/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/website_slides/15.0.2.4/upgrade_analysis.txt @@ -1,6 +1,6 @@ ---Models in module 'website_slides'--- ---Fields in module 'website_slides'--- -website_slides / slide.channel / completed_template_id (many2one): NEW relation: mail.template, hasdefault +website_slides / slide.channel / completed_template_id (many2one): NEW relation: mail.template, hasdefault: default website_slides / slide.channel / description (text) : type is now 'html' ('text') website_slides / slide.channel / description_short (text) : type is now 'html' ('text') website_slides / slide.slide / description (text) : type is now 'html' ('text')