05e7ad5aefc6ca4359f2faa8c5440285d1e15dde
[odoo/odoo.git] / addons / l10n_pa / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2011 Cubic ERP - Teradata SAC (<http://cubicerp.com>).
6 #
7 #    This program is free software: you can redistribute it and/or modify
8 #    it under the terms of the GNU Affero General Public License as
9 #    published by the Free Software Foundation, either version 3 of the
10 #    License, or (at your option) any later version.
11 #
12 #    This program is distributed in the hope that it will be useful,
13 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #    GNU Affero General Public License for more details.
16 #
17 #    You should have received a copy of the GNU Affero General Public License
18 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 #
20 ##############################################################################
21 {
22     "name": "Panama Localization Chart Account",
23     "version": "1.0",
24     "description": """
25 Panamenian accounting chart and tax localization.
26
27 Plan contable panameƱo e impuestos de acuerdo a disposiciones vigentes
28
29 Con la ColaboraciĆ³n de 
30 - AHMNET CORP http://www.ahmnet.com
31
32     """,
33     "author": "Cubic ERP",
34     "website": "http://cubicERP.com",
35     "category": "Localization/Account Charts",
36     "depends": [
37                         "account_chart",
38                         ],
39         "data":[
40         "account_tax_code.xml",
41         "l10n_pa_chart.xml",
42         "account_tax.xml",
43         "l10n_pa_wizard.xml",
44                         ],
45     "demo_xml": [
46                         ],
47     "data": [
48                         ],
49     "active": False,
50     "installable": True,
51     "certificate" : "",
52     'images': ['images/config_chart_l10n_cl.jpeg','images/l10n_cl_chart.jpeg'],
53 }
54 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: