26 lines
721 B
Python
26 lines
721 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Panama - Accounting',
|
|
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
|
|
'icon': '/account/static/description/l10n.png',
|
|
'countries': ['pa'],
|
|
'description': """
|
|
Panamenian accounting chart and tax localization.
|
|
|
|
Plan contable panameño e impuestos de acuerdo a disposiciones vigentes
|
|
|
|
Con la Colaboración de
|
|
- AHMNET CORP http://www.ahmnet.com
|
|
|
|
""",
|
|
'author': 'Cubic ERP',
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|