[FIX] Thread widget: cleaned function calls (using this.proxy) to avoid asynchronous...
[odoo/odoo.git] / addons / l10n_uy / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (c) 2011 Openerp.uy <openerp.uy@lists.launchpad.net>
6 #                  Proyecto de LocalizaciĆ³n de OperERP para Uruguay
7 #    $Id$
8 #
9 #    This program is free software: you can redistribute it and/or modify
10 #    it under the terms of the GNU Affero General Public License as
11 #    published by the Free Software Foundation, either version 3 of the
12 #    License, or (at your option) any later version.
13 #
14 #    This program is distributed in the hope that it will be useful,
15 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #    GNU Affero General Public License for more details.
18 #
19 #    You should have received a copy of the GNU Affero General Public License
20 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 #
22 ##############################################################################
23
24 {
25     "name" : "Uruguay - Chart of Accounts",
26     "version" : "0.1",
27     "author" : "Uruguay l10n Team & Guillem Barba",
28     "category" : "Localization/Account Charts",
29     "website" : "https://launchpad.net/openerp-uruguay",
30     "description": """
31 General Chart of Accounts
32 =========================
33
34 Provide Templates for Chart of Accounts, Taxes for Uruguay
35
36 """,
37     "complexity": "normal",
38     "license"   : "AGPL-3",
39     "depends"   : [
40                     "account",
41                   ],
42     "init_xml"  : [],
43     "update_xml": [
44                     "account_types.xml",
45                     "taxes_code_template.xml",
46                     "account_chart_template.xml",
47                     "taxes_template.xml",
48                     "l10n_uy_wizard.xml",
49                   ],
50     "demo_xml": [],
51     "auto_install": False,
52     "installable": True,
53     'certificate' : '0078287892698',
54     "images": ["images/config_chart_l10n_uy.jpeg","images/l10n_uy_chart.jpeg"],
55 }
56
57 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: