[MIG] partner_gogocarto_export_api : Migration to 16.0
This commit is contained in:
committed by
Stéphan Sainléger
parent
1616b89343
commit
e1cfe4433b
27
partner_gogocarto_export_api/__manifest__.py
Normal file
27
partner_gogocarto_export_api/__manifest__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
'name': 'partner_gogocarto_export_api',
|
||||
'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
|
||||
'license': 'AGPL-3',
|
||||
'author': (
|
||||
'Lokavaluto',
|
||||
'Elabore'
|
||||
),
|
||||
'website': 'https://lokavaluto.fr',
|
||||
'category': 'Localization',
|
||||
'version': "16.0.1.0.0",
|
||||
'depends': [
|
||||
'base',
|
||||
'contacts',
|
||||
'base_geolocalize',
|
||||
'partner_geolocalize_usability',
|
||||
'jsonifier',
|
||||
],
|
||||
'data': [
|
||||
'views/gogocarto_partner.xml',
|
||||
'views/gogocarto_config_settings_view.xml',
|
||||
'views/res_company_view.xml',
|
||||
],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
Reference in New Issue
Block a user