Skip to content

Commit

Permalink
[REF] Renamed files whose names contained whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sle-odoo committed Sep 2, 2014
1 parent 7e41903 commit d9b739e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/fleet/fleet_cars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</record>
<record id="brand_corre la licorne" model="fleet.vehicle.model.brand">
<field name="name">Corre La Licorne</field>
<field name="image" type="base64" file="fleet/static/img/brand_corre la licorne-image.png"/>
<field name="image" type="base64" file="fleet/static/img/brand_corre-la-licorne-image.png"/>
</record>
<record id="brand_daewoo" model="fleet.vehicle.model.brand">
<field name="name">Daewoo</field>
Expand Down Expand Up @@ -131,7 +131,7 @@
</record>
<record id="brand_land rover" model="fleet.vehicle.model.brand">
<field name="name">Land Rover</field>
<field name="image" type="base64" file="fleet/static/img/brand_land rover-image.png"/>
<field name="image" type="base64" file="fleet/static/img/brand_land-rover-image.png"/>
</record>
<record id="brand_lexus" model="fleet.vehicle.model.brand">
<field name="name">Lexus</field>
Expand Down Expand Up @@ -239,7 +239,7 @@
</record>
<record id="brand_tesla motors" model="fleet.vehicle.model.brand">
<field name="name">Tesla Motors</field>
<field name="image" type="base64" file="fleet/static/img/brand_tesla motors-image.png"/>
<field name="image" type="base64" file="fleet/static/img/brand_tesla-motors-image.png"/>
</record>
<record id="brand_toyota" model="fleet.vehicle.model.brand">
<field name="name">Toyota</field>
Expand Down

0 comments on commit d9b739e

Please sign in to comment.