odoo-addon-openupgrade-scripts 18.0.1.0.0.194__py3-none-any.whl → 18.0.1.0.0.201__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/apriori.py +2 -0
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi_pos/18.0.0.2/upgrade_analysis.txt +4 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes_work.xml +6 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/post-migrate.py +8 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis_work.txt +19 -0
- odoo/addons/openupgrade_scripts/scripts/repair/18.0.1.0/post-migration.py +32 -0
- odoo/addons/openupgrade_scripts/scripts/repair/18.0.1.0/upgrade_analysis_work.txt +32 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.194.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.194.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info}/RECORD +14 -8
- /odoo/addons/openupgrade_scripts/scripts/l10n_ca/{18.0.1.0 → 18.0.1.1}/upgrade_analysis.txt +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.194.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.194.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info}/top_level.txt +0 -0
@@ -17,6 +17,8 @@ renamed_modules = {
|
|
17
17
|
# OCA/product-attribute
|
18
18
|
"product_packaging_type_vendor": "product_packaging_level_vendor",
|
19
19
|
"product_supplierinfo_for_customer": "product_customerinfo",
|
20
|
+
"product_supplierinfo_import_by_barcode": "product_supplierinfo_import",
|
21
|
+
"product_supplierinfo_import_by_barcode_margin": "product_supplierinfo_import_margin", # noqa: E501
|
20
22
|
"product_template_tags_code": "product_tags_code",
|
21
23
|
"stock_packaging_calculator": "product_packaging_calculator",
|
22
24
|
# OCA/project
|
@@ -3,7 +3,7 @@
|
|
3
3
|
account_edi_ubl_cii / res.company / invoice_is_ubl_cii (boolean) : DEL
|
4
4
|
account_edi_ubl_cii / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung'], mode: modify
|
5
5
|
account_edi_ubl_cii / res.partner / is_peppol_edi_format (boolean): previously in module account_peppol
|
6
|
-
account_edi_ubl_cii / res.partner / peppol_eas (selection) : selection_keys removed: [0212, 0215, 9901]
|
6
|
+
account_edi_ubl_cii / res.partner / peppol_eas (selection) : selection_keys added: [0218, 0225, 0235, 0240], removed: [0212, 0215, 9901]
|
7
7
|
account_edi_ubl_cii / res.partner / ubl_cii_format (selection) : DEL selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung']
|
8
8
|
account_edi_ubl_cii / res.users / is_peppol_edi_format (boolean): previously in module account_peppol
|
9
9
|
---XML records in module 'account_edi_ubl_cii'---
|
@@ -125,7 +125,7 @@ new model website.page.properties.base [module website]
|
|
125
125
|
# Found in other module: 92
|
126
126
|
# Found with different type: 8
|
127
127
|
# In obsolete models: 34
|
128
|
-
# New columns:
|
128
|
+
# New columns: 1643
|
129
129
|
# Not matched: 825
|
130
130
|
---XML records in module 'general'---
|
131
131
|
ERROR: module not in list of installed modules:
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
from openupgradelib import openupgrade
|
4
|
+
|
5
|
+
|
6
|
+
@openupgrade.migrate()
|
7
|
+
def migrate(env, version):
|
8
|
+
openupgrade.load_data(env, "mass_mailing", "18.0.2.7/noupdate_changes_work.xml")
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---Models in module 'mass_mailing'---
|
2
|
+
---Fields in module 'mass_mailing'---
|
3
|
+
mass_mailing / mailing.contact / first_name (char) : NEW
|
4
|
+
mass_mailing / mailing.contact / last_name (char) : NEW
|
5
|
+
# NOTHING TO DO: new functionality
|
6
|
+
|
7
|
+
---XML records in module 'mass_mailing'---
|
8
|
+
DEL ir.actions.act_window.view: mass_mailing.mailing_mailing_action_mail_fullwidth_form
|
9
|
+
DEL ir.actions.act_window.view: mass_mailing.mailing_mailing_action_mail_fullwidth_graph
|
10
|
+
NEW ir.ui.view: mass_mailing.email_designer_themes
|
11
|
+
NEW ir.ui.view: mass_mailing.mailing_contact_view_form_split_name (noupdate)
|
12
|
+
NEW ir.ui.view: mass_mailing.mailing_contact_view_tree_split_name (noupdate)
|
13
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_graph
|
14
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_pivot
|
15
|
+
NEW ir.ui.view: mass_mailing.mailing_view_generic
|
16
|
+
DEL ir.ui.view: mass_mailing.mailing_mailing_view_form_full_width
|
17
|
+
DEL ir.ui.view: mass_mailing.view_mail_mass_mailing_graph
|
18
|
+
NEW web_tour.tour: mass_mailing.mass_mailing_tour
|
19
|
+
# NOTHING TO DO
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
from openupgradelib import openupgrade
|
4
|
+
|
5
|
+
|
6
|
+
def fill_stock_warehouse_repair_mto_pull_id(env):
|
7
|
+
def _get_global_route_rules_values(self):
|
8
|
+
data = _get_global_route_rules_values._original_method(self)
|
9
|
+
data_return = {"repair_mto_pull_id": data["repair_mto_pull_id"]}
|
10
|
+
return data_return
|
11
|
+
|
12
|
+
# create hook
|
13
|
+
_get_global_route_rules_values._original_method = type(
|
14
|
+
env["stock.warehouse"]
|
15
|
+
)._get_global_route_rules_values
|
16
|
+
type(
|
17
|
+
env["stock.warehouse"]
|
18
|
+
)._get_global_route_rules_values = _get_global_route_rules_values
|
19
|
+
|
20
|
+
warehouses = env["stock.warehouse"].with_context(active_test=False).search([])
|
21
|
+
for warehouse in warehouses:
|
22
|
+
warehouse._create_or_update_global_routes_rules()
|
23
|
+
|
24
|
+
# delete hook
|
25
|
+
type(
|
26
|
+
env["stock.warehouse"]
|
27
|
+
)._get_global_route_rules_values = _get_global_route_rules_values._original_method
|
28
|
+
|
29
|
+
|
30
|
+
@openupgrade.migrate()
|
31
|
+
def migrate(env, version):
|
32
|
+
fill_stock_warehouse_repair_mto_pull_id(env)
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---Models in module 'repair'---
|
2
|
+
obsolete model repair.warn.uncomplete.move [transient]
|
3
|
+
# NOTHING TO DO
|
4
|
+
|
5
|
+
---Fields in module 'repair'---
|
6
|
+
repair / repair.order / product_location_dest_id (many2one): NEW relation: stock.location, required, hasdefault: compute
|
7
|
+
repair / repair.order / product_location_src_id (many2one): NEW relation: stock.location, required, hasdefault: compute
|
8
|
+
repair / stock.picking.type / default_product_location_dest_id (many2one): NEW relation: stock.location, hasdefault: compute
|
9
|
+
repair / stock.picking.type / default_product_location_src_id (many2one): NEW relation: stock.location, hasdefault: compute
|
10
|
+
# NOTHING TO DO: computed by ORM
|
11
|
+
|
12
|
+
repair / repair.order / repair_properties (properties): NEW hasdefault: compute
|
13
|
+
repair / stock.picking.type / repair_properties_definition (properties_definition): NEW
|
14
|
+
# NOTHING TO DO: computed by ORM
|
15
|
+
|
16
|
+
repair / repair.order / search_date_category (selection): NEW selection_keys: ['after', 'before', 'day_1', 'day_2', 'today', 'yesterday'], stored: False
|
17
|
+
# NOTHING TO DO: stored = False
|
18
|
+
|
19
|
+
repair / stock.warehouse / repair_mto_pull_id (many2one) : NEW relation: stock.rule
|
20
|
+
# DONE: post-migration: create rule for the warehouse that need it
|
21
|
+
|
22
|
+
---XML records in module 'repair'---
|
23
|
+
NEW ir.actions.act_window: repair.action_picking_repair_graph
|
24
|
+
NEW ir.actions.act_window: repair.action_repair_picking_type_kanban
|
25
|
+
NEW ir.actions.server: repair.action_repair_overview
|
26
|
+
DEL ir.model.access: repair.access_repair_warn_uncomplete_move
|
27
|
+
NEW ir.ui.menu: repair.repair_menu_product_product
|
28
|
+
NEW ir.ui.menu: repair.repair_menu_product_template
|
29
|
+
NEW ir.ui.menu: repair.repair_picking_type_menu
|
30
|
+
NEW ir.ui.view: repair.product_view_search_catalog
|
31
|
+
DEL ir.ui.view: repair.view_repair_warn_uncomplete_move
|
32
|
+
# NOTHING TO DO
|
@@ -1,7 +1,7 @@
|
|
1
1
|
odoo/addons/openupgrade_scripts/README.rst,sha256=RuTBUdBI9hVP6kr2WJenFV-0J5l2tgUfzuOEtG9MyKQ,3179
|
2
2
|
odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=fZVzjupYlcmfrTQtiBu7wlaAqO4JWQncNAdQPEnpaCY,614
|
4
|
-
odoo/addons/openupgrade_scripts/apriori.py,sha256=
|
4
|
+
odoo/addons/openupgrade_scripts/apriori.py,sha256=4rNlYBBriTPwpvadYwIYdw0YG6jusGCZIRFIXxlLsXM,3809
|
5
5
|
odoo/addons/openupgrade_scripts/readme/CONFIGURE.md,sha256=rnx8ADTYzVUB93PIG3Lib0iWBrphSfVRs6RMikklf3M,238
|
6
6
|
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.md,sha256=6hwHccovmE9cfaV7PQPvKUvNJa-f_Uc1wgXyL_SrYck,86
|
7
7
|
odoo/addons/openupgrade_scripts/readme/INSTALL.md,sha256=NDKVZRv0J8BTqcSTD7JwUXL_AY-cDJoegn5IUTbEOFk,113
|
@@ -18,7 +18,7 @@ odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis.tx
|
|
18
18
|
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis_work.txt,sha256=PrVxXIPDX-g2kBxstg2GSHY6IU-dFU0fp2seVu2gUZk,172
|
19
19
|
odoo/addons/openupgrade_scripts/scripts/account_edi_proxy_client/18.0.1.0/upgrade_analysis.txt,sha256=H9U9Nkn05WkI7C6e9u9Q7XE8b4ZwxDN7t91AM12pWKg,409
|
20
20
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/pre-migration.py,sha256=YtIqcS02A8UApImRd6EHxfHDQ6GlyQOfKvNCtN66uwo,361
|
21
|
-
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=
|
21
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=MNFVkY3P7RREhdjunluC9xQuQ8YXFhs01bRbpht6KXc,1498
|
22
22
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis_work.txt,sha256=KJlhf73oFXfr6iWobBCezXXgq5tBPkt6wL7gf-UhBt0,3199
|
23
23
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis.txt,sha256=rcCuXHU-maa0y4sBG1MYAvfXxjQq8MTzxIDcAxyKJTc,222
|
24
24
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis_work.txt,sha256=rbbyPbKfc6M5eNJ9a1GKA9huTfTgwTOeQx_RybYTy3s,238
|
@@ -55,7 +55,7 @@ odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=f
|
|
55
55
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/pre-migration.py,sha256=BBq8w1NIPEtpQ6mM6E88DaZD_56oiqCbyb6RLAN2bqg,2166
|
56
56
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis.txt,sha256=zn2pp5rMSMiAoUgIgLEZ8DivttarkojVX1v3xZY2Ry8,22324
|
57
57
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis_work.txt,sha256=DtjRkyr9Xu9MZt-NvAOmUYdd9kgJErm-KOfzZOriBXc,23232
|
58
|
-
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=
|
58
|
+
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=aBOa-F4RXfdeATu3Gpde-9s4yAK-AkBd1zbOHot991E,12053
|
59
59
|
odoo/addons/openupgrade_scripts/scripts/base/tests/data_base_migration.py,sha256=G4qE5if25WvkEBxDp3S9QfVRFiD4MV7bZFeagvp5qL8,302
|
60
60
|
odoo/addons/openupgrade_scripts/scripts/base/tests/test_base_migration.py,sha256=jj1GMmV4SX_5q9t-PvIlD1pSR6_swUcpcKKe3r2ZT4E,703
|
61
61
|
odoo/addons/openupgrade_scripts/scripts/base_address_extended/18.0.1.1/upgrade_analysis.txt,sha256=ZOyM6AVCXejBYRawvroMqOMDKsira10CnD6UG46UG7U,186
|
@@ -208,7 +208,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_be/18.0.2.0/upgrade_analysis.txt,sh
|
|
208
208
|
odoo/addons/openupgrade_scripts/scripts/l10n_bg_ledger/18.0.1.0/upgrade_analysis.txt,sha256=HudZFYQE7om411ehJ6FR6b50GR2_eU8MVYMI4nUDQKg,983
|
209
209
|
odoo/addons/openupgrade_scripts/scripts/l10n_br/18.0.1.0/upgrade_analysis.txt,sha256=cLj-ay5oCdPGuY_Ccd1VvNbVWb0C7qMBZkvb8kufrlE,451335
|
210
210
|
odoo/addons/openupgrade_scripts/scripts/l10n_br_website_sale/18.0.1.0/upgrade_analysis.txt,sha256=CzDNj9GAx0CaLpytsxWEYGcWs_7XRUWAi6icIGKyJ0w,186
|
211
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_ca/18.0.1.
|
211
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_ca/18.0.1.1/upgrade_analysis.txt,sha256=-HfsFeNq8ccZr46ZkJRuDbxoBA_3wTXtyQHIn8z_p0k,311
|
212
212
|
odoo/addons/openupgrade_scripts/scripts/l10n_ch/18.0.11.3/upgrade_analysis.txt,sha256=SovczTFy3tfLHWG_4CgiJ3RjfetUVFZHXDqI9JVAXW0,242
|
213
213
|
odoo/addons/openupgrade_scripts/scripts/l10n_cl/18.0.3.1/noupdate_changes.xml,sha256=Lx-4sdX2Rh05_US7OdWO9qiNQ6bnKPXKNJeHPLBySl4,172
|
214
214
|
odoo/addons/openupgrade_scripts/scripts/l10n_cl/18.0.3.1/upgrade_analysis.txt,sha256=fozzpJSrpft2m--D8ILVxE_1SWx2DYPHZeNfl-KFXTw,144
|
@@ -315,6 +315,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_rs_edi/18.0.1.0/upgrade_analysis.tx
|
|
315
315
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa/18.0.2.0/noupdate_changes.xml,sha256=RMvN5KadQtMee2knz8wc4Zc5Hkk-PXPCGkNzhpESTD0,297
|
316
316
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa/18.0.2.0/upgrade_analysis.txt,sha256=22d0It7ko1mTyQgoU03pgs_cQ60LBsZEMSYTpvRdpJA,267
|
317
317
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi/18.0.0.2/upgrade_analysis.txt,sha256=cucezUyCuhxTPam6_IDRJN9isOiQTFuOfrESfP7Db7w,947
|
318
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi_pos/18.0.0.2/upgrade_analysis.txt,sha256=CynlJ2MzFjanw_gmbVOuvsVEDvi_z3eWAFUJFlgKRxc,168
|
318
319
|
odoo/addons/openupgrade_scripts/scripts/l10n_se/18.0.1.1/upgrade_analysis.txt,sha256=0YcSpwh9MVP1NB4LIFtfaM5TWkyKvSYJamiQUpOFZGs,144
|
319
320
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg/18.0.2.2/upgrade_analysis.txt,sha256=9XUQPbP8I_MDcuAv-woGCOWH9mApY7D5GYWkVN_6fK4,144
|
320
321
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg_ubl_pint/18.0.1.0/upgrade_analysis.txt,sha256=l9g43rS-nAe4MVo8oPzUGDWrig9QGxkIod4Q-g6vrDE,680
|
@@ -352,7 +353,10 @@ odoo/addons/openupgrade_scripts/scripts/maintenance/18.0.1.0/upgrade_analysis.tx
|
|
352
353
|
odoo/addons/openupgrade_scripts/scripts/maintenance/18.0.1.0/upgrade_analysis_work.txt,sha256=d9dGdjAqJlF38Q4c5Rb73MBw3jntJ43VaphfyD7KmdA,362
|
353
354
|
odoo/addons/openupgrade_scripts/scripts/marketing_card/18.0.1.1/upgrade_analysis.txt,sha256=m8TxANJGWhgDpRT2DBfTp64bB-CQguIRVbRJOnfoTHc,9129
|
354
355
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes.xml,sha256=iplLvMzz5iDJ8TWdLyR8KGk_HGxz0K-177RJwrlR9mk,162
|
356
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes_work.xml,sha256=jbX5f8oUedXvXvWQGGslRX7kGu7gU9pqOBJ0BI_aZqc,163
|
357
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/post-migrate.py,sha256=_Xp26euGs0ybDCGjLOVggr_IimAhrmZwqUvH52qzkn8,301
|
355
358
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis.txt,sha256=9duD8Gm0FhcRLihIODYdb8lmc3CS2xM5WJkUioQhaXk,1003
|
359
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis_work.txt,sha256=Y_Z6myP8zlchjIfJWCyDNHbCMABG8QawCF7MNEPiZiU,1055
|
356
360
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm/18.0.1.0/upgrade_analysis.txt,sha256=BVrq7-HrrvKTT70fOrzoLLJcKJE9l0ha0pQFQCxIraw,171
|
357
361
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm_sms/18.0.1.0/upgrade_analysis.txt,sha256=d0q6azg3QaDVK3BUFFU2oezpoAroXvP86cy9MfBG0nQ,183
|
358
362
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_sale/18.0.1.0/upgrade_analysis.txt,sha256=n8hHiyB7ic-SLmZiXuIF6aJCwvHKMz0DvSI9-6BgmO8,174
|
@@ -490,7 +494,9 @@ odoo/addons/openupgrade_scripts/scripts/purchase_stock/18.0.1.2/upgrade_analysis
|
|
490
494
|
odoo/addons/openupgrade_scripts/scripts/purchase_stock/18.0.1.2/upgrade_analysis_work.txt,sha256=VNynpx2lCaa1blribMIHODB_e6Vl_WsZBse1qLngFtw,1287
|
491
495
|
odoo/addons/openupgrade_scripts/scripts/rating/18.0.1.1/upgrade_analysis.txt,sha256=qW5H3qcAfhOJGRtKOksLYVTMUWRwhEdz61oHa9nagi0,467
|
492
496
|
odoo/addons/openupgrade_scripts/scripts/rating/18.0.1.1/upgrade_analysis_work.txt,sha256=OeCuYPxiMWcK8zJnxwe99VhNUnJ_xEYFboxEHNpH7V0,526
|
497
|
+
odoo/addons/openupgrade_scripts/scripts/repair/18.0.1.0/post-migration.py,sha256=lctBqxcaMVrJpzd-PttN3-UkWXHm8ceEZhSmGSQSvRY,1112
|
493
498
|
odoo/addons/openupgrade_scripts/scripts/repair/18.0.1.0/upgrade_analysis.txt,sha256=AK-tIsgeIf2mAupSeih2oWn5KLMwR1zh5tFEwsmBDT0,1678
|
499
|
+
odoo/addons/openupgrade_scripts/scripts/repair/18.0.1.0/upgrade_analysis_work.txt,sha256=e3xxFzybw5XTdtot_vlkcXu1hsvUjxF-j9ZMt3UjLtY,1880
|
494
500
|
odoo/addons/openupgrade_scripts/scripts/resource/18.0.1.1/noupdate_changes.xml,sha256=S7tt5sHOk73ZZ37pDd3-u8zWp5Azisq0dp4MyDYdAso,184
|
495
501
|
odoo/addons/openupgrade_scripts/scripts/resource/18.0.1.1/post-migration.py,sha256=oHLhpXY8oeX6HQHUnTzVTOs8iRus5mAM80-juY9btpw,292
|
496
502
|
odoo/addons/openupgrade_scripts/scripts/resource/18.0.1.1/upgrade_analysis.txt,sha256=Ti0g-L6X-9Ixj67MzP2zYVYaM_asb7dUR__L9xvqu2Q,362
|
@@ -638,7 +644,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
|
|
638
644
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
639
645
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
640
646
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
|
641
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
642
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
643
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
644
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
647
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info/METADATA,sha256=9nB_aTJ96dZthWXkEVvEQGoenXyqq5HSf1imp8xF9YQ,3812
|
648
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
649
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
650
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.201.dist-info/RECORD,,
|
File without changes
|
File without changes
|