forked from OCA/OpenUpgrade
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathupgrade_analysis_work.txt
More file actions
70 lines (51 loc) · 3.15 KB
/
upgrade_analysis_work.txt
File metadata and controls
70 lines (51 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---Models in module 'uom'---
obsolete model uom.category
---Fields in module 'uom'---
uom / uom.category / name (char) : DEL required
uom / uom.category / reference_uom_id (many2one) : DEL relation: uom.uom, stored: False
uom / uom.category / uom_ids (one2many) : DEL relation: uom.uom
# NOTHING TO DO
uom / uom.uom / _order : _order is now 'sequence, relative_uom_id, id' ('factor DESC, id')
# NOTHING TO DO
uom / uom.uom / category_id (many2one) : DEL relation: uom.category, required
# NOTHING TO DO
uom / uom.uom / factor (float) : now a function
uom / uom.uom / parent_path (char) : NEW
uom / uom.uom / related_uom_ids (one2many) : NEW relation: uom.uom
uom / uom.uom / relative_factor (float) : NEW required, hasdefault: default
uom / uom.uom / relative_uom_id (many2one) : NEW relation: uom.uom
# DONE: compute relative_factor, relative_uom_id for custom UOMs in post-migration
uom / uom.uom / rounding (float) : not stored anymore
# DONE: copied to legacy column in pre-migration
uom / uom.uom / rounding (float) : now a function
uom / uom.uom / sequence (integer) : NEW hasdefault: compute
# NOTHING TO DO
uom / uom.uom / uom_type (selection) : DEL required, selection_keys: ['bigger', 'reference', 'smaller']
# DONE: copied to legacy column in pre-migration
---XML records in module 'uom'---
NEW decimal.precision: uom.decimal_product_uom [renamed from product module] (noupdate)
# DONE: renamed in pre-migration
DEL ir.actions.act_window: uom.product_uom_categ_form_action
DEL ir.model.access: uom.access_uom_category_manager
DEL ir.model.access: uom.access_uom_category_user
ir.model.constraint: uom.constraint_uom_uom_factor_gt_zero (changed definition: is now 'CHECK (relative_factor!=0)' ('check(factor!=0)'))
DEL ir.model.constraint: uom.constraint_uom_uom_factor_reference_is_one
DEL ir.model.constraint: uom.constraint_uom_uom_rounding_gt_zero
DEL ir.ui.view: uom.product_uom_categ_form_view
DEL ir.ui.view: uom.product_uom_categ_tree_view
DEL ir.ui.view: uom.uom_categ_view_search
DEL uom.category: uom.product_uom_categ_energy (noupdate)
DEL uom.category: uom.product_uom_categ_kgm (noupdate)
DEL uom.category: uom.product_uom_categ_unit (noupdate)
DEL uom.category: uom.product_uom_categ_vol (noupdate)
DEL uom.category: uom.uom_categ_length (noupdate)
DEL uom.category: uom.uom_categ_surface (noupdate)
DEL uom.category: uom.uom_categ_wtime (noupdate)
NEW uom.uom: uom.product_uom_milliliter (noupdate)
NEW uom.uom: uom.product_uom_pack_6 (noupdate)
# NOTHING TO DO
NEW uom.uom: uom.product_uom_square_foot (noupdate)
NEW uom.uom: uom.product_uom_square_meter (noupdate)
DEL uom.uom: uom.uom_square_foot (noupdate)
DEL uom.uom: uom.uom_square_meter (noupdate)
# DONE: renamed in pre-migration