forked from Mapan/odoo17e
18 lines
487 B
Python
18 lines
487 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Iap Extract',
|
|
'version': '1.0',
|
|
'category': 'Hidden/Tools',
|
|
'summary': 'Common module for requesting data from the extract server',
|
|
'depends': ['base', 'iap', 'mail', 'iap_mail'],
|
|
'data': [
|
|
'data/config_parameter_endpoint.xml',
|
|
'data/mail_template_data.xml',
|
|
],
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
'assets': {}
|
|
}
|