You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
744 B
27 lines
744 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2015 Akretion (www.akretion.com)
|
|
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
The licence is in the file __openerp__.py
|
|
-->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="google_maps" model="map.url">
|
|
<field name="name">Google Maps</field>
|
|
<field name="url">http://maps.google.com/maps?oi=map&q=</field>
|
|
</record>
|
|
|
|
<record id="openstreetmap_fr" model="map.url">
|
|
<field name="name">OpenStreetMap FR</field>
|
|
<field name="url">http://tile.openstreetmap.fr/?q=</field>
|
|
</record>
|
|
|
|
<record id="bing_maps" model="map.url">
|
|
<field name="name">Bing Maps</field>
|
|
<field name="url">http://www.bing.com/maps/default.aspx?rtp=adr.</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|