mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
12 lines
351 B
XML
12 lines
351 B
XML
<?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>
|