~vauxoo/account-financial-report/miguel-bug-918857

« back to all changes in this revision

Viewing changes to report/__init__.py

  • Committer: Miguel Delgado
  • Date: 2012-01-02 20:40:59 UTC
  • Revision ID: miguel.delgado07@gmail.com-20120102204059-88tsbh2xxhu0m757

[ADD] migration of account financial reports to version 6.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
###########################################################################
 
3
#    Module Writen to OpenERP, Open Source Management Solution
 
4
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
 
5
#    All Rights Reserved
 
6
###############Credits######################################################
 
7
#    Coded by:   Humberto Arocha humberto@openerp.com.ve
 
8
#                Angelica Barrios angelicaisabelb@gmail.com
 
9
#               Jordi Esteve <jesteve@zikzakmedia.com>
 
10
#    Planified by: Humberto Arocha
 
11
#    Finance by: LUBCAN COL S.A.S http://www.lubcancol.com
 
12
#    Audited by: Humberto Arocha humberto@openerp.com.ve
 
13
#############################################################################
 
14
#    This program is free software: you can redistribute it and/or modify
 
15
#    it under the terms of the GNU General Public License as published by
 
16
#    the Free Software Foundation, either version 3 of the License, or
 
17
#    (at your option) any later version.
 
18
#
 
19
#    This program is distributed in the hope that it will be useful,
 
20
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
#    GNU General Public License for more details.
 
23
#
 
24
#    You should have received a copy of the GNU General Public License
 
25
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
26
##############################################################################
 
27
 
 
28
import account_balance
 
29
import account_balance_4_cols
 
30
import account_balance_2_cols