blob: 845be41824411a06a2091de0845515cb047bbc26 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="googlemap_template">
<div class="o_google_map_wrapper" style="height: 400px; width: 100%;">
<div id="mapid" style="height: 100%; width: 100%;"></div>
</div>
</t>
</templates>
|