27 lines
756 B
Python
27 lines
756 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
{
|
||
|
'name': 'Panama - Accounting',
|
||
|
'website': 'https://www.odoo.com/documentation/master/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',
|
||
|
],
|
||
|
'auto_install': ['account'],
|
||
|
'demo': [
|
||
|
'demo/demo_company.xml',
|
||
|
],
|
||
|
'license': 'LGPL-3',
|
||
|
}
|