Introduce Dine360 Table Reservation and Kitchen Display System modules with associated menus and access restrictions.

This commit is contained in:
Alaguraj0361 2026-02-13 11:17:30 +05:30
parent 823dfe0fdf
commit 1bdd27676b
7 changed files with 5 additions and 3 deletions

View File

@ -33,5 +33,6 @@
},
'installable': True,
'application': True,
'icon': '/dine360_kds/static/description/icon.png',
'license': 'LGPL-3',
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,7 +1,7 @@
<odoo>
<menuitem id="menu_kds_root"
name="Kitchen (KDS)"
web_icon="point_of_sale,static/src/img/icon.png"
web_icon="dine360_kds,static/description/icon.png"
groups="base.group_user"
sequence="20"/>

View File

@ -27,5 +27,6 @@
],
'installable': True,
'application': True,
'icon': '/dine360_reservation/static/description/icon.png',
'license': 'LGPL-3',
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -2,7 +2,7 @@
<odoo>
<!-- Main Menu -->
<menuitem id="menu_restaurant_reservation_root"
name="Reservations"
name="Table Reservation"
sequence="20"
web_icon="dine360_reservation,static/description/icon.png"/>

View File

@ -11,7 +11,7 @@
<!-- Custom Kitchen Dashboard Menu -->
<menuitem id="menu_restaurant_kds_root"
name="Kitchen (KDS)"
web_icon="point_of_sale,static/description/icon.png"
web_icon="dine360_kds,static/description/icon.png"
groups="group_restaurant_kitchen,group_restaurant_manager"
sequence="20"/>