Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
irina235 authored and katyukha committed Nov 10, 2023
1 parent 3b9c94b commit be8fa64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crnd_web_widget_select_geolocation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'support': '[email protected]',
'website': "https://crnd.pro",
'license': 'LGPL-3',
'version': '13.0.0.1.2',
'version': '13.0.0.1.3',

'depends': [
'base_geolocalize',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
<templates>

<t t-name="select_geolocation_widget">
<t t-if="widget.options.readonly">
<button class="geo-button">
<i class="fa fa-map-marker"/>
View on the map
</button>
</t>
<t t-else="">
<button class="geo-button">
<i class="fa fa-map-marker"/>
Select on the map
</button>
</t>

</t>

Expand Down

0 comments on commit be8fa64

Please sign in to comment.