forked from Mapan/odoo17e
25 lines
605 B
Python
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',
|
|
}
|