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.
23 lines
587 B
23 lines
587 B
{
|
|
'name': 'partner_gogocarto_export_api',
|
|
'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
|
|
'license': 'AGPL-3',
|
|
'author': (
|
|
'Lokavaluto,'
|
|
'Odoo Community Association (OCA)'
|
|
),
|
|
'website': 'https://lokavaluto.fr',
|
|
'category': 'Localization',
|
|
'version': '12.0.1.0.0',
|
|
'depends': [
|
|
'base',
|
|
'base_geolocalize'
|
|
],
|
|
'data': [
|
|
'views/gogocarto_partner.xml',
|
|
'views/gogocarto_config_settings_view.xml',
|
|
],
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|