19 lines
631 B
XML
19 lines
631 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright 2024-2026 Nexa Systems Inc.
|
|
License OPL-1 (Odoo Proprietary License v1.0)
|
|
Part of the Fusion Claim Assistant product family.
|
|
-->
|
|
<odoo>
|
|
<record id="action_service_booking_wizard" model="ir.actions.client">
|
|
<field name="name">Book a Service</field>
|
|
<field name="tag">fusion_claims.service_booking</field>
|
|
</record>
|
|
|
|
<menuitem id="menu_service_booking"
|
|
name="Book a Service"
|
|
parent="fusion_tasks.menu_field_service_root"
|
|
action="action_service_booking_wizard"
|
|
sequence="1"/>
|
|
</odoo>
|