Skip to content

Commit

Permalink
[MIG] fieldservice_fleet: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaynnan committed Jul 10, 2023
1 parent 5cceecd commit ebe8c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Field Service",
"author": "Brian McMaster, "
"Open Source Integrators, "
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_fleet/tests/test_fsm_fleet_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def test_fsm_vehicle(self):
"active_ids": [self.fleet_vehicle_3.id],
"active_id": self.fleet_vehicle_3.id,
}
self.Wizard.with_context(self.context).action_convert()
self.Wizard.with_context(**self.context).action_convert()

0 comments on commit ebe8c95

Please sign in to comment.