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

27 lines
625 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Philippines - Accounting Reports',
"summary": """
Accounting reports for the Philippines
""",
"version": "1.0",
"category": "Localization",
"icon": "/base/static/img/country_flags/ph.png",
"license": "OEEL-1",
"depends": [
"l10n_ph",
"account_reports",
],
"data": [
"data/slsp_report.xml",
],
'assets': {
'web.assets_backend': [
'l10n_ph_reports/static/src/components/**/*',
],
},
"installable": True,
"auto_install": True,
}