forked from alaguraj/odoo-testing-addons
Add Kitchen Display System (KDS) Kanban, Tree, and Search views for pos.order.line with a dedicated dashboard action.
This commit is contained in:
parent
5d4614a833
commit
c2d89273e2
@ -125,7 +125,7 @@
|
||||
<field name="view_mode">kanban,tree,form</field>
|
||||
<field name="domain">[('product_id.is_kitchen_item', '=', True), ('product_id.name', '!=', 'Water'), ('order_id.session_id.state', '!=', 'closed'), ('product_id.pos_categ_ids.name', '!=', 'Drinks')]</field>
|
||||
<field name="search_view_id" ref="view_pos_order_line_kds_search"/>
|
||||
<field name="context">{'search_default_in_progress': 1, 'search_default_group_status': 1, 'search_default_today': 1}</field>
|
||||
<field name="context">{'search_default_today': 1}</field>
|
||||
<field name="help" type="html">
|
||||
<p class="o_view_nocontent_smiling_face">
|
||||
Welcome to the Kitchen!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user