|
| 1 | +---Models in module 'stock'--- |
| 2 | +obsolete model stock.assign.serial [transient] |
| 3 | +obsolete model stock.scheduler.compute [transient] |
| 4 | +new model stock.lot.report [sql_view] |
| 5 | +new model stock.replenish.mixin [abstract] |
| 6 | +new model stock.scrap.reason.tag |
| 7 | +# NOTHING TO DO |
| 8 | + |
| 9 | +---Fields in module 'stock'--- |
| 10 | +stock / product.template / detailed_type (False) : DEL selection_keys: ['consu', 'product', 'service'], mode: modify |
| 11 | +stock / product.template / type (False) : DEL selection_keys: ['consu', 'product', 'service'], mode: modify |
| 12 | +stock / product.template / is_storable (boolean) : NEW hasdefault: default |
| 13 | +# DONE: pre-migration:: pre-create and fill is_storable and move 'product' to 'consu' |
| 14 | + |
| 15 | +stock / product.template / route_from_categ_ids (many2many): table is now 'False' ('stock.route') |
| 16 | +# NOTHING TO DO: related field |
| 17 | + |
| 18 | +stock / product.template / property_stock_inventory (many2one): needs conversion to v18-style company dependent |
| 19 | +stock / product.template / property_stock_production (many2one): needs conversion to v18-style company dependent |
| 20 | +stock / product.template / responsible_id (many2one) : needs conversion to v18-style company dependent |
| 21 | +stock / res.partner / property_stock_customer (many2one): needs conversion to v18-style company dependent |
| 22 | +stock / res.partner / property_stock_supplier (many2one): needs conversion to v18-style company dependent |
| 23 | +# DONE: post-migration: used openupgrade_180.convert_company_dependent |
| 24 | + |
| 25 | +stock / stock.location / return_location (boolean) : DEL |
| 26 | +stock / stock.picking.type / default_location_return_id (many2one): DEL relation: stock.location |
| 27 | +# NOTHING TO DO: now is using _can_return() method instead |
| 28 | + |
| 29 | +stock / stock.move / location_dest_id (many2one) : now a function |
| 30 | +stock / stock.move / location_final_id (many2one) : NEW relation: stock.location |
| 31 | +stock / stock.rule / location_dest_from_rule (boolean): NEW hasdefault: default |
| 32 | +# DONE: pre-migration: rename location_dest_id to location_final_id, pre-create and fill location_dest_id and location_dest_from_rule |
| 33 | + |
| 34 | +stock / stock.move / never_product_template_attribute_value_ids (many2many): NEW relation: product.template.attribute.value |
| 35 | +# NOTHING TO DO: new technical feature |
| 36 | + |
| 37 | +stock / stock.move.line / product_category_name (char) : not stored anymore |
| 38 | +# NOTHING TO DO |
| 39 | + |
| 40 | +stock / stock.picking / search_date_category (selection): NEW selection_keys: ['after', 'before', 'day_1', 'day_2', 'today', 'yesterday'] |
| 41 | +stock / stock.picking / shipping_weight (float) : previously in module stock_delivery |
| 42 | +stock / stock.picking / weight_bulk (float) : previously in module stock_delivery |
| 43 | +# NOTHING TO DO: not stored |
| 44 | + |
| 45 | +stock / stock.picking.type / _order : _order is now 'is_favorite desc, sequence, id' ('sequence, id') |
| 46 | +# NOTHING TO DO: is_favorite is not stored |
| 47 | + |
| 48 | +stock / stock.picking.type / default_location_dest_id (many2one): now required |
| 49 | +stock / stock.picking.type / default_location_src_id (many2one): now required |
| 50 | +# NOTHING TO DO? (not sure if we can assure it someway) |
| 51 | + |
| 52 | +stock / stock.picking.type / favorite_user_ids (many2many) : NEW relation: res.users |
| 53 | +# NOTHING TO DO: new feature |
| 54 | + |
| 55 | +stock / stock.picking.type / move_type (selection) : NEW required, selection_keys: ['direct', 'one'], hasdefault: default |
| 56 | +# DONE: pre-migration: pre-create and fill it with default 'direct' |
| 57 | + |
| 58 | +stock / stock.picking.type / show_reserved (boolean) : DEL |
| 59 | +# NOTHING TO DO: obsolete, see https://github.com/odoo/odoo/commit/54a795bf11d1ef5d791e587b0c9e4d260b97a79d |
| 60 | + |
| 61 | +stock / stock.putaway.rule / sublocation (selection) : NEW selection_keys: ['closest_location', 'last_used', 'no'], hasdefault: default |
| 62 | +# DONE: pre-migration: pre-create and fill it ('no' by default, 'closest_location' if storage_category_id is not null) |
| 63 | + |
| 64 | +stock / stock.quant.package / location_id (many2one) : not a function anymore |
| 65 | +# NOTHING TO DO: not sure why marked this way, it's the same in both v17 and v18 |
| 66 | + |
| 67 | +stock / stock.quant.package / shipping_weight (float) : previously in module stock_delivery |
| 68 | +# NOTHING TO DO |
| 69 | + |
| 70 | +stock / stock.rule / push_domain (char) : NEW |
| 71 | +# NOTHING TO DO: new feature |
| 72 | + |
| 73 | +stock / stock.scrap / scrap_reason_tag_ids (many2many): NEW relation: stock.scrap.reason.tag |
| 74 | +stock / stock.scrap.reason.tag / color (char) : NEW hasdefault: default |
| 75 | +stock / stock.scrap.reason.tag / name (char) : NEW required |
| 76 | +stock / stock.scrap.reason.tag / sequence (integer) : NEW hasdefault: default |
| 77 | +# NOTHING TO DO: new feature |
| 78 | + |
| 79 | +stock / stock.warehouse / qc_type_id (many2one) : NEW relation: stock.picking.type |
| 80 | +stock / stock.warehouse / store_type_id (many2one) : NEW relation: stock.picking.type |
| 81 | +stock / stock.warehouse / xdock_type_id (many2one) : NEW relation: stock.picking.type |
| 82 | +# DONE: post-migration: created / updated default return type for all warehouses |
| 83 | + |
| 84 | +stock / stock.warehouse.orderpoint / qty_to_order (float) : not stored anymore |
| 85 | +stock / stock.warehouse.orderpoint / qty_to_order (float) : now a function |
| 86 | +stock / stock.warehouse.orderpoint / qty_to_order_manual (float) : NEW |
| 87 | +# DONE: pre-migration: rename qty_to_order to qty_to_order_manual |
| 88 | + |
| 89 | +---XML records in module 'stock'--- |
| 90 | +NEW digest.tip: stock.digest_tip_stock_1 |
| 91 | +NEW ir.actions.act_window: stock.action_get_picking_type_ready_moves |
| 92 | +NEW ir.actions.act_window: stock.action_inventory_at_date |
| 93 | +NEW ir.actions.act_window: stock.action_lot_report |
| 94 | +NEW ir.actions.act_window: stock.action_picking_tree_graph |
| 95 | +# NOTHING TO DO |
| 96 | + |
| 97 | +ir.actions.act_window: stock.stock_picking_action_picking_type (deleted domain) |
| 98 | +# NOTHING TO DO: domain was already empty |
| 99 | + |
| 100 | +DEL ir.actions.act_window: stock.act_assign_serial_numbers |
| 101 | +DEL ir.actions.act_window: stock.action_procurement_compute |
| 102 | +NEW ir.actions.server: stock.action_install_barcode |
| 103 | +NEW ir.actions.server: stock.action_print_labels |
| 104 | +NEW ir.actions.server: stock.click_dashboard_graph |
| 105 | +NEW ir.actions.server: stock.method_action_picking_tree_incoming |
| 106 | +NEW ir.actions.server: stock.method_action_picking_tree_internal |
| 107 | +NEW ir.actions.server: stock.method_action_picking_tree_outgoing |
| 108 | +NEW ir.actions.server: stock.stock_split_picking |
| 109 | +NEW ir.config_parameter: stock.barcode_separator (noupdate) |
| 110 | +NEW ir.model.access: stock.access_stock_inventory_adjustment_name_manager |
| 111 | +NEW ir.model.access: stock.access_stock_inventory_adjustment_name_user |
| 112 | +NEW ir.model.access: stock.access_stock_location_all_user |
| 113 | +NEW ir.model.access: stock.access_stock_lot_report |
| 114 | +NEW ir.model.access: stock.access_stock_scrap_reason_tag_manager |
| 115 | +NEW ir.model.access: stock.access_stock_scrap_reason_tag_user |
| 116 | +NEW ir.model.access: stock.access_update_product_attribute_value_stock_manager |
| 117 | +DEL ir.model.access: stock.access_stock_assign_serial |
| 118 | +DEL ir.model.access: stock.access_stock_inventory_adjustment_name |
| 119 | +DEL ir.model.access: stock.access_stock_scheduler_compute |
| 120 | +NEW ir.model.constraint: stock.constraint_stock_scrap_reason_tag_name_uniq |
| 121 | +DEL ir.ui.menu: stock.menu_reordering_rules_config |
| 122 | +NEW ir.ui.view: stock.help_message_template |
| 123 | +NEW ir.ui.view: stock.product_template_search_view_inherit_stock |
| 124 | +NEW ir.ui.view: stock.search_customer_lot_filter |
| 125 | +NEW ir.ui.view: stock.stock_lot_customer_report_view_list |
| 126 | +DEL ir.ui.view: stock.view_assign_serial_numbers |
| 127 | +DEL ir.ui.view: stock.view_procurement_compute_wizard |
| 128 | +DEL res.groups: stock.group_stock_picking_wave |
| 129 | +DEL res.groups: stock.group_stock_storage_categories |
| 130 | +# NOTHING TO DO |
| 131 | + |
| 132 | +DEL ir.property: stock.property_stock_customer (noupdate) |
| 133 | +DEL ir.property: stock.property_stock_supplier (noupdate) |
| 134 | +# DONE: post-migration: safely delete records |
| 135 | + |
| 136 | +NEW stock.location: stock.stock_location_inter_company (noupdate) |
| 137 | +DEL stock.location: stock.stock_location_inter_wh (noupdate) |
| 138 | +# DONE: pre-migration: rename xmlid |
0 commit comments