res_country_department.xml 1.32 KB
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
<?xml version="1.0" encoding="utf-8"?>
<!--
  © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<data noupdate="1">


<record id="res_country_department_guadeloupe" model="res.country.department">
    <field name="name">Guadeloupe</field>
    <field name="code">971</field>
    <field name="state_id" ref="res_country_state_guadeloupe"/>
</record>

<record id="res_country_department_martinique" model="res.country.department">
    <field name="name">Martinique</field>
    <field name="code">972</field>
    <field name="state_id" ref="res_country_state_martinique"/>
</record>

<record id="res_country_department_guyane" model="res.country.department">
    <field name="name">Guyane</field>
    <field name="code">973</field>
    <field name="state_id" ref="res_country_state_guyane"/>
</record>

<record id="res_country_department_reunion" model="res.country.department">
    <field name="name">La Réunion</field>
    <field name="code">974</field>
    <field name="state_id" ref="res_country_state_reunion"/>
</record>

<record id="res_country_department_mayotte" model="res.country.department">
    <field name="name">Mayotte</field>
    <field name="code">976</field>
    <field name="state_id" ref="res_country_state_mayotte"/>
</record>


</data>
</odoo>