Skip to content

Commit

Permalink
Resolve lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Nechyporenko committed Jul 19, 2023
1 parent 0e91ef5 commit 28ca387
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion test_crnd_web_field_domain/models/car_rental.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ def _compute_total_cost(self):
rental.total_cost = rental.car_id.rental_price * days_rented
else:
rental.total_cost = 0

2 changes: 1 addition & 1 deletion test_crnd_web_field_domain/views/car_rental_brand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<record id="car_rental_brand_view_tree" model="ir.ui.view">
<field name="model">car.rental.brand</field>
<field name="arch" type="xml">
<tree string="car_rental_brand_tree">
<tree>
<field name="name"/>
<field name="car_ids" widget="one2many_list"/>
</tree>
Expand Down
2 changes: 1 addition & 1 deletion test_crnd_web_field_domain/views/car_rental_car.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
action="test_crnd_web_field_domain.car_rental_car_action"
sequence="20"/>

</odoo>
</odoo>
2 changes: 1 addition & 1 deletion test_crnd_web_field_domain/views/car_rental_fuel_type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
action="test_crnd_web_field_domain.car_rental_fuel_type_action"
sequence="40"/>

</odoo>
</odoo>
2 changes: 1 addition & 1 deletion test_crnd_web_field_domain/views/car_rental_model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
action="test_crnd_web_field_domain.car_rental_model_action"
sequence="50"/>

</odoo>
</odoo>
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
action="test_crnd_web_field_domain.car_rental_transmission_action"
sequence="60"/>

</odoo>
</odoo>

0 comments on commit 28ca387

Please sign in to comment.