Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSJR committed Nov 24, 2023
1 parent 800e5e7 commit 4029003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fleet_vehicle_ownership/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ def action_view_vehicles(self):
action["res_id"] = self.vehicle_ids and self.vehicle_ids.ids[0] or False
if self.vehicle_count == 0:
action["context"].update({"owner_id": self.id})

Check warning on line 37 in fleet_vehicle_ownership/models/res_partner.py

View check run for this annotation

Codecov / codecov/patch

fleet_vehicle_ownership/models/res_partner.py#L37

Added line #L37 was not covered by tests
return action

0 comments on commit 4029003

Please sign in to comment.