Odoo18-Base/addons/l10n_pk/__manifest__.py

33 lines
914 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Pakistan - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['pk'],
'version': '1.1',
'category': 'Accounting/Localizations/Account Charts',
2025-03-04 12:23:19 +07:00
'description': """
Pakistan Accounting Module
=======================================================
Pakistan accounting basic charts and localization.
Activates:
- Chart of Accounts
- Taxes
- Tax Report
- Withholding Tax Report
""",
'depends': ['account'],
2025-01-06 10:57:38 +07:00
'data': [
'data/res.country.state.csv',
'data/account_tax_vat_report.xml',
'data/account_tax_wh_report.xml',
],
'demo': [
'demo/res_partner_demo.xml',
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}