odoo-addon-openupgrade-scripts 17.0.1.0.1.192__py3-none-any.whl → 17.0.1.0.1.195__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/end-migration.py +14 -0
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/pre-migration.py +19 -0
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/upgrade_analysis_work.txt +45 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/post-migration.py +39 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/pre-migration.py +91 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/upgrade_analysis_work.txt +145 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.192.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.192.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info}/RECORD +10 -4
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.192.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.192.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
2
|
+
from openupgradelib import openupgrade
|
3
|
+
|
4
|
+
|
5
|
+
def _res_partner_compute_fields_values(env):
|
6
|
+
res_partner = env["res.partner"].with_context(active_test=False).search([])
|
7
|
+
res_partner._compute_ubl_cii_format()
|
8
|
+
res_partner._compute_peppol_endpoint()
|
9
|
+
res_partner._compute_peppol_eas()
|
10
|
+
|
11
|
+
|
12
|
+
@openupgrade.migrate()
|
13
|
+
def migrate(env, version):
|
14
|
+
_res_partner_compute_fields_values(env)
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
2
|
+
from openupgradelib import openupgrade
|
3
|
+
|
4
|
+
|
5
|
+
def _res_partner_create_columns(env):
|
6
|
+
openupgrade.logged_query(
|
7
|
+
env.cr,
|
8
|
+
"""
|
9
|
+
ALTER TABLE res_partner
|
10
|
+
ADD COLUMN IF NOT EXISTS peppol_eas VARCHAR,
|
11
|
+
ADD COLUMN IF NOT EXISTS peppol_endpoint VARCHAR,
|
12
|
+
ADD COLUMN IF NOT EXISTS ubl_cii_format VARCHAR
|
13
|
+
""",
|
14
|
+
)
|
15
|
+
|
16
|
+
|
17
|
+
@openupgrade.migrate()
|
18
|
+
def migrate(env, version):
|
19
|
+
_res_partner_create_columns(env)
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/upgrade_analysis_work.txt
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
---Models in module 'account_edi_ubl_cii'---
|
2
|
+
---Fields in module 'account_edi_ubl_cii'---
|
3
|
+
account_edi_ubl_cii / account.move / ubl_cii_xml_file (binary) : NEW attachment: True
|
4
|
+
account_edi_ubl_cii / res.company / invoice_is_ubl_cii (boolean) : NEW hasdefault: default
|
5
|
+
# NOTHING TO DO
|
6
|
+
|
7
|
+
account_edi_ubl_cii / res.partner / peppol_eas (selection) : NEW selection_keys: ['0002', '0007', '0009', '0037', '0060', '0088', '0096', '0097', '0106', '0130', '0135', '0142', '0151', '0183', '0184', '0188', '0190', '0191', '0192', '0193', '0195', '0196', '0198', '0199', '0200', '0201', '0202', '0204', '0208', '0209', '0210', '0211', '0212', '0213', '0215', '0216', '0221', '0230', '9901', '9910', '9913', '9914', '9915', '9918', '9919', '9920', '9922', '9923', '9924', '9925', '9926', '9927', '9928', '9929', '9930', '9931', '9932', '9933', '9934', '9935', '9936', '9937', '9938', '9939', '9940', '9941', '9942', '9943', '9944', '9945', '9946', '9947', '9948', '9949', '9950', '9951', '9952', '9953', '9955', '9957', '9959'], hasdefault: compute
|
8
|
+
account_edi_ubl_cii / res.partner / peppol_endpoint (char) : NEW hasdefault: compute
|
9
|
+
account_edi_ubl_cii / res.partner / ubl_cii_format (selection) : NEW selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung'], hasdefault: compute
|
10
|
+
# DONE: pre-migration create columns
|
11
|
+
# DONE: post-migration compute values
|
12
|
+
|
13
|
+
---XML records in module 'account_edi_ubl_cii'---
|
14
|
+
DEL account.edi.format: account_edi_ubl_cii.edi_efff_1
|
15
|
+
DEL account.edi.format: account_edi_ubl_cii.edi_facturx_1_0_05
|
16
|
+
DEL account.edi.format: account_edi_ubl_cii.edi_nlcius_1
|
17
|
+
DEL account.edi.format: account_edi_ubl_cii.edi_ubl_2_1
|
18
|
+
DEL account.edi.format: account_edi_ubl_cii.ubl_a_nz
|
19
|
+
DEL account.edi.format: account_edi_ubl_cii.ubl_bis3
|
20
|
+
DEL account.edi.format: account_edi_ubl_cii.ubl_de
|
21
|
+
DEL account.edi.format: account_edi_ubl_cii.ubl_sg
|
22
|
+
NEW ir.ui.view: account_edi_ubl_cii.account_move_send_form
|
23
|
+
NEW ir.ui.view: account_edi_ubl_cii.res_config_settings_view_form
|
24
|
+
NEW ir.ui.view: account_edi_ubl_cii.res_partner_view_search
|
25
|
+
NEW ir.ui.view: account_edi_ubl_cii.res_partner_view_tree
|
26
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_CommonLineType
|
27
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_CommonType
|
28
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_CreditNoteLineType
|
29
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_CreditNoteType
|
30
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNote
|
31
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNoteLineType
|
32
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNoteType
|
33
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_DeliveryType
|
34
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_MonetaryTotalType
|
35
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_PaymentTermsType
|
36
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_ResponseType
|
37
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_SignatureType
|
38
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_CreditNoteLineType
|
39
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_CreditNoteType
|
40
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_DebitNoteLineType
|
41
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_DebitNoteType
|
42
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_PaymentTermsType
|
43
|
+
NEW ir.ui.view: account_edi_ubl_cii.view_partner_property_form
|
44
|
+
DEL ir.ui.view: account_edi_ubl_cii.ubl_21_InvoiceLineType
|
45
|
+
# NOTHING TO DO
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Copyright 2025 Carlos Lopez - Tecnativa
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
def _utm_campaign_fill_ab_testing_winner_mailing_id(env):
|
8
|
+
openupgrade.logged_query(
|
9
|
+
env.cr,
|
10
|
+
"""
|
11
|
+
WITH winner_mailing AS (
|
12
|
+
SELECT
|
13
|
+
campaign_id,
|
14
|
+
MAX(id) AS mailing_id
|
15
|
+
FROM
|
16
|
+
mailing_mailing
|
17
|
+
WHERE
|
18
|
+
ab_testing_enabled IS TRUE
|
19
|
+
AND state = 'done'
|
20
|
+
AND ab_testing_pc = 100
|
21
|
+
GROUP BY
|
22
|
+
campaign_id
|
23
|
+
)
|
24
|
+
UPDATE utm_campaign
|
25
|
+
SET ab_testing_winner_mailing_id = winner_mailing.mailing_id
|
26
|
+
FROM winner_mailing
|
27
|
+
WHERE utm_campaign.id = winner_mailing.campaign_id
|
28
|
+
AND utm_campaign.ab_testing_completed IS TRUE
|
29
|
+
""",
|
30
|
+
)
|
31
|
+
|
32
|
+
|
33
|
+
@openupgrade.migrate()
|
34
|
+
def migrate(env, version):
|
35
|
+
openupgrade.load_data(env, "mass_mailing", "17.0.2.7/noupdate_changes.xml")
|
36
|
+
openupgrade.delete_record_translations(
|
37
|
+
env.cr, "mass_mailing", ["mass_mailing_mail_layout"], field_list=["arch_db"]
|
38
|
+
)
|
39
|
+
_utm_campaign_fill_ab_testing_winner_mailing_id(env)
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# Copyright 2025 Carlos Lopez - Tecnativa
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
_xmlids_renames = [
|
7
|
+
(
|
8
|
+
"mass_mailing.access_mailing_contact_subscription_mm_user",
|
9
|
+
"mass_mailing.access_mailing_subscription_mm_user",
|
10
|
+
),
|
11
|
+
("mass_mailing.view", "mass_mailing.mailing_view"),
|
12
|
+
("mass_mailing.unsubscribe", "mass_mailing.unsubscribe_form"),
|
13
|
+
("mass_mailing.page_unsubscribe", "mass_mailing.page_mailing_unsubscribe"),
|
14
|
+
(
|
15
|
+
"mass_mailing.mailing_contact_subscription_view_form",
|
16
|
+
"mass_mailing.mailing_subscription_view_form",
|
17
|
+
),
|
18
|
+
(
|
19
|
+
"mass_mailing.mailing_contact_subscription_view_search",
|
20
|
+
"mass_mailing.mailing_subscription_view_search",
|
21
|
+
),
|
22
|
+
(
|
23
|
+
"mass_mailing.mailing_contact_subscription_view_tree",
|
24
|
+
"mass_mailing.mailing_subscription_view_tree",
|
25
|
+
),
|
26
|
+
("mass_mailing.mass_mailing_contact_0", "mass_mailing.mass_mail_contact_0"),
|
27
|
+
]
|
28
|
+
_models_renames = [
|
29
|
+
("mailing.contact.subscription", "mailing.subscription"),
|
30
|
+
]
|
31
|
+
_tables_renames = [
|
32
|
+
("mailing_contact_list_rel", "mailing_subscription"),
|
33
|
+
]
|
34
|
+
_fields_renames = [
|
35
|
+
(
|
36
|
+
"mailing.subscription",
|
37
|
+
"mailing_subscription",
|
38
|
+
"unsubscription_date",
|
39
|
+
"opt_out_datetime",
|
40
|
+
),
|
41
|
+
]
|
42
|
+
|
43
|
+
|
44
|
+
def _mailing_subscription_add_xmlid_contact_0(env):
|
45
|
+
"""
|
46
|
+
Add XML ID to prevent SQL unique constraint error
|
47
|
+
because in V16, a record was added without an XML ID:
|
48
|
+
https://github.com/odoo/odoo/blob/f7db1775af3cb641f6cc88607b2d9dce611fb049/addons/mass_mailing/data/mailing_list_data.xml#L10
|
49
|
+
and now, in V17, a new record is created using an XML ID:
|
50
|
+
https://github.com/odoo/odoo/blob/8ec4108b978f00b0a373a28f602780d87aa0d000/addons/mass_mailing/data/mailing_subscription.xml#L4
|
51
|
+
"""
|
52
|
+
env.cr.execute(
|
53
|
+
"""
|
54
|
+
WITH contact_0 AS (
|
55
|
+
SELECT res_id
|
56
|
+
FROM ir_model_data imd
|
57
|
+
WHERE imd.module = 'mass_mailing'
|
58
|
+
AND imd.name = 'mass_mail_contact_0'
|
59
|
+
AND imd.model = 'mailing.contact'
|
60
|
+
),
|
61
|
+
list_0 AS (
|
62
|
+
SELECT res_id
|
63
|
+
FROM ir_model_data imd
|
64
|
+
WHERE imd.module = 'mass_mailing'
|
65
|
+
AND imd.name = 'mailing_list_data'
|
66
|
+
AND imd.model = 'mailing.list'
|
67
|
+
)
|
68
|
+
SELECT id
|
69
|
+
FROM mailing_subscription
|
70
|
+
JOIN contact_0 ON mailing_subscription.contact_id = contact_0.res_id
|
71
|
+
JOIN list_0 ON mailing_subscription.list_id = list_0.res_id
|
72
|
+
"""
|
73
|
+
)
|
74
|
+
res = env.cr.fetchone()
|
75
|
+
if res:
|
76
|
+
openupgrade.add_xmlid(
|
77
|
+
env.cr,
|
78
|
+
"mass_mailing",
|
79
|
+
"mailing_list_data_sub_contact_0",
|
80
|
+
"mailing.subscription",
|
81
|
+
res[0],
|
82
|
+
)
|
83
|
+
|
84
|
+
|
85
|
+
@openupgrade.migrate()
|
86
|
+
def migrate(env, version):
|
87
|
+
openupgrade.rename_xmlids(env.cr, _xmlids_renames)
|
88
|
+
openupgrade.rename_models(env.cr, _models_renames)
|
89
|
+
openupgrade.rename_tables(env.cr, _tables_renames)
|
90
|
+
openupgrade.rename_fields(env, _fields_renames)
|
91
|
+
_mailing_subscription_add_xmlid_contact_0(env)
|
@@ -0,0 +1,145 @@
|
|
1
|
+
---Models in module 'mass_mailing'---
|
2
|
+
obsolete model mailing.contact.subscription
|
3
|
+
new model mailing.subscription
|
4
|
+
# DONE: pre-migration: Renamed to mailing.subscription according https://github.com/odoo/odoo/commit/46ab1e38fcae2054a54bd0081528f3f05dd79e10
|
5
|
+
new model mailing.subscription.optout
|
6
|
+
# NOTHING TO DO: new feature
|
7
|
+
|
8
|
+
---Fields in module 'mass_mailing'---
|
9
|
+
mass_mailing / mail.blacklist / opt_out_reason_id (many2one) : NEW relation: mailing.subscription.optout
|
10
|
+
# NOTHING TO DO: new feature
|
11
|
+
mass_mailing / mailing.contact / _order : _order is now 'name ASC, id DESC' ('email')
|
12
|
+
# NOTHING TO DO:
|
13
|
+
|
14
|
+
mass_mailing / mailing.contact / list_ids (many2many) : table is now 'mailing_subscription' ('mailing_contact_list_rel')
|
15
|
+
mass_mailing / mailing.contact / message_main_attachment_id (many2one): DEL relation: ir.attachment
|
16
|
+
mass_mailing / mailing.contact / rating_ids (one2many) : NEW relation: rating.rating
|
17
|
+
mass_mailing / mailing.contact / subscription_ids (one2many) : NEW relation: mailing.subscription
|
18
|
+
mass_mailing / mailing.contact / subscription_list_ids (one2many): DEL relation: mailing.contact.subscription
|
19
|
+
mass_mailing / mailing.contact.subscription / contact_id (many2one) : DEL relation: mailing.contact, required
|
20
|
+
mass_mailing / mailing.contact.subscription / list_id (many2one) : DEL relation: mailing.list, required
|
21
|
+
mass_mailing / mailing.contact.subscription / opt_out (boolean) : DEL
|
22
|
+
mass_mailing / mailing.contact.subscription / unsubscription_date (datetime): DEL
|
23
|
+
# DONE: handle in pre-migration with rename from mailing.contact.subscription to mailing.subscription
|
24
|
+
|
25
|
+
mass_mailing / mailing.list / contact_ids (many2many) : table is now 'mailing_subscription' ('mailing_contact_list_rel')
|
26
|
+
mass_mailing / mailing.list / subscription_ids (one2many) : relation is now 'mailing.subscription' ('mailing.contact.subscription') [nothing to do]
|
27
|
+
# NOTHING TO DO:
|
28
|
+
|
29
|
+
mass_mailing / mailing.mailing / ab_testing_completed (boolean): not stored anymore
|
30
|
+
mass_mailing / mailing.mailing / activity_user_id (many2one) : not related anymore
|
31
|
+
mass_mailing / mailing.mailing / activity_user_id (many2one) : now a function
|
32
|
+
mass_mailing / mailing.mailing / message_main_attachment_id (many2one): DEL relation: ir.attachment
|
33
|
+
mass_mailing / mailing.mailing / rating_ids (one2many) : NEW relation: rating.rating
|
34
|
+
mass_mailing / mailing.mailing / schedule_date (datetime) : not a function anymore
|
35
|
+
# NOTHING TO DO:
|
36
|
+
mass_mailing / mailing.mailing / bounced_ratio (integer) : type is now 'float' ('integer')
|
37
|
+
mass_mailing / mailing.mailing / clicks_ratio (integer) : type is now 'float' ('integer')
|
38
|
+
mass_mailing / mailing.mailing / opened_ratio (integer) : type is now 'float' ('integer')
|
39
|
+
mass_mailing / mailing.mailing / received_ratio (integer) : type is now 'float' ('integer')
|
40
|
+
mass_mailing / mailing.mailing / replied_ratio (integer) : type is now 'float' ('integer')
|
41
|
+
# NOTHING TO DO: Postgres handles the type casting
|
42
|
+
|
43
|
+
mass_mailing / mailing.subscription / contact_id (many2one) : NEW relation: mailing.contact, required
|
44
|
+
mass_mailing / mailing.subscription / list_id (many2one) : NEW relation: mailing.list, required
|
45
|
+
mass_mailing / mailing.subscription / opt_out (boolean) : NEW hasdefault: default
|
46
|
+
# NOTHING TO DO: just moved from mailing.contact.subscription to mailing.subscription
|
47
|
+
|
48
|
+
mass_mailing / mailing.subscription / opt_out_datetime (datetime) : NEW hasdefault: compute
|
49
|
+
DONE: renamed from unsubscription_date according to https://github.com/odoo/odoo/commit/b4d7eda6e03446f9763b05d27d5aef6cea618635
|
50
|
+
|
51
|
+
mass_mailing / mailing.subscription / opt_out_reason_id (many2one) : NEW relation: mailing.subscription.optout
|
52
|
+
# NOTHING TO DO: new feature
|
53
|
+
|
54
|
+
mass_mailing / mailing.subscription.optout / is_feedback (boolean) : NEW
|
55
|
+
mass_mailing / mailing.subscription.optout / name (char) : NEW
|
56
|
+
mass_mailing / mailing.subscription.optout / sequence (integer) : NEW hasdefault: default
|
57
|
+
# NOTHING TO DO: new feature
|
58
|
+
|
59
|
+
mass_mailing / mailing.trace / failure_reason (text) : NEW
|
60
|
+
mass_mailing / mailing.trace / failure_type (selection) : selection_keys is now '['mail_bl', 'mail_bounce', 'mail_dup', 'mail_email_invalid', 'mail_email_missing', 'mail_from_invalid', 'mail_from_missing', 'mail_optout', 'mail_smtp', 'unknown']' ('['mail_bl', 'mail_dup', 'mail_email_invalid', 'mail_email_missing', 'mail_optout', 'mail_smtp', 'unknown']')
|
61
|
+
mass_mailing / mailing.trace / trace_status (selection) : selection_keys is now '['bounce', 'cancel', 'error', 'open', 'outgoing', 'pending', 'process', 'reply', 'sent']' ('['bounce', 'cancel', 'error', 'open', 'outgoing', 'reply', 'sent']')
|
62
|
+
# NOTHING TO DO: new feature
|
63
|
+
|
64
|
+
mass_mailing / utm.campaign / ab_testing_completed (boolean): now a function
|
65
|
+
# NOTHING TO DO: The field already exists in V16; it is now computed with store=True, but recomputation is not necessary
|
66
|
+
mass_mailing / utm.campaign / ab_testing_total_pc (integer) : DEL
|
67
|
+
# NOTHING TO DO: Removed in https://github.com/odoo/odoo/commit/37348521ced0ae094962661d84994a147c9b884c
|
68
|
+
|
69
|
+
mass_mailing / utm.campaign / ab_testing_winner_mailing_id (many2one): NEW relation: mailing.mailing
|
70
|
+
# DONE: post-migration: fill the field where mailing_mailing related to campain with ab_testing_pc=100. We can only deduce a winning A/B in the case only one is done, as the rest of the cases can't be deduced.
|
71
|
+
|
72
|
+
mass_mailing / utm.campaign / bounced_ratio (integer) : type is now 'float' ('integer')
|
73
|
+
mass_mailing / utm.campaign / opened_ratio (integer) : type is now 'float' ('integer')
|
74
|
+
mass_mailing / utm.campaign / received_ratio (integer) : type is now 'float' ('integer')
|
75
|
+
mass_mailing / utm.campaign / replied_ratio (integer) : type is now 'float' ('integer')
|
76
|
+
# NOTHING TO DO: Postgres handles the type casting
|
77
|
+
|
78
|
+
---XML records in module 'mass_mailing'---
|
79
|
+
NEW ir.actions.act_window: mass_mailing.mailing_subscription_action_report_optout
|
80
|
+
NEW ir.actions.act_window: mass_mailing.mailing_subscription_optout_action
|
81
|
+
# NOTHING TO DO
|
82
|
+
|
83
|
+
NEW ir.model.access: mass_mailing.access_mailing_subscription_optout_mm_user
|
84
|
+
# NOTHING TO DO: new access right
|
85
|
+
|
86
|
+
NEW ir.model.access: mass_mailing.access_mailing_subscription_mm_user
|
87
|
+
DEL ir.model.access: mass_mailing.access_mailing_contact_subscription_mm_user
|
88
|
+
# DONE: pre-migration: Rename xml-id
|
89
|
+
|
90
|
+
NEW ir.model.constraint: mass_mailing.constraint_mailing_subscription_unique_contact_list
|
91
|
+
DEL ir.model.constraint: mass_mailing.constraint_mailing_contact_list_rel_unique_contact_list
|
92
|
+
# DONE: pre-migration: handle in rename_tables
|
93
|
+
|
94
|
+
NEW ir.ui.menu: mass_mailing.mailing_menu_report_mailing
|
95
|
+
NEW ir.ui.menu: mass_mailing.mailing_menu_report_subscribe_reason
|
96
|
+
NEW ir.ui.menu: mass_mailing.mailing_subscription_optout_menu
|
97
|
+
# NOTHING TO DO: new feature
|
98
|
+
|
99
|
+
NEW ir.ui.view: mass_mailing.mail_blacklist_view_form
|
100
|
+
NEW ir.ui.view: mass_mailing.mail_blacklist_view_search
|
101
|
+
NEW ir.ui.view: mass_mailing.mail_blacklist_view_tree
|
102
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_optout_view_form
|
103
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_optout_view_search
|
104
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_optout_view_tree
|
105
|
+
# NOTHING TO DO: new feature
|
106
|
+
|
107
|
+
NEW ir.ui.view: mass_mailing.mailing_view
|
108
|
+
NEW ir.ui.view: mass_mailing.page_mailing_unsubscribe
|
109
|
+
NEW ir.ui.view: mass_mailing.unsubscribe_form
|
110
|
+
DEL ir.ui.view: mass_mailing.view
|
111
|
+
DEL ir.ui.view: mass_mailing.page_unsubscribe
|
112
|
+
DEL ir.ui.view: mass_mailing.unsubscribe
|
113
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_form
|
114
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_search
|
115
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_tree
|
116
|
+
DEL ir.ui.view: mass_mailing.mailing_contact_subscription_view_form
|
117
|
+
DEL ir.ui.view: mass_mailing.mailing_contact_subscription_view_search
|
118
|
+
DEL ir.ui.view: mass_mailing.mailing_contact_subscription_view_tree
|
119
|
+
# DONE: pre-migration: Rename xml-id
|
120
|
+
|
121
|
+
NEW ir.ui.view: mass_mailing.preview_content_mobile
|
122
|
+
# NOTHING TO DO: new feature
|
123
|
+
|
124
|
+
DEL ir.ui.view: mass_mailing.iframe_css_assets_edit
|
125
|
+
DEL ir.ui.view: mass_mailing.iframe_css_assets_readonly
|
126
|
+
# NOTHING TO DO: assets view moved to manifest
|
127
|
+
|
128
|
+
DEL ir.ui.view: mass_mailing.mass_mailing_mail_style (noupdate)
|
129
|
+
DEL ir.ui.view: mass_mailing.page_unsubscribed
|
130
|
+
DEL ir.ui.view: mass_mailing.snippet_options_extra_shapes
|
131
|
+
DEL ir.ui.view: mass_mailing.snippet_options_image_styles
|
132
|
+
DEL ir.ui.view: mass_mailing.unsubscribed
|
133
|
+
# NOTHING TO DO: Odoo removed this
|
134
|
+
|
135
|
+
NEW mailing.contact: mass_mailing.mass_mail_contact_0 (noupdate)
|
136
|
+
DEL mailing.contact: mass_mailing.mass_mailing_contact_0 (noupdate)
|
137
|
+
# DONE: pre-migration: Rename xml-id
|
138
|
+
|
139
|
+
NEW mailing.subscription: mass_mailing.mailing_list_data_sub_contact_0 (noupdate)
|
140
|
+
NEW mailing.subscription.optout: mass_mailing.mailing_subscription_optout_data_0
|
141
|
+
NEW mailing.subscription.optout: mass_mailing.mailing_subscription_optout_data_1
|
142
|
+
NEW mailing.subscription.optout: mass_mailing.mailing_subscription_optout_data_2
|
143
|
+
NEW mailing.subscription.optout: mass_mailing.mailing_subscription_optout_data_3
|
144
|
+
NEW mailing.subscription.optout: mass_mailing.mailing_subscription_optout_data_4
|
145
|
+
# NOTHING TO DO new data
|
@@ -22,7 +22,10 @@ odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/post-migration.py,s
|
|
22
22
|
odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/upgrade_analysis.txt,sha256=iLUrDHhhQoStWrY1ANmqS50P7QbZrSR1jdSF8tm5fak,243
|
23
23
|
odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/upgrade_analysis_work.txt,sha256=MXS8gKjP7WHjzUuWfDIn9Q4GOUKTez6yP-uK4wlZndw,275
|
24
24
|
odoo/addons/openupgrade_scripts/scripts/account_edi_proxy_client/17.0.1.0/upgrade_analysis.txt,sha256=AgcygzVKbroOjZcAsz3zN9YdS-Jy_qiAzCkhFJNOh3E,920
|
25
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/end-migration.py,sha256=rXGdZZIGYVkYxDb3WnkAnhRqxC7-mKaWaTqx13n82N8,450
|
26
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/pre-migration.py,sha256=MtJZ5EnJwt2lXKvn1N5DCEbuP_nPyBm1OR-nSgnghRw,509
|
25
27
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/upgrade_analysis.txt,sha256=DW2c10W_-sf6jaIoqPQmB_8wmEXezVwsQ8w1o2p6UhQ,3266
|
28
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/17.0.1.0/upgrade_analysis_work.txt,sha256=wJcguxUs702C_OjjEAtX56xIOGlVREREBVkpB-VB1-w,3318
|
26
29
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/17.0.1.0/upgrade_analysis.txt,sha256=rcCuXHU-maa0y4sBG1MYAvfXxjQq8MTzxIDcAxyKJTc,222
|
27
30
|
odoo/addons/openupgrade_scripts/scripts/account_fleet/17.0.1.0/upgrade_analysis.txt,sha256=4ACWUpmQ7qvzWsQSP3Z3qbz5Z3YpOFAN7V5wC69WxmA,162
|
28
31
|
odoo/addons/openupgrade_scripts/scripts/account_payment/17.0.2.0/post-migration.py,sha256=rBOEiJFLHW3g1p5IWF3PdxLRDGJoDycutG6yca9PBQE,332
|
@@ -389,7 +392,10 @@ odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/pre-migration.py,sh
|
|
389
392
|
odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis.txt,sha256=fh-mn82bXY9wHefpPp-eTr1mNghugC38UbRRHj9xZuc,2566
|
390
393
|
odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis_work.txt,sha256=b_AmFGalsaPfAjCrXiX3uX3iMmPpdTpJ5FI-RGWFFM0,2760
|
391
394
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/noupdate_changes.xml,sha256=RKyrNMRIRgC-aVyUGSRPCIHhGgJPSoCelpxc0vqk1Qc,1285
|
395
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/post-migration.py,sha256=lOhjav8ukexz6MhxQOPx54eFZhuH_1G2-jMpVoi1W3Y,1221
|
396
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/pre-migration.py,sha256=77uNhwsQgXIL2R4Vl0RQYS1Q6Ukz1xTD_tiOxYwIOB0,3087
|
392
397
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/upgrade_analysis.txt,sha256=HwhbbVU4UJcd_I8NSg2IbOwZPULMjb4PA61RI1A-njg,7458
|
398
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/upgrade_analysis_work.txt,sha256=Pz9ehkILiOR3-wtCaoltSYFv8EEu2D0BbdEUVUlDhq8,9506
|
393
399
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm/17.0.1.0/upgrade_analysis.txt,sha256=BVrq7-HrrvKTT70fOrzoLLJcKJE9l0ha0pQFQCxIraw,171
|
394
400
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm_sms/17.0.1.0/upgrade_analysis.txt,sha256=d0q6azg3QaDVK3BUFFU2oezpoAroXvP86cy9MfBG0nQ,183
|
395
401
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_sale/17.0.1.0/upgrade_analysis.txt,sha256=n8hHiyB7ic-SLmZiXuIF6aJCwvHKMz0DvSI9-6BgmO8,174
|
@@ -650,7 +656,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
650
656
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
651
657
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
652
658
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
653
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
654
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
655
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
656
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
659
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info/METADATA,sha256=Oz6eUQsP7mY6UblrhRW9TOWtZ5is4YQe7QGDdNkcoRc,3786
|
660
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
661
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
662
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info/RECORD,,
|
File without changes
|