__openerp__.py 691 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# -*- coding: utf-8 -*-
# © 2013-2016 GRAP (Sylvain LE GAL https://twitter.com/legalsylvain)
# © 2015-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
    'name': u'French States (Régions)',
    'summary': u'Populate Database with French States (Régions)',
    'version': '9.0.0.1.1',
    'category': 'French Localization',
    'author': "GRAP,Akretion,Odoo Community Association (OCA)",
    'website': 'http://www.grap.coop',
    'license': 'AGPL-3',
    'depends': ['base'],
    'data': ['data/res_country_state_data.yml'],
    'images': ['static/src/img/screenshots/1.png'],
    'installable': True,
}