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

22 lines
717 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Pakistan - Accounting',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['pk'],
'version': '1.1',
'category': 'Accounting/Localizations/Account Charts',
'description': ' This is the base module to manage chart of accounts and localization for the Pakistan ',
'depends': [
'account',
],
'data': [
'data/account_tax_vat_report.xml',
'data/account_tax_wh_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}