[NEW] partner_gogocarto_export_api: create add-on
Transfers add-on partner_gogocarto_export_api from OCA partner-contact repo
This commit is contained in:
26
partner_gogocarto_export_api/__manifest__.py
Normal file
26
partner_gogocarto_export_api/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
'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',
|
||||
'contacts',
|
||||
'base_geolocalize',
|
||||
'base_jsonify',
|
||||
],
|
||||
'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