Skip to content

Commit b8d149e

Browse files
authored
Merge pull request OCA#4918 from ForgeFlow/18.0-new_analysis-2025
[18.0][OU-FIX] analysis
2 parents 476b12e + 9ae0300 commit b8d149e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ new model website.page.properties.base [module website]
114114
# 13371 fields matched,
115115
# Direct match: 13271
116116
# Found in other module with different type: 0
117-
# Found in other module: 91
118-
# Found with different type: 9
117+
# Found in other module: 92
118+
# Found with different type: 8
119119
# In obsolete models: 34
120120
# New columns: 1472
121121
# Not matched: 821

openupgrade_scripts/scripts/product/18.0.1.2/upgrade_analysis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ product / product.template / combo_ids (many2many) : previo
4040
product / product.template / detailed_type (selection) : DEL required, selection_keys: ['consu', 'service']
4141
product / product.template / is_favorite (boolean) : NEW
4242
product / product.template / priority (selection) : DEL selection_keys: ['0', '1']
43-
product / product.template / service_tracking (selection) : NEW required, selection_keys: ['no'], hasdefault: default
43+
product / product.template / service_tracking (selection) : previously in module sale_project
4444
product / product.template / type (selection) : now required
4545
product / product.template / type (selection) : selection_keys is now '['combo', 'consu', 'service']' ('['consu', 'service']')
4646
product / res.partner / specific_property_product_pricelist (many2one): NEW relation: product.pricelist

openupgrade_scripts/scripts/sale_project/18.0.1.0/upgrade_analysis.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ sale_project / product.product / service_tracking (selection) : module
44
sale_project / product.product / service_tracking (selection) : now required
55
sale_project / product.template / project_id (many2one) : needs conversion to v18-style company dependent
66
sale_project / product.template / project_template_id (many2one): needs conversion to v18-style company dependent
7-
sale_project / product.template / service_tracking (selection) : not stored anymore
8-
sale_project / product.template / service_tracking (selection) : selection_keys is now '['event', 'event_booth', 'no', 'project_only', 'task_global_project', 'task_in_project']' ('['no', 'project_only', 'task_global_project', 'task_in_project']')
9-
sale_project / product.template / service_tracking (selection) : type is now 'False' ('selection')
7+
sale_project / product.template / service_tracking (False) : NEW selection_keys: ['event', 'event_booth', 'no', 'project_only', 'task_global_project', 'task_in_project'], mode: modify
8+
sale_project / product.template / service_tracking (selection) : module is now 'product' ('sale_project')
9+
sale_project / product.template / service_tracking (selection) : now required
10+
sale_project / product.template / service_tracking (selection) : selection_keys is now '['no']' ('['no', 'project_only', 'task_global_project', 'task_in_project']')
1011
sale_project / project.project / reinvoiced_sale_order_id (many2one): NEW relation: sale.order
1112
---XML records in module 'sale_project'---
1213
NEW ir.actions.server: sale_project.model_sale_order_action_create_project

0 commit comments

Comments
 (0)