Skip to content

Commit

Permalink
[MIG] maintenance_location: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kluna1998 authored and etobella committed Sep 8, 2023
1 parent 41cf6af commit fe8bf8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions maintenance_location/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"name": "Maintenance Location",
"summary": """
Define a location system for maintenance""",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"author": "CreuBlanca,Odoo Community Association (OCA)",
"website": "https://github.com/tegin/cb-maintenance",
"depends": ["maintenance_plan", "web_widget_child_selector"],
"data": [
Expand Down
2 changes: 1 addition & 1 deletion maintenance_location/views/maintenance_equipment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<field name="arch" type="xml">
<div class="o_kanban_record_body" position="inside">
<div t-if="record.location_id.raw_value">
<i class="fa fa-map-marker" />
<i class="fa fa-map-marker" title='location' />
<field name="location_id" />
</div>
</div>
Expand Down

0 comments on commit fe8bf8e

Please sign in to comment.