[FIX] Thread widget: cleaned function calls (using this.proxy) to avoid asynchronous...
[odoo/odoo.git] / addons / l10n_es / __init__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (c) 2007 ACYSOS S.L. (http://acysos.com) All Rights Reserved.
6 #                       Pedro Tarrafeta (pedro@acysos.com)
7 #    Copyright (c) 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved.
8 #                            Jordi Esteve <jesteve@zikzakmedia.com>
9 #    $Id$
10 #
11 #    This program is free software: you can redistribute it and/or modify
12 #    it under the terms of the GNU General Public License as published by
13 #    the Free Software Foundation, either version 3 of the License, or
14 #    (at your option) any later version.
15 #
16 #    This program is distributed in the hope that it will be useful,
17 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
18 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 #    GNU General Public License for more details.
20 #
21 #    You should have received a copy of the GNU General Public License
22 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
23 #
24 ##############################################################################
25
26
27
28 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: