Skip to content

Commit a1dda6e

Browse files
committed
[ADD] helpdesk and pos icons
1 parent 9bc1eed commit a1dda6e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

spp_base_common/models/ir_module_module.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ class IrModuleModule(models.Model):
7070
"menu_xml_id": "fastapi.menu_fastapi_root",
7171
"icon": "spp_base_common,static/description/icon-fast-api.png",
7272
},
73+
"spp_grm": {
74+
"menu_xml_id": "spp_grm.spp_grm_ticket_main_menu",
75+
"icon": "spp_base_common,static/description/Helpdesk.png",
76+
},
77+
"point_of_sale": {
78+
"menu_xml_id": "point_of_sale.menu_point_root",
79+
"icon": "spp_base_common,static/description/Point_of_Sale.png",
80+
},
7381
}
7482

7583
def update_menu_icons(self):
5.16 KB
Loading
3.51 KB
Loading

0 commit comments

Comments
 (0)