diff --git a/fieldservice_fleet/__manifest__.py b/fieldservice_fleet/__manifest__.py index 90c5cf44a3..c70e00b868 100644 --- a/fieldservice_fleet/__manifest__.py +++ b/fieldservice_fleet/__manifest__.py @@ -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, " diff --git a/fieldservice_fleet/tests/test_fsm_fleet_wizard.py b/fieldservice_fleet/tests/test_fsm_fleet_wizard.py index 04bba92a22..cd07e54379 100644 --- a/fieldservice_fleet/tests/test_fsm_fleet_wizard.py +++ b/fieldservice_fleet/tests/test_fsm_fleet_wizard.py @@ -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()