changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
License OPL-1 (Odoo Proprietary License v1.0)
|
||||
|
||||
Claims-specific extensions to the base technician task views
|
||||
defined in fusion_tasks. Adds SO/PO/facility/rental fields.
|
||||
defined in fusion_tasks. Adds SO/PO/rental fields.
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
@@ -49,14 +49,10 @@
|
||||
</button>
|
||||
</xpath>
|
||||
|
||||
<!-- Add facility_id, sale_order_id, purchase_order_id after priority -->
|
||||
<!-- Add sale_order_id, purchase_order_id after priority -->
|
||||
<xpath expr="//field[@name='priority']" position="after">
|
||||
<field name="facility_id"
|
||||
invisible="task_type != 'ltc_visit'"/>
|
||||
<field name="sale_order_id"
|
||||
invisible="task_type == 'ltc_visit'"/>
|
||||
<field name="purchase_order_id"
|
||||
invisible="task_type == 'ltc_visit'"/>
|
||||
<field name="sale_order_id"/>
|
||||
<field name="purchase_order_id"/>
|
||||
</xpath>
|
||||
|
||||
<!-- Add Rental Inspection tab after Completion tab -->
|
||||
@@ -96,61 +92,6 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- MENU ITEMS - Field Service under Claims app -->
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<!-- Field Service parent menu under Claims -->
|
||||
<menuitem id="menu_technician_management"
|
||||
name="Field Service"
|
||||
parent="fusion_claims.menu_adp_claims_root"
|
||||
sequence="3"
|
||||
groups="fusion_claims.group_fusion_claims_user,fusion_tasks.group_field_technician"/>
|
||||
|
||||
<!-- Delivery Map - first item = default landing view -->
|
||||
<menuitem id="menu_fc_delivery_map"
|
||||
name="Delivery Map"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_map_view"
|
||||
sequence="5"
|
||||
groups="fusion_claims.group_fusion_claims_user,fusion_tasks.group_field_technician"/>
|
||||
|
||||
<menuitem id="menu_technician_tasks_today"
|
||||
name="Today's Tasks"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_tasks_today"
|
||||
sequence="10"/>
|
||||
|
||||
<menuitem id="menu_technician_schedule"
|
||||
name="Schedule"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_schedule"
|
||||
sequence="15"/>
|
||||
|
||||
<menuitem id="menu_technician_tasks_pending"
|
||||
name="Pending Tasks"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_tasks_pending"
|
||||
sequence="20"/>
|
||||
|
||||
<menuitem id="menu_technician_tasks"
|
||||
name="All Tasks"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_tasks"
|
||||
sequence="30"/>
|
||||
|
||||
<menuitem id="menu_technician_my_tasks"
|
||||
name="My Tasks"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_technician_my_tasks"
|
||||
sequence="35"
|
||||
groups="fusion_tasks.group_field_technician"/>
|
||||
|
||||
<!-- Task Sync under Field Service in Claims -->
|
||||
<menuitem id="menu_task_sync_claims"
|
||||
name="Task Sync"
|
||||
parent="menu_technician_management"
|
||||
action="fusion_tasks.action_task_sync_config"
|
||||
sequence="99"/>
|
||||
<!-- Field Service menus moved to fusion_tasks standalone app -->
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user