~vauxoo/account-financial-report/account-financial-report-5.0

196 by angelica barrios
[ADD] Se agrego los modulos de gestios de cheques, chequeras, bancos, saldos, cuentas, ordenes de pago y soportes
1
#!/usr/bin/python
2
# -*- encoding: utf-8 -*-
3
###########################################################################
4
#    Module Writen to OpenERP, Open Source Management Solution
5
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
6
#    All Rights Reserved
7
###############Credits######################################################
8
#    Coded by: Angelica Barrios angelicaisabelb@gmail.com
9
#              Humberto Arocha humberto@openerp.com.ve
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
################################################################################