123456789101112131415161718192021 |
- # -*- coding: utf-8 -*-
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
- {
- 'name': 'Partners Geolocation',
- 'version': '2.1',
- 'category': 'Hidden/Tools',
- 'description': """
- Partners Geolocation
- ========================
- """,
- 'depends': ['base_setup'],
- 'data': [
- 'security/ir.model.access.csv',
- 'views/res_partner_views.xml',
- 'views/res_config_settings_views.xml',
- 'data/data.xml',
- ],
- 'installable': True,
- 'license': 'LGPL-3',
- }
|