Skip to content

Commit

Permalink
Merge PR OCA#4268 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 26, 2024
2 parents f52ca3f + e6abf4e commit 765fef6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| pos_mercury | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| pos_restaurant | | |
| pos_restaurant | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| pos_restaurant_adyen | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'pos_restaurant'---
---Fields in module 'pos_restaurant'---
pos_restaurant / pos.order.line / mp_dirty (boolean) : DEL
# Nothing to do. my_dirty is now a non persistent field, handled in the PoS Javascript only.

pos_restaurant / pos.order.line / uuid (char) : NEW
# Nothing to do. New field.

pos_restaurant / restaurant.floor / _order : _order is now 'sequence, name' ('id')
# Nothing to do.

---XML records in module 'pos_restaurant'---
NEW ir.ui.view: pos_restaurant.res_config_settings_view_form
DEL ir.ui.view: pos_restaurant.pos_config_view_form_inherit_restaurant
# View changes: Nothing to do.

0 comments on commit 765fef6

Please sign in to comment.