forked from alaguraj/odoo-testing-addons
Introduce Dine360 Table Reservation and Kitchen Display System modules with associated menus and access restrictions.
This commit is contained in:
parent
823dfe0fdf
commit
1bdd27676b
@ -33,5 +33,6 @@
|
|||||||
},
|
},
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
|
'icon': '/dine360_kds/static/description/icon.png',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
addons/dine360_kds/static/description/icon.png
Normal file
BIN
addons/dine360_kds/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@ -1,7 +1,7 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<menuitem id="menu_kds_root"
|
<menuitem id="menu_kds_root"
|
||||||
name="Kitchen (KDS)"
|
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"
|
groups="base.group_user"
|
||||||
sequence="20"/>
|
sequence="20"/>
|
||||||
|
|
||||||
|
|||||||
@ -27,5 +27,6 @@
|
|||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
|
'icon': '/dine360_reservation/static/description/icon.png',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
addons/dine360_reservation/static/description/icon.png
Normal file
BIN
addons/dine360_reservation/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@ -2,7 +2,7 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<!-- Main Menu -->
|
<!-- Main Menu -->
|
||||||
<menuitem id="menu_restaurant_reservation_root"
|
<menuitem id="menu_restaurant_reservation_root"
|
||||||
name="Reservations"
|
name="Table Reservation"
|
||||||
sequence="20"
|
sequence="20"
|
||||||
web_icon="dine360_reservation,static/description/icon.png"/>
|
web_icon="dine360_reservation,static/description/icon.png"/>
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<!-- Custom Kitchen Dashboard Menu -->
|
<!-- Custom Kitchen Dashboard Menu -->
|
||||||
<menuitem id="menu_restaurant_kds_root"
|
<menuitem id="menu_restaurant_kds_root"
|
||||||
name="Kitchen (KDS)"
|
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"
|
groups="group_restaurant_kitchen,group_restaurant_manager"
|
||||||
sequence="20"/>
|
sequence="20"/>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user