changes
This commit is contained in:
@@ -90,15 +90,6 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- MAP VIEW (QWeb HTML with Google Maps) -->
|
||||
<!-- ================================================================== -->
|
||||
<record id="action_technician_location_map" model="ir.actions.act_url">
|
||||
<field name="name">Technician Map</field>
|
||||
<field name="url">/my/technician/admin/map</field>
|
||||
<field name="target">self</field>
|
||||
</record>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- MENU ITEMS (under Technician Management) -->
|
||||
<!-- ================================================================== -->
|
||||
@@ -106,13 +97,7 @@
|
||||
name="Location History"
|
||||
parent="menu_technician_management"
|
||||
action="action_technician_locations"
|
||||
sequence="40"/>
|
||||
|
||||
<menuitem id="menu_technician_map"
|
||||
name="Live Map"
|
||||
parent="menu_technician_management"
|
||||
action="action_technician_location_map"
|
||||
sequence="45"/>
|
||||
sequence="50"/>
|
||||
|
||||
<!-- CRON: Cleanup old location records (runs daily) -->
|
||||
<record id="ir_cron_cleanup_technician_locations" model="ir.cron">
|
||||
|
||||
Reference in New Issue
Block a user