[IMP] Void oe_highlight in oe_form_editable
[odoo/odoo.git] / addons / l10n_mx / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6 #    $Id$
7 #
8 #    This program is free software: you can redistribute it and/or modify
9 #    it under the terms of the GNU General Public License as published by
10 #    the Free Software Foundation, either version 3 of the License, or
11 #    (at your option) any later version.
12 #
13 #    This program is distributed in the hope that it will be useful,
14 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #    GNU General Public License for more details.
17 #
18 #    You should have received a copy of the GNU General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #
21 ##############################################################################
22 {
23     "name" : "Mexico - Accounting",
24     "version" : "1.0",
25     "author" : "RelTek Mexico",
26     "category" : "Localization/Account Charts",
27     "description": """
28 This is the module to manage the accounting chart for Mexico in OpenERP.
29 ========================================================================
30
31 Mexican accounting chart and localization.
32     """,
33     "depends" : ["account", "base_vat", "account_chart"],
34     "demo_xml" : [],
35     "update_xml" : ['account_tax_code.xml',"account_chart.xml",
36                     'account_tax.xml','l10n_chart_mx_wizard.xml'],
37     "auto_install": False,
38     "installable": True,
39     "certificate" : "00858539161332598061",
40     'images': ['images/config_chart_l10n_mx.jpeg','images/l10n_mx_chart.jpeg'],
41 }
42 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
43