odoo-addon-openupgrade-scripts 17.0.1.0.1.189__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/delivery/17.0.1.0/noupdate_changes.xml +2 -2
- odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/post-migration.py +9 -0
- odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/pre-migration.py +81 -0
- odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/upgrade_analysis_work.txt +95 -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/addons/openupgrade_scripts/scripts/stock_delivery/17.0.1.0/upgrade_analysis_work.txt +79 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.189.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.189.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.195.dist-info}/RECORD +15 -5
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.189.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.189.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
|
@@ -4,8 +4,8 @@
|
|
4
4
|
<field name="domain_force">[('company_id', 'in', company_ids + [False])]</field>
|
5
5
|
</record>
|
6
6
|
<record id="free_delivery_carrier" model="delivery.carrier">
|
7
|
-
|
8
|
-
<field name="free_over"
|
7
|
+
<!--<field name="amount"/>
|
8
|
+
<field name="free_over"/>-->
|
9
9
|
<field name="name">Standard delivery</field>
|
10
10
|
</record>
|
11
11
|
<record id="product_product_delivery" model="product.product">
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Copyright 2024 Viindoo Technology Joint Stock Company (Viindoo)
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.load_data(env, "delivery", "17.0.1.0/noupdate_changes.xml")
|
@@ -0,0 +1,81 @@
|
|
1
|
+
from openupgradelib import openupgrade
|
2
|
+
|
3
|
+
_xmlids_renames = [
|
4
|
+
(
|
5
|
+
"delivery.act_delivery_trackers_url",
|
6
|
+
"stock_delivery.act_delivery_trackers_url",
|
7
|
+
),
|
8
|
+
(
|
9
|
+
"delivery.access_choose_delivery_package",
|
10
|
+
"stock_delivery.access_choose_delivery_package",
|
11
|
+
),
|
12
|
+
(
|
13
|
+
"delivery.access_delivery_carrier_stock_user",
|
14
|
+
"stock_delivery.access_delivery_carrier_stock_user",
|
15
|
+
),
|
16
|
+
(
|
17
|
+
"delivery.access_delivery_carrier_stock_manager",
|
18
|
+
"stock_delivery.access_delivery_carrier_stock_manager",
|
19
|
+
),
|
20
|
+
(
|
21
|
+
"delivery.access_delivery_price_rule_stock_manager",
|
22
|
+
"stock_delivery.access_delivery_price_rule_stock_manager",
|
23
|
+
),
|
24
|
+
(
|
25
|
+
"delivery.access_delivery_zip_prefix_stock_manager",
|
26
|
+
"stock_delivery.access_delivery_zip_prefix_stock_manager",
|
27
|
+
),
|
28
|
+
(
|
29
|
+
"delivery.menu_action_delivery_carrier_form",
|
30
|
+
"stock_delivery.menu_action_delivery_carrier_form",
|
31
|
+
),
|
32
|
+
(
|
33
|
+
"delivery.menu_delivery_zip_prefix",
|
34
|
+
"stock_delivery.menu_delivery_zip_prefix",
|
35
|
+
),
|
36
|
+
(
|
37
|
+
"delivery.model_choose_delivery_package",
|
38
|
+
"stock_delivery.model_choose_delivery_package",
|
39
|
+
),
|
40
|
+
]
|
41
|
+
|
42
|
+
|
43
|
+
def _delete_sql_constraints(env):
|
44
|
+
# Delete constraints to recreate it
|
45
|
+
openupgrade.delete_sql_constraint_safely(
|
46
|
+
env, "delivery", "delivery_carrier", "margin_not_under_100_percent"
|
47
|
+
)
|
48
|
+
|
49
|
+
|
50
|
+
def _fill_stock_move_line_carrier_id(env):
|
51
|
+
"""Field `carrier_id` on stock.move.line is now a stored field."""
|
52
|
+
openupgrade.logged_query(
|
53
|
+
env.cr,
|
54
|
+
"""
|
55
|
+
ALTER TABLE stock_move_line
|
56
|
+
ADD COLUMN IF NOT EXISTS carrier_id INTEGER;
|
57
|
+
""",
|
58
|
+
)
|
59
|
+
openupgrade.logged_query(
|
60
|
+
env.cr,
|
61
|
+
"""
|
62
|
+
UPDATE stock_move_line sml
|
63
|
+
SET carrier_id = sp.carrier_id
|
64
|
+
FROM stock_picking sp
|
65
|
+
WHERE sml.picking_id = sp.id;
|
66
|
+
""",
|
67
|
+
)
|
68
|
+
|
69
|
+
|
70
|
+
@openupgrade.migrate()
|
71
|
+
def migrate(env, version):
|
72
|
+
openupgrade.rename_xmlids(env.cr, _xmlids_renames)
|
73
|
+
_delete_sql_constraints(env)
|
74
|
+
_fill_stock_move_line_carrier_id(env)
|
75
|
+
openupgrade.logged_query( # just to be sure
|
76
|
+
env.cr,
|
77
|
+
"""
|
78
|
+
UPDATE ir_module_module
|
79
|
+
SET state='to install'
|
80
|
+
WHERE name = 'stock_delivery' AND state='uninstalled'""",
|
81
|
+
)
|
@@ -0,0 +1,95 @@
|
|
1
|
+
---Models in module 'delivery'---
|
2
|
+
model choose.delivery.package (moved to stock_delivery) [column['model_type']]
|
3
|
+
# DONE: pre-migration: moved to stock_delivery
|
4
|
+
|
5
|
+
---Fields in module 'delivery'---
|
6
|
+
delivery / delivery.carrier / fixed_margin (float) : NEW
|
7
|
+
delivery / delivery.carrier / invoice_policy (selection) : selection_keys is now '['estimated']' ('['estimated', 'real']')
|
8
|
+
# NOTHING TO DO
|
9
|
+
|
10
|
+
delivery / sale.order / shipping_weight (float) : NEW hasdefault: compute
|
11
|
+
# NOTHING TO DO: new features
|
12
|
+
|
13
|
+
delivery / stock.move.line / carrier_id (many2one) : is now stored
|
14
|
+
# DONE: pre-migration: Add new column & set value for it
|
15
|
+
|
16
|
+
delivery / stock.move.line / carrier_name (char) : DEL
|
17
|
+
# NOTHING TO DO
|
18
|
+
|
19
|
+
delivery / product.product / country_of_origin (many2one) : module is now 'stock_delivery' ('delivery')
|
20
|
+
delivery / product.product / hs_code (char) : module is now 'stock_delivery' ('delivery')
|
21
|
+
delivery / product.template / country_of_origin (many2one) : module is now 'stock_delivery' ('delivery')
|
22
|
+
delivery / product.template / hs_code (char) : module is now 'stock_delivery' ('delivery')
|
23
|
+
delivery / stock.move / weight (float) : module is now 'stock_delivery' ('delivery')
|
24
|
+
delivery / stock.move.line / carrier_id (many2one) : module is now 'stock_delivery' ('delivery')
|
25
|
+
delivery / stock.move.line / destination_country_code (char): module is now 'stock_delivery' ('delivery')
|
26
|
+
delivery / stock.move.line / sale_price (float) : module is now 'stock_delivery' ('delivery')
|
27
|
+
delivery / stock.package.type / package_carrier_type (selection): module is now 'stock_delivery' ('delivery')
|
28
|
+
delivery / stock.package.type / shipper_package_code (char) : module is now 'stock_delivery' ('delivery')
|
29
|
+
delivery / stock.picking / carrier_id (many2one) : module is now 'stock_delivery' ('delivery')
|
30
|
+
delivery / stock.picking / carrier_price (float) : module is now 'stock_delivery' ('delivery')
|
31
|
+
delivery / stock.picking / carrier_tracking_ref (char) : module is now 'stock_delivery' ('delivery')
|
32
|
+
delivery / stock.picking / carrier_tracking_url (char) : module is now 'stock_delivery' ('delivery')
|
33
|
+
delivery / stock.picking / delivery_type (selection) : module is now 'stock_delivery' ('delivery')
|
34
|
+
delivery / stock.picking / destination_country_code (char): module is now 'stock_delivery' ('delivery')
|
35
|
+
delivery / stock.picking / is_return_picking (boolean) : module is now 'stock_delivery' ('delivery')
|
36
|
+
delivery / stock.picking / package_ids (many2many) : module is now 'stock_delivery' ('delivery')
|
37
|
+
delivery / stock.picking / return_label_ids (one2many) : module is now 'stock_delivery' ('delivery')
|
38
|
+
delivery / stock.picking / shipping_weight (float) : module is now 'stock_delivery' ('delivery')
|
39
|
+
delivery / stock.picking / weight (float) : module is now 'stock_delivery' ('delivery')
|
40
|
+
delivery / stock.picking / weight_bulk (float) : module is now 'stock_delivery' ('delivery')
|
41
|
+
delivery / stock.picking / weight_uom_name (char) : module is now 'stock_delivery' ('delivery')
|
42
|
+
delivery / stock.quant.package / shipping_weight (float) : module is now 'stock_delivery' ('delivery')
|
43
|
+
delivery / stock.quant.package / weight (float) : module is now 'stock_delivery' ('delivery')
|
44
|
+
delivery / stock.quant.package / weight_is_kg (boolean) : module is now 'stock_delivery' ('delivery')
|
45
|
+
delivery / stock.quant.package / weight_uom_name (char) : module is now 'stock_delivery' ('delivery')
|
46
|
+
delivery / stock.quant.package / weight_uom_rounding (float) : module is now 'stock_delivery' ('delivery')
|
47
|
+
# NOTHING TO DO: Handled by ORM
|
48
|
+
|
49
|
+
---XML records in module 'delivery'---
|
50
|
+
DEL ir.actions.act_window: delivery.act_delivery_trackers_url [renamed to stock_delivery module]
|
51
|
+
# DONE: pre-migration: moved to stock_delivery
|
52
|
+
|
53
|
+
NEW ir.model.access: delivery.access_delivery_price_rule_sale_manager
|
54
|
+
NEW ir.model.access: delivery.access_delivery_zip_prefix_sale_manager
|
55
|
+
DEL ir.model.access: delivery.access_choose_delivery_carrier_salesman
|
56
|
+
# NOTHING TO DO
|
57
|
+
|
58
|
+
DEL ir.model.access: delivery.access_choose_delivery_package [renamed to stock_delivery module]
|
59
|
+
DEL ir.model.access: delivery.access_delivery_carrier_stock_manager [renamed to stock_delivery module]
|
60
|
+
DEL ir.model.access: delivery.access_delivery_carrier_stock_user [renamed to stock_delivery module]
|
61
|
+
DEL ir.model.access: delivery.access_delivery_price_rule_stock_manager [renamed to stock_delivery module]
|
62
|
+
DEL ir.model.access: delivery.access_delivery_zip_prefix_stock_manager [renamed to stock_delivery module]
|
63
|
+
# DONE: pre-migration: moved to stock_delivery
|
64
|
+
|
65
|
+
ir.model.constraint: delivery.constraint_delivery_carrier_margin_not_under_100_percent (changed definition: is now 'check(margin >= -1)' ('check(margin >= -100)'))
|
66
|
+
# DONE pre-migration: safely delete constraint to recreate it
|
67
|
+
|
68
|
+
DEL ir.ui.menu: delivery.menu_action_delivery_carrier_form [renamed to stock_delivery module]
|
69
|
+
DEL ir.ui.menu: delivery.menu_delivery_zip_prefix [renamed to stock_delivery module]
|
70
|
+
# DONE: pre-migration: moved to stock_delivery
|
71
|
+
|
72
|
+
DEL ir.ui.view: delivery.choose_delivery_package_view_form
|
73
|
+
DEL ir.ui.view: delivery.delivery_stock_report_delivery_no_package_section_line
|
74
|
+
DEL ir.ui.view: delivery.delivery_tracking_url_warning_form
|
75
|
+
DEL ir.ui.view: delivery.label_package_template_view_delivery
|
76
|
+
DEL ir.ui.view: delivery.product_template_hs_code
|
77
|
+
DEL ir.ui.view: delivery.report_delivery_document2
|
78
|
+
DEL ir.ui.view: delivery.report_package_barcode_delivery
|
79
|
+
DEL ir.ui.view: delivery.report_package_barcode_small_delivery
|
80
|
+
DEL ir.ui.view: delivery.report_shipping2
|
81
|
+
DEL ir.ui.view: delivery.sale_order_portal_content_inherit_sale_stock_inherit_website_sale_delivery
|
82
|
+
DEL ir.ui.view: delivery.stock_move_line_view_search_delivery
|
83
|
+
DEL ir.ui.view: delivery.stock_package_type_form_delivery
|
84
|
+
DEL ir.ui.view: delivery.stock_package_type_tree_delivery
|
85
|
+
DEL ir.ui.view: delivery.stock_report_delivery_aggregated_move_lines_inherit_delivery
|
86
|
+
DEL ir.ui.view: delivery.stock_report_delivery_has_serial_move_line_inherit_delivery
|
87
|
+
DEL ir.ui.view: delivery.stock_report_delivery_package_section_line_inherit_delivery
|
88
|
+
DEL ir.ui.view: delivery.view_move_line_tree_detailed_delivery
|
89
|
+
DEL ir.ui.view: delivery.view_picking_type_form_delivery
|
90
|
+
DEL ir.ui.view: delivery.view_picking_withcarrier_out_form
|
91
|
+
DEL ir.ui.view: delivery.view_picking_withweight_internal_move_form
|
92
|
+
DEL ir.ui.view: delivery.view_quant_package_weight_form
|
93
|
+
DEL ir.ui.view: delivery.view_stock_rule_form_delivery
|
94
|
+
DEL ir.ui.view: delivery.vpicktree_view_tree
|
95
|
+
# 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
|
@@ -0,0 +1,79 @@
|
|
1
|
+
---Models in module 'stock_delivery'---
|
2
|
+
model choose.delivery.package (moved from delivery) [transient]
|
3
|
+
# NOTHING TO DO
|
4
|
+
|
5
|
+
---Fields in module 'stock_delivery'---
|
6
|
+
stock_delivery / delivery.carrier / invoice_policy (False) : NEW selection_keys: ['estimated', 'real'], mode: modify
|
7
|
+
# NOTHING TO DO
|
8
|
+
|
9
|
+
stock_delivery / product.product / country_of_origin (many2one) : previously in module delivery
|
10
|
+
stock_delivery / product.product / hs_code (char) : previously in module delivery
|
11
|
+
stock_delivery / product.template / country_of_origin (many2one) : previously in module delivery
|
12
|
+
stock_delivery / product.template / hs_code (char) : previously in module delivery
|
13
|
+
stock_delivery / stock.move / weight (float) : previously in module delivery
|
14
|
+
stock_delivery / stock.move.line / carrier_id (many2one) : previously in module delivery
|
15
|
+
stock_delivery / stock.move.line / destination_country_code (char): previously in module delivery
|
16
|
+
stock_delivery / stock.move.line / sale_price (float) : previously in module delivery
|
17
|
+
stock_delivery / stock.package.type / package_carrier_type (selection): previously in module delivery
|
18
|
+
stock_delivery / stock.package.type / shipper_package_code (char) : previously in module delivery
|
19
|
+
stock_delivery / stock.picking / carrier_id (many2one) : previously in module delivery
|
20
|
+
stock_delivery / stock.picking / carrier_price (float) : previously in module delivery
|
21
|
+
stock_delivery / stock.picking / carrier_tracking_ref (char) : previously in module delivery
|
22
|
+
stock_delivery / stock.picking / carrier_tracking_url (char) : previously in module delivery
|
23
|
+
stock_delivery / stock.picking / delivery_type (selection) : previously in module delivery
|
24
|
+
stock_delivery / stock.picking / destination_country_code (char): previously in module delivery
|
25
|
+
stock_delivery / stock.picking / is_return_picking (boolean) : previously in module delivery
|
26
|
+
stock_delivery / stock.picking / package_ids (many2many) : previously in module delivery
|
27
|
+
stock_delivery / stock.picking / return_label_ids (one2many) : previously in module delivery
|
28
|
+
stock_delivery / stock.picking / shipping_weight (float) : previously in module delivery
|
29
|
+
stock_delivery / stock.picking / weight (float) : previously in module delivery
|
30
|
+
stock_delivery / stock.picking / weight_bulk (float) : previously in module delivery
|
31
|
+
stock_delivery / stock.picking / weight_uom_name (char) : previously in module delivery
|
32
|
+
stock_delivery / stock.quant.package / shipping_weight (float) : previously in module delivery
|
33
|
+
stock_delivery / stock.quant.package / weight (float) : previously in module delivery
|
34
|
+
stock_delivery / stock.quant.package / weight_is_kg (boolean) : previously in module delivery
|
35
|
+
stock_delivery / stock.quant.package / weight_uom_name (char) : previously in module delivery
|
36
|
+
stock_delivery / stock.quant.package / weight_uom_rounding (float) : previously in module delivery
|
37
|
+
# NOTHING TO DO
|
38
|
+
|
39
|
+
stock_delivery / delivery.carrier / route_ids (many2many) : NEW relation: stock.route
|
40
|
+
stock_delivery / stock.route / shipping_selectable (boolean) : NEW
|
41
|
+
# NOTHING TO DO: new feature that works only if shipping_selectable = True (by default is false)
|
42
|
+
|
43
|
+
---XML records in module 'stock_delivery'---
|
44
|
+
NEW ir.actions.act_window: stock_delivery.act_delivery_trackers_url [renamed from delivery module]
|
45
|
+
NEW ir.model.access: stock_delivery.access_choose_delivery_carrier_stock_user
|
46
|
+
NEW ir.model.access: stock_delivery.access_choose_delivery_package [renamed from delivery module]
|
47
|
+
NEW ir.model.access: stock_delivery.access_delivery_carrier_stock_manager [renamed from delivery module]
|
48
|
+
NEW ir.model.access: stock_delivery.access_delivery_carrier_stock_user [renamed from delivery module]
|
49
|
+
NEW ir.model.access: stock_delivery.access_delivery_price_rule_stock_manager [renamed from delivery module]
|
50
|
+
NEW ir.model.access: stock_delivery.access_delivery_zip_prefix_stock_manager [renamed from delivery module]
|
51
|
+
NEW ir.ui.menu: stock_delivery.menu_action_delivery_carrier_form [renamed from delivery module]
|
52
|
+
NEW ir.ui.menu: stock_delivery.menu_delivery_zip_prefix [renamed from delivery module]
|
53
|
+
NEW ir.ui.view: stock_delivery.choose_delivery_carrier_view_form
|
54
|
+
NEW ir.ui.view: stock_delivery.choose_delivery_package_view_form
|
55
|
+
NEW ir.ui.view: stock_delivery.delivery_stock_report_delivery_no_package_section_line
|
56
|
+
NEW ir.ui.view: stock_delivery.delivery_tracking_url_warning_form
|
57
|
+
NEW ir.ui.view: stock_delivery.label_package_template_view_delivery
|
58
|
+
NEW ir.ui.view: stock_delivery.product_template_hs_code
|
59
|
+
NEW ir.ui.view: stock_delivery.report_delivery_document2
|
60
|
+
NEW ir.ui.view: stock_delivery.report_package_barcode_delivery
|
61
|
+
NEW ir.ui.view: stock_delivery.report_package_barcode_small_delivery
|
62
|
+
NEW ir.ui.view: stock_delivery.report_shipping2
|
63
|
+
NEW ir.ui.view: stock_delivery.sale_order_portal_content_inherit_sale_stock_inherit_website_sale
|
64
|
+
NEW ir.ui.view: stock_delivery.stock_location_route_view_form_inherit_stock_delivery
|
65
|
+
NEW ir.ui.view: stock_delivery.stock_move_line_view_search_delivery
|
66
|
+
NEW ir.ui.view: stock_delivery.stock_package_type_form_delivery
|
67
|
+
NEW ir.ui.view: stock_delivery.stock_package_type_tree_delivery
|
68
|
+
NEW ir.ui.view: stock_delivery.stock_report_delivery_aggregated_move_lines_inherit_delivery
|
69
|
+
NEW ir.ui.view: stock_delivery.stock_report_delivery_has_serial_move_line_inherit_delivery
|
70
|
+
NEW ir.ui.view: stock_delivery.stock_report_delivery_package_section_line_inherit_delivery
|
71
|
+
NEW ir.ui.view: stock_delivery.view_delivery_carrier_form_inherit_stock_delivery
|
72
|
+
NEW ir.ui.view: stock_delivery.view_move_line_tree_detailed_delivery
|
73
|
+
NEW ir.ui.view: stock_delivery.view_picking_type_form_delivery
|
74
|
+
NEW ir.ui.view: stock_delivery.view_picking_withcarrier_out_form
|
75
|
+
NEW ir.ui.view: stock_delivery.view_picking_withweight_internal_move_form
|
76
|
+
NEW ir.ui.view: stock_delivery.view_quant_package_weight_form
|
77
|
+
NEW ir.ui.view: stock_delivery.view_stock_rule_form_delivery
|
78
|
+
NEW ir.ui.view: stock_delivery.vpicktree_view_tree
|
79
|
+
# NOTHING TO DO
|
@@ -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
|
@@ -97,8 +100,11 @@ odoo/addons/openupgrade_scripts/scripts/crm_livechat/17.0.1.0/upgrade_analysis.t
|
|
97
100
|
odoo/addons/openupgrade_scripts/scripts/crm_sms/17.0.1.1/upgrade_analysis.txt,sha256=f-qV7_a33-EjMmoJ4o9c-GO8xBW9uajH7lKGW5brStw,169
|
98
101
|
odoo/addons/openupgrade_scripts/scripts/crm_sms/17.0.1.1/upgrade_analysis_work.txt,sha256=Ow5a5Lyg4qXbb4MbklCub9zPTRfS9pFb709QbrlLE6M,185
|
99
102
|
odoo/addons/openupgrade_scripts/scripts/data_recycle/17.0.1.3/upgrade_analysis.txt,sha256=wdeiKYCMj5MW7YVu94llE2nXsKYPHFjeGN3v3aw2X0U,159
|
100
|
-
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/noupdate_changes.xml,sha256=
|
103
|
+
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/noupdate_changes.xml,sha256=W0ixm3_Pz3eJrW2ovtdLU_ZCP_g1GKh_TDCVcrmNhJU,524
|
104
|
+
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/post-migration.py,sha256=pWW7PoKqceKTMDs1o2wzMU85UePCu3NzYqbcIsbr8Ng,303
|
105
|
+
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/pre-migration.py,sha256=Z5jgr1yoBPwvodz632NK7I919j9Nt7SjEwfnsEU0NxI,2294
|
101
106
|
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/upgrade_analysis.txt,sha256=5gPxAQ-98Kx6IWI-CqxuyhbRFlzhBjGq5WEzZGOgBf0,6585
|
107
|
+
odoo/addons/openupgrade_scripts/scripts/delivery/17.0.1.0/upgrade_analysis_work.txt,sha256=YEzksPu-IdHAhCYHiA4vGlHAuMTQnlSov6i3CE2X2bo,7040
|
102
108
|
odoo/addons/openupgrade_scripts/scripts/delivery_mondialrelay/17.0.0.1/upgrade_analysis.txt,sha256=b8I5lcmNozL7-QxXWat4eRogSuXBKJ2yoDt_hOP1Kqk,186
|
103
109
|
odoo/addons/openupgrade_scripts/scripts/delivery_stock_picking_batch/17.0.1.0/upgrade_analysis.txt,sha256=0-syDUbB9TRxr5bObpQpVaNLL2hJVGF1-JgnNuEoBqA,207
|
104
110
|
odoo/addons/openupgrade_scripts/scripts/digest/17.0.1.1/noupdate_changes.xml,sha256=xwMvzujXqHa9nTQZGs9Wk6zB0UZaWFpWqtS1u6ccaOU,19965
|
@@ -386,7 +392,10 @@ odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/pre-migration.py,sh
|
|
386
392
|
odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis.txt,sha256=fh-mn82bXY9wHefpPp-eTr1mNghugC38UbRRHj9xZuc,2566
|
387
393
|
odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis_work.txt,sha256=b_AmFGalsaPfAjCrXiX3uX3iMmPpdTpJ5FI-RGWFFM0,2760
|
388
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
|
389
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
|
390
399
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm/17.0.1.0/upgrade_analysis.txt,sha256=BVrq7-HrrvKTT70fOrzoLLJcKJE9l0ha0pQFQCxIraw,171
|
391
400
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm_sms/17.0.1.0/upgrade_analysis.txt,sha256=d0q6azg3QaDVK3BUFFU2oezpoAroXvP86cy9MfBG0nQ,183
|
392
401
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_sale/17.0.1.0/upgrade_analysis.txt,sha256=n8hHiyB7ic-SLmZiXuIF6aJCwvHKMz0DvSI9-6BgmO8,174
|
@@ -572,6 +581,7 @@ odoo/addons/openupgrade_scripts/scripts/stock_account/17.0.1.1/pre-migration.py,
|
|
572
581
|
odoo/addons/openupgrade_scripts/scripts/stock_account/17.0.1.1/upgrade_analysis.txt,sha256=_ofS0N620PedBYmOA8N9ZVMYRI9wLpwFWdI6LYgwn4s,1191
|
573
582
|
odoo/addons/openupgrade_scripts/scripts/stock_account/17.0.1.1/upgrade_analysis_work.txt,sha256=xLUEOeCNZCqiStCJfba65zuBTNd5ZabBRirAUZ9EIio,1567
|
574
583
|
odoo/addons/openupgrade_scripts/scripts/stock_delivery/17.0.1.0/upgrade_analysis.txt,sha256=CLgw08khF3b9hOisl8TGCFjl6B39MDMIimyNDq25AzA,6177
|
584
|
+
odoo/addons/openupgrade_scripts/scripts/stock_delivery/17.0.1.0/upgrade_analysis_work.txt,sha256=zUUwNTPPQBdnZuXLCy9TSA54Qo25It4DJsoMJ_9mg1E,6342
|
575
585
|
odoo/addons/openupgrade_scripts/scripts/stock_dropshipping/17.0.1.0/upgrade_analysis.txt,sha256=hcBfhjP7WZQKAPAP1YrQ27M7wowBjSoq3KdMomof7w8,555
|
576
586
|
odoo/addons/openupgrade_scripts/scripts/stock_landed_costs/17.0.1.1/upgrade_analysis.txt,sha256=Br1-ciAX9gqR-PM5ehCWgKjpsWUrtaJHYowwvZIzNik,677
|
577
587
|
odoo/addons/openupgrade_scripts/scripts/stock_landed_costs_company/17.0.1.0/upgrade_analysis.txt,sha256=gCAzd0WhYUClb548cJUaF2UGrlj4X0N1KGkmp9J1xNE,297
|
@@ -646,7 +656,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
646
656
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
647
657
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
648
658
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
649
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
650
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
651
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
652
|
-
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
|