mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Call Center Report
This commit is contained in:
11
call_center_report/data/menus.xml
Normal file
11
call_center_report/data/menus.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<menuitem id="call_center_report_wizard" name="Call Center Report"
|
||||
parent="hotel.hotel_management_menu"
|
||||
groups="hotel.group_hotel_call,hotel.group_hotel_manager"
|
||||
action="action_open_call_center_report_wizard" sequence="1000" />
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user