Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Nechyporenko committed Jul 25, 2023
1 parent 57f9855 commit 8d99fc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_crnd_web_models/models/test_crnd_web_field_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class CarRental(models.Model):
)
car_id_field_domain = fields.Char()


class CarBrand(models.Model):
_name = 'test.car.rental.brand'
_description = 'Car Brand'
Expand All @@ -30,6 +31,7 @@ class CarBrand(models.Model):
string='Cars'
)


class CarModel(models.Model):
_name = 'test.car.rental.model'
_description = 'Car Model'
Expand All @@ -49,6 +51,7 @@ class CarModel(models.Model):
string='Cars'
)


class Car(models.Model):
_name = 'test.car.rental.car'
_description = 'Car'
Expand Down

0 comments on commit 8d99fc0

Please sign in to comment.