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

24 lines
532 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Ecuador - ATS Report',
'version': '1.0',
'countries': ['ec'],
'category': 'Accounting/Localizations/Reporting',
'author': 'TRESCLOUD',
'description': """
ATS Report for Ecuador
""",
'depends': [
'l10n_ec_edi',
'l10n_ec_reports',
],
'data': [
'data/ats_report.xml',
],
'installable': True,
'auto_install': True,
'license': 'OPL-1',
}