|
| 1 | +---Models in module 'pos_restaurant'--- |
| 2 | +obsolete model restaurant.printer (renamed to pos.printer in module point_of_sale) |
| 3 | +# NOTHING TO DO: handled in the point_of_sale module migration scripts |
| 4 | + |
| 5 | +---Fields in module 'pos_restaurant'--- |
| 6 | +pos_restaurant / pos.config / is_table_management (boolean) : DEL |
| 7 | +# NOTHING TO DO: Odoo dropped these fields in https://github.com/odoo/odoo/commit/e3ad1eb058db6329b7f6b8e4880e3610eee22dd9 |
| 8 | + |
| 9 | +pos_restaurant / pos.config / module_pos_restaurant_appointment (boolean): NEW |
| 10 | +# NOTHING TO DO: new feature used to install the pos_restaurant_appointment module in Enterprise |
| 11 | + |
| 12 | +pos_restaurant / pos.order / multiprint_resume (char) : DEL |
| 13 | +pos_restaurant / pos.order.line / mp_skip (boolean) : DEL |
| 14 | +# NOTHING TO DO: handled in the point_of_sale module migration scripts |
| 15 | +# https://github.com/OCA/OpenUpgrade/blob/03bd8c9c4be30e276162ebf861cd6a5f4527df41/openupgrade_scripts/scripts/point_of_sale/17.0.1.0.1/pre-migration.py#L13 |
| 16 | + |
| 17 | +pos_restaurant / pos.config / is_order_printer (boolean) : module is now 'point_of_sale' ('pos_restaurant') |
| 18 | +pos_restaurant / pos.config / printer_ids (many2many) : module is now 'point_of_sale' ('pos_restaurant') |
| 19 | +pos_restaurant / pos.config / printer_ids (many2many) : relation is now 'pos.printer' ('restaurant.printer') [nothing to do] |
| 20 | +pos_restaurant / pos.order.line / uuid (char) : module is now 'point_of_sale' ('pos_restaurant') |
| 21 | +# NOTHING TO DO: moved to the point_of_sale module |
| 22 | + |
| 23 | +pos_restaurant / pos.config / floor_ids (one2many) : table is now 'pos_config_restaurant_floor_rel' ('False') |
| 24 | +pos_restaurant / pos.config / floor_ids (one2many) : type is now 'many2many' ('one2many') |
| 25 | +pos_restaurant / restaurant.floor / pos_config_id (many2one) : DEL relation: pos.config |
| 26 | +pos_restaurant / restaurant.floor / pos_config_ids (many2many) : NEW relation: pos.config |
| 27 | +# DONE: post-migration: convert m2o to m2m |
| 28 | + |
| 29 | +pos_restaurant / restaurant.printer / _order : module is now 'point_of_sale' ('pos_restaurant') |
| 30 | +pos_restaurant / restaurant.printer / display_name (char) : module is now 'point_of_sale' ('pos_restaurant') |
| 31 | +pos_restaurant / restaurant.printer / name (char) : module is now 'point_of_sale' ('pos_restaurant') |
| 32 | +pos_restaurant / restaurant.printer / printer_type (selection) : module is now 'point_of_sale' ('pos_restaurant') |
| 33 | +pos_restaurant / restaurant.printer / product_categories_ids (many2many): module is now 'point_of_sale' ('pos_restaurant') |
| 34 | +pos_restaurant / restaurant.printer / proxy_ip (char) : module is now 'point_of_sale' ('pos_restaurant') |
| 35 | +# NOTHING TO DO: handled in the point_of_sale module migration scripts |
| 36 | + |
| 37 | +---XML records in module 'pos_restaurant'--- |
| 38 | +DEL ir.actions.act_window: pos_restaurant.action_restaurant_printer_form |
| 39 | +DEL ir.model.access: pos_restaurant.access_restaurant_printer |
| 40 | +DEL ir.model.access: pos_restaurant.access_restaurant_printer_manager |
| 41 | +DEL ir.ui.menu: pos_restaurant.menu_restaurant_printer_all |
| 42 | +DEL ir.ui.view: pos_restaurant.view_restaurant_printer |
| 43 | +DEL ir.ui.view: pos_restaurant.view_restaurant_printer_form |
| 44 | +# NOTHING TO DO: moved to the point_of_sale module |
| 45 | + |
| 46 | +NEW pos.config: pos_restaurant.pos_config_main_restaurant (noupdate) |
| 47 | +# NOTHING TO DO: new feature |
0 commit comments