~pexego/openerp-spain/removes_out_of_scope_modules_61

« back to all changes in this revision

Viewing changes to account_balance_reporting/__init__.py

  • Committer: dani-ds
  • Date: 2012-12-11 10:06:23 UTC
  • Revision ID: danielcampos@avanzosc.com-20121211100623-2pbh59s2mx642fll
[ADD] Diferentes módulos de la comunidad recomendados para localización Española.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# -*- encoding: utf-8 -*-
 
3
##############################################################################
 
4
#
 
5
#    OpenERP - Account balance reporting engine
 
6
#    Copyright (C) 2009 Pexego Sistemas Informáticos. All Rights Reserved
 
7
#    AvanzOSC, Avanzed Open Source Consulting 
 
8
#    Copyright (C) 2011-2012 Iker Coranti (www.avanzosc.com). All Rights Reserved
 
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
Account balance reporting engine
 
28
"""
 
29
__author__ = "Borja López Soilán (Pexego) - borjals@pexego.es"
 
30
 
 
31
import account_balance_reporting_template
 
32
import account_balance_reporting
 
33
import report
 
34
import wizard