|
| 1 | +---Models in module 'pos_restaurant'--- |
| 2 | +---Fields in module 'pos_restaurant'--- |
| 3 | +pos_restaurant / pos.config / iface_orderline_notes (boolean): DEL |
| 4 | +# NOTHING TO DO: Odoo enables by default the possibility to add a note into order lines without an additional setting |
| 5 | +# see https://github.com/odoo/odoo/commit/f47b9a27e50266899e73b43a71c31621e57e8c6c |
| 6 | + |
| 7 | +pos_restaurant / pos.config / module_pos_restaurant (False) : DEL mode: modify |
| 8 | +# NOTHING TO DO: this field is present in the point_of_sale module. |
| 9 | +# Odoo removed the default value of True, so when creating a new pos.config, |
| 10 | +# enabling restaurant features must be an explicit user setting, without altering existing data. |
| 11 | + |
| 12 | +pos_restaurant / pos.config / takeaway (boolean) : NEW |
| 13 | +pos_restaurant / pos.config / takeaway_fp_id (many2one) : NEW relation: account.fiscal.position |
| 14 | +pos_restaurant / pos.order / takeaway (boolean) : NEW hasdefault: default |
| 15 | +# DONE: pre-migration: Moved from pos_self_order and renamed these fields |
| 16 | +# see https://github.com/odoo/odoo/commit/1395065fe1283db957a99305bccc742483999485 |
| 17 | + |
| 18 | +pos_restaurant / pos.order.line / note (char) : module is now 'point_of_sale' ('pos_restaurant') |
| 19 | +# NOTHING TO DO: field moved in commit https://github.com/odoo/odoo/commit/1b079fdc18bbede882ac8e68b81ca0516344aba6 |
| 20 | + |
| 21 | +pos_restaurant / restaurant.floor / floor_background_image (binary): NEW attachment: True |
| 22 | +# NOTHING TO DO: New feature added in https://github.com/odoo/odoo/commit/b42b0f8b541a13621b671b0b7e57812ef11fc1b2 |
| 23 | + |
| 24 | +pos_restaurant / restaurant.table / name (char) : DEL required |
| 25 | +pos_restaurant / restaurant.table / table_number (integer) : NEW required, hasdefault: default |
| 26 | +# DONE: post-migration: convert char to integer where possible, otherwise generate a table number by floor_id |
| 27 | +# see https://github.com/odoo/odoo/commit/e96cbbcc9656089da21afe57c16970fdd0621d1c |
| 28 | + |
| 29 | +pos_restaurant / restaurant.table / parent_id (many2one) : NEW relation: restaurant.table |
| 30 | +# NOTHING TO DO: new feature to merge tables, introduced in commit https://github.com/odoo/odoo/commit/fbd632a9a6a8a68618f0445c96e2c2746ffc907d |
| 31 | + |
| 32 | +---XML records in module 'pos_restaurant'--- |
| 33 | +DEL pos.config: pos_restaurant.pos_config_main_restaurant (noupdate) |
| 34 | +# DONE: post-migration: safely delete |
0 commit comments