1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/iap_extract/__manifest__.py
2024-12-10 09:04:09 +07:00

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': {}
}