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

25 lines
605 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Thailand - Accounting Reports",
'countries': ['th'],
"author": "Odoo PS",
"version": "1.0",
'category': 'Accounting',
"description": """
Accounting reports for Thailand
==============================================================================
""",
"depends": [
"l10n_th",
"account_reports",
],
"data": [
"data/account_tax_report_data.xml",
],
'auto_install': True,
'installable': True,
'license': 'OEEL-1',
}