Skip to content

Commit

Permalink
[UPD] new analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Dec 11, 2024
1 parent fad7835 commit 4afb419
Show file tree
Hide file tree
Showing 67 changed files with 1,031 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<record id="account_send_payment_receipt_by_email_action_multi" model="ir.actions.act_window">
<field name="context" eval="{ 'mailing_document_based': True, 'mail_post_autofollow': True, 'default_composition_mode': 'mass_mail', 'default_use_template': True, 'default_template_id': ref('account.mail_template_data_payment_receipt'), 'custom_layout': 'mail.mail_notification_light', }"/>
</record>
<record id="action_account_resequence" model="ir.actions.act_window">
<field name="groups_id" eval="[(6, 0, [ref('base.group_no_one')])]"/>
</record>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ account / res.company / account_journal_payment_credit_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: default
account / res.company / account_tax_fiscal_country_id (many2one): DEL relation: res.country
account / res.company / fiscal_position_ids (one2many): NEW relation: account.fiscal.position
account / res.company / invoice_terms (text) : type is now 'html' ('text')
account / res.company / invoice_terms_html (html) : NEW hasdefault: compute
account / res.company / terms_type (selection) : NEW selection_keys: ['html', 'plain'], hasdefault: default
Expand All @@ -100,13 +101,15 @@ NEW ir.actions.server: account.invoice_send
NEW ir.model.access: account.access_account_accrued_orders_wizard
NEW ir.model.access: account.access_account_payment_method_line
NEW ir.model.access: account.access_account_payment_method_line_readonly
NEW ir.model.access: account.access_account_tag_internal_user
NEW ir.model.access: account.access_account_tax_carryover_line_ac_user
NEW ir.model.access: account.access_account_tax_carryover_line_readonly
ir.model.constraint: account.constraint_account_journal_code_company_uniq (changed definition: is now 'unique(code,company_id)' ('unique(code,name,company_id)'))
NEW ir.model.constraint: account.constraint_account_payment_method_name_code_unique
NEW ir.rule: account.account_tax_carryover_line_comp_rule (noupdate)
NEW ir.ui.menu: account.menu_action_tax_group
NEW ir.ui.view: account.account_analytic_account_view_form_inherit
NEW ir.ui.view: account.account_analytic_account_view_list_inherit
NEW ir.ui.view: account.account_default_terms_and_conditions
NEW ir.ui.view: account.account_invoice_report_view_tree
NEW ir.ui.view: account.account_move_line_view_kanban_mobile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---Models in module 'account_edi'---
---Fields in module 'account_edi'---
account_edi / account.payment / edi_show_cancel_button (boolean): not related anymore
account_edi / account.payment / edi_show_cancel_button (boolean): now a function
account_edi_extended / account.payment / edi_show_abandon_cancel_button (boolean): not related anymore
account_edi_extended / account.payment / edi_show_abandon_cancel_button (boolean): now a function
---XML records in module 'account_edi'---
NEW ir.ui.view: account_edi.view_account_invoice_filter
NEW ir.ui.view: account_edi.view_out_credit_note_tree_inherit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---Models in module 'account_edi_ubl_cii'---
new model account.edi.xml.ubl_nl [abstract]
new model account.edi.xml.ubl_sg [abstract]
---Fields in module 'account_edi_ubl_cii'---
---XML records in module 'account_edi_ubl_cii'---
NEW account.edi.format: account_edi_ubl_cii.ubl_sg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Models in module 'account_update_tax_tags'---
new model account.update.tax.tags.wizard [transient]
---Fields in module 'account_update_tax_tags'---
---XML records in module 'account_update_tax_tags'---
NEW ir.actions.act_window: account_update_tax_tags.action_open_wizard
NEW ir.model.access: account_update_tax_tags.access_account_update_tax_tags_wizard
NEW ir.ui.view: account_update_tax_tags.res_config_settings_view_form
NEW ir.ui.view: account_update_tax_tags.view_account_update_tax_tags_wizard_form
30 changes: 30 additions & 0 deletions openupgrade_scripts/scripts/base/15.0.1.3/noupdate_changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<field name="full_name">Ethiopian birr</field>
</record>
<record id="EUR" model="res.currency">
<!--<field name="active" eval="False"/>-->
<field name="full_name">Euro</field>
</record>
<record id="FJD" model="res.currency">
Expand Down Expand Up @@ -452,6 +453,7 @@
<field name="full_name">Ugandan shilling</field>
</record>
<record id="USD" model="res.currency">
<!--<field name="active" eval="False"/>-->
<field name="full_name">United States dollar</field>
</record>
<record id="UYU" model="res.currency">
Expand Down Expand Up @@ -509,6 +511,15 @@
<field name="groups" eval="[ Command.link(ref('base.group_portal')), Command.link(ref('base.group_user')), ]"/>
</record>
-->
<record id="cd" model="res.country">
<field eval="243" name="phone_code"/>
</record>
<record id="cg" model="res.country">
<field eval="242" name="phone_code"/>
</record>
<record id="cl" model="res.country">
<field name="zip_required">0</field>
</record>
<record id="cy" model="res.country">
<field name="currency_id" ref="EUR"/>
</record>
Expand Down Expand Up @@ -543,6 +554,12 @@
<field name="groups" eval="[Command.link(ref('base.group_portal')), Command.link(ref('base.group_public'))]"/>
</record>
-->
<record id="lu" model="res.country">
<field eval="'%(street)s\n%(street2)s\n%(zip)s %(city)s \n%(country_name)s'" name="address_format"/>
</record>
<record id="me" model="res.country">
<field name="currency_id" ref="EUR"/>
</record>
<record id="paperformat_batch_deposit" model="report.paperformat">
<field name="header_spacing">15</field>
<field name="margin_bottom">30</field>
Expand All @@ -551,6 +568,9 @@
<record id="partner_admin" model="res.partner">
<field name="image_1920" type="base64" file="base/static/img/avatar_grey.png"/>
</record>
<record id="partner_root" model="res.partner">
<field name="email">[email protected]</field>
</record>
<record id="public_user" model="res.users">
<field name="groups_id" eval="[Command.link(ref('base.group_public'))]"/>
</record>
Expand All @@ -576,6 +596,9 @@
<field name="groups" eval="[ Command.link(ref('base.group_private_addresses')) ]"/>
</record>
-->
<record id="se" model="res.country">
<field eval="'%(street)s\n%(street2)s\n%(zip)s %(city)s\n%(country_name)s'" name="address_format"/>
</record>
<record id="sepa_zone" model="res.country.group">
<field name="country_ids" eval="[Command.set([ ref('ad'),ref('at'),ref('ax'),ref('be'),ref('bg'), ref('bl'),ref('ch'),ref('cy'),ref('cz'),ref('de'), ref('dk'),ref('ee'),ref('es'),ref('fi'),ref('fr'), ref('uk'),ref('gf'),ref('gg'),ref('gi'),ref('gp'), ref('gr'),ref('hr'),ref('hu'),ref('ie'),ref('im'), ref('is'),ref('it'),ref('je'),ref('li'),ref('lt'), ref('lu'),ref('lv'),ref('mc'),ref('mf'),ref('mq'), ref('mt'),ref('nl'),ref('no'),ref('pl'),ref('pm'), ref('pt'),ref('re'),ref('ro'),ref('se'),ref('si'), ref('sk'),ref('sm'),ref('va'),ref('yt')])]"/>
</record>
Expand All @@ -588,6 +611,9 @@
<record id="south_america" model="res.country.group">
<field name="country_ids" eval="[Command.set([ ref('ar'),ref('bo'),ref('br'),ref('cl'),ref('co'), ref('ec'),ref('fk'),ref('gs'),ref('gf'),ref('gy'), ref('py'),ref('pe'),ref('sr'),ref('uy'),ref('ve')])]"/>
</record>
<record id="th" model="res.country">
<field eval="'%(street)s\n%(street2)s\n%(city)s\n%(state_name)s %(zip)s\n%(country_name)s'" name="address_format"/>
</record>
<!--
<record id="user_admin" model="res.users">
<field name="company_ids" eval="[Command.link(ref('main_company'))]"/>
Expand All @@ -596,8 +622,12 @@
</record>
<record id="user_root" model="res.users">
<field name="company_ids" eval="[Command.link(ref('main_company'))]"/>
<field name="email">[email protected]</field>
</record>
-->
<record id="zw" model="res.country">
<field name="currency_id" ref="ZIG"/>
</record>
<record id="es" model="res.country">
<field eval="'%(street)s\n%(street2)s\n%(zip)s %(city)s (%(state_name)s)\n%(country_name)s'" name="address_format"/>
</record>
Expand Down
95 changes: 95 additions & 0 deletions openupgrade_scripts/scripts/base/15.0.1.3/upgrade_analysis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,109 @@ NEW res.country.state: base.state_ec_24 [renamed from l10n_ec module]
NEW res.country.state: base.state_id_pp
NEW res.country.state: base.state_id_ps
NEW res.country.state: base.state_id_pt
NEW res.country.state: base.state_sa_1
NEW res.country.state: base.state_sa_10
NEW res.country.state: base.state_sa_11
NEW res.country.state: base.state_sa_12
NEW res.country.state: base.state_sa_13
NEW res.country.state: base.state_sa_14
NEW res.country.state: base.state_sa_15
NEW res.country.state: base.state_sa_16
NEW res.country.state: base.state_sa_17
NEW res.country.state: base.state_sa_18
NEW res.country.state: base.state_sa_19
NEW res.country.state: base.state_sa_2
NEW res.country.state: base.state_sa_20
NEW res.country.state: base.state_sa_21
NEW res.country.state: base.state_sa_22
NEW res.country.state: base.state_sa_23
NEW res.country.state: base.state_sa_24
NEW res.country.state: base.state_sa_25
NEW res.country.state: base.state_sa_26
NEW res.country.state: base.state_sa_27
NEW res.country.state: base.state_sa_28
NEW res.country.state: base.state_sa_29
NEW res.country.state: base.state_sa_3
NEW res.country.state: base.state_sa_30
NEW res.country.state: base.state_sa_31
NEW res.country.state: base.state_sa_32
NEW res.country.state: base.state_sa_33
NEW res.country.state: base.state_sa_34
NEW res.country.state: base.state_sa_35
NEW res.country.state: base.state_sa_36
NEW res.country.state: base.state_sa_37
NEW res.country.state: base.state_sa_38
NEW res.country.state: base.state_sa_39
NEW res.country.state: base.state_sa_4
NEW res.country.state: base.state_sa_40
NEW res.country.state: base.state_sa_41
NEW res.country.state: base.state_sa_42
NEW res.country.state: base.state_sa_43
NEW res.country.state: base.state_sa_44
NEW res.country.state: base.state_sa_45
NEW res.country.state: base.state_sa_46
NEW res.country.state: base.state_sa_47
NEW res.country.state: base.state_sa_48
NEW res.country.state: base.state_sa_49
NEW res.country.state: base.state_sa_5
NEW res.country.state: base.state_sa_50
NEW res.country.state: base.state_sa_51
NEW res.country.state: base.state_sa_52
NEW res.country.state: base.state_sa_53
NEW res.country.state: base.state_sa_54
NEW res.country.state: base.state_sa_55
NEW res.country.state: base.state_sa_56
NEW res.country.state: base.state_sa_57
NEW res.country.state: base.state_sa_58
NEW res.country.state: base.state_sa_59
NEW res.country.state: base.state_sa_6
NEW res.country.state: base.state_sa_60
NEW res.country.state: base.state_sa_61
NEW res.country.state: base.state_sa_62
NEW res.country.state: base.state_sa_63
NEW res.country.state: base.state_sa_64
NEW res.country.state: base.state_sa_65
NEW res.country.state: base.state_sa_66
NEW res.country.state: base.state_sa_67
NEW res.country.state: base.state_sa_68
NEW res.country.state: base.state_sa_69
NEW res.country.state: base.state_sa_7
NEW res.country.state: base.state_sa_70
NEW res.country.state: base.state_sa_71
NEW res.country.state: base.state_sa_72
NEW res.country.state: base.state_sa_73
NEW res.country.state: base.state_sa_74
NEW res.country.state: base.state_sa_75
NEW res.country.state: base.state_sa_76
NEW res.country.state: base.state_sa_77
NEW res.country.state: base.state_sa_78
NEW res.country.state: base.state_sa_79
NEW res.country.state: base.state_sa_8
NEW res.country.state: base.state_sa_80
NEW res.country.state: base.state_sa_81
NEW res.country.state: base.state_sa_82
NEW res.country.state: base.state_sa_83
NEW res.country.state: base.state_sa_84
NEW res.country.state: base.state_sa_85
NEW res.country.state: base.state_sa_86
NEW res.country.state: base.state_sa_87
NEW res.country.state: base.state_sa_88
NEW res.country.state: base.state_sa_89
NEW res.country.state: base.state_sa_9
NEW res.country.state: base.state_sa_90
NEW res.country.state: base.state_sa_91
NEW res.country.state: base.state_sa_92
NEW res.country.state: base.state_sa_93
NEW res.currency: base.CLF (noupdate)
NEW res.currency: base.CNH (noupdate)
NEW res.currency: base.COU (noupdate)
NEW res.currency: base.CUC (noupdate)
NEW res.currency: base.SOS (noupdate)
NEW res.currency: base.STN (noupdate)
NEW res.currency: base.UYI (noupdate)
NEW res.currency: base.UYW (noupdate)
NEW res.currency: base.VES (noupdate)
NEW res.currency: base.ZIG (noupdate)
DEL res.currency: base.CYP (noupdate)
DEL res.currency: base.ECS (noupdate)
DEL res.currency: base.ITL (noupdate)
Expand Down
65 changes: 52 additions & 13 deletions openupgrade_scripts/scripts/base/15.0.1.3/upgrade_general_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ obsolete model adyen.terminal [module pos_adyen]
obsolete model adyen.transaction [module adyen_platforms]
obsolete model calendar.contacts (renamed to calendar.filters) [module calendar]
obsolete model closing.balance.confirm.wizard [module point_of_sale]
obsolete model export.computed.binary [module test_xlsx_export]
obsolete model l10n_eu_service.service_tax_rate [module l10n_eu_oss]
obsolete model l10n_eu_service.wizard [module l10n_eu_oss]
obsolete model lunch.product.report [module lunch]
Expand All @@ -21,9 +20,12 @@ obsolete model stock.inventory (renamed to stock.quant) [module stock]
obsolete model stock.inventory.line (renamed to stock.move.line) [module stock]
obsolete model website.mass_mailing.popup [module website_mass_mailing]
new model account.accrued.orders.wizard [module account]
new model account.edi.xml.ubl_21.zatca [module l10n_sa_edi]
new model account.edi.xml.ubl_nl [module account_edi_ubl_cii]
new model account.edi.xml.ubl_sg [module account_edi_ubl_cii]
new model account.payment.method.line [module account]
new model account.tax.carryover.line [module account]
new model account.update.tax.tags.wizard [module account_update_tax_tags]
new model auth_totp.device [module auth_totp]
new model auth.totp.rate.limit.log [module auth_totp_mail_enforce]
new model avatar.mixin [module base]
Expand Down Expand Up @@ -61,6 +63,7 @@ new model l10n_eg_edi.thumb.drive [module l10n_eg_edi_eta]
new model l10n_eg_edi.uom.code [module l10n_eg_edi_eta]
new model l10n_eg.eta.account.tax.mixin [module l10n_eg]
new model l10n.in.ewaybill.type [module l10n_in_edi_ewaybill]
new model l10n_sa_edi.otp.wizard [module l10n_sa_edi]
new model mail.channel.rtc.session [module mail]
new model mail.composer.mixin [module mail]
new model mail.group [module mail_group]
Expand All @@ -71,9 +74,6 @@ new model mail.group.moderation (renamed from mail.moderation) [module mail_grou
new model mail.guest [module mail]
new model mail.ice.server [module mail]
new model mail.message.reaction [module mail]
new model mail.test.composer.mixin [module test_mail]
new model mail.test.lang [module test_mail]
new model mail.test.track.monetary [module test_mail]
new model mailing.contact.to.list [module mass_mailing]
new model mrp.workcenter.tag [module mrp]
new model payment.refund.wizard [module payment]
Expand All @@ -90,6 +90,7 @@ new model project.task.stage.personal [module project]
new model project.update [module project]
new model report.product.report_producttemplatelabel [module product]
new model report.product.report_producttemplatelabel_dymo [module product]
new model report.stock.label_lot_template_view [module stock]
new model report.stock.label_product_product_view [module stock]
new model report.stock.report_reception [module stock]
new model res.partner.iap [module mail_plugin]
Expand All @@ -104,22 +105,18 @@ new model stock.replenishment.info [module stock]
new model stock.request.count [module stock]
new model stock.storage.category [module stock]
new model stock.storage.category.capacity [module stock]
new model test_inherit.mixin [module test_inherit]
new model test_new_api.model_constrained_unlinks [module test_new_api]
new model test_read_group.task [module test_read_group]
new model test_read_group.user [module test_read_group]
new model theme.ir.asset [module website]
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'---
# 12761 fields matched,
# Direct match: 12688
# 10908 fields matched,
# Direct match: 10835
# Found in other module: 73
# Found with different type: 0
# In obsolete models: 166
# New columns: 1946
# Not matched: 618
# In obsolete models: 162
# New columns: 1879
# Not matched: 587
---XML records in module 'general'---
ERROR: module not in list of installed modules:
---Models in module 'adyen_platforms'---
Expand Down Expand Up @@ -251,6 +248,48 @@ 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
DEL ir.ui.view: l10n_ch_qriban.view_partner_bank_form
ERROR: module not in list of installed modules:
---Models in module 'l10n_eu_oss'---
obsolete model l10n_eu_service.service_tax_rate
obsolete model l10n_eu_service.wizard [transient]
---Fields in module 'l10n_eu_oss'---
l10n_eu_service / l10n_eu_service.service_tax_rate / country_id (many2one) : DEL relation: res.country
l10n_eu_service / l10n_eu_service.service_tax_rate / rate (float) : DEL
---XML records in module 'l10n_eu_oss'---
DEL ir.actions.act_window: l10n_eu_service.action_eu_service
DEL ir.model.access: l10n_eu_service.access_l10n_eu_service_service_tax_rate_manager
DEL ir.model.access: l10n_eu_service.access_l10n_eu_service_service_tax_rate_user
DEL ir.model.access: l10n_eu_service.access_l10n_eu_service_wizard
DEL ir.ui.view: l10n_eu_service.eu_service_view
DEL ir.ui.view: l10n_eu_service.res_config_settings_view_form
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_at
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_be
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_bg
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_cy
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_cz
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_de
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_dk
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_ee
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_es
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_fi
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_fr
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_gr
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_hr
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_hu
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_ie
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_it
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_lt
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_lu
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_lv
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_mt
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_nl
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_pl
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_pt
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_ro
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_se
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_si
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_sk
DEL l10n_eu_service.service_tax_rate: l10n_eu_service.eu_rate_uk
ERROR: module not in list of installed modules:
---Models in module 'odoo_referral'---
---Fields in module 'odoo_referral'---
---XML records in module 'odoo_referral'---
Expand Down
Loading

0 comments on commit 4afb419

Please sign in to comment.