Skip to content

Commit

Permalink
[MIG] fieldservice_fleet: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian10048 committed Jul 21, 2020
1 parent ed7367c commit d6d768a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fieldservice_fleet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Field Service Fleet",
"summary": "Link Field Service vehicles with Odoo Fleet",
"version": "12.0.1.0.1",
"version": "13.0.1.0.0",
"category": "Field Service",
"author": "Brian McMaster, "
"Open Source Integrators, "
Expand Down
1 change: 0 additions & 1 deletion fieldservice_fleet/models/fsm_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def create(self, vals):
vals["is_fsm_vehicle"] = True
return super().create(vals)

@api.multi
def write(self, vals):
# update fsm.vehicle worker based on the fleet.vehicle driver
if "driver_id" in vals:
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_fleet/readme/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To install Field Service and have the mapping features, you need to install GeoEngine.

Please refer to the installation instructions available at:
https://github.com/OCA/geospatial/tree/12.0/base_geoengine
https://github.com/OCA/geospatial/tree/13.0/base_geoengine
4 changes: 1 addition & 3 deletions fieldservice_fleet/wizard/fsm_fleet_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
id="vehicle_fsm_action"
name="Convert to FSM Vehicle"
res_model="fsm.fleet.wizard"
src_model="fleet.vehicle"
view_type="form"
binding_model="fleet.vehicle"
view_mode="form"
target="new"
key2="client_action_multi"
groups="fieldservice.group_fsm_dispatcher"
/>
<!-- wizard view -->
Expand Down

0 comments on commit d6d768a

Please sign in to comment.