~inddiana/bank-management/edgar_responsables_chequeras

« back to all changes in this revision

Viewing changes to bank_management/bank/__init__.py

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-02 17:51:58 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120102175158-qa53lj3b0wjzi8i5

[ADD] Added modules:
-bank_management.
-account_voucher_multi_partner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: Humberto Arocha           <humberto@openerp.com.ve>
 
9
#              Angelica Barrios          <angélicaisabelb@gmail.com>
 
10
#              María Gabriela Quilarque  <gabrielaquilarque97@gmail.com>
 
11
#              Javier Duran              <javieredm@gmail.com>             
 
12
#    Planified by: Nhomar Hernandez
 
13
#    Finance by: Helados Gilda, C.A. http://heladosgilda.com.ve
 
14
#    Audited by: Humberto Arocha humberto@openerp.com.ve
 
15
#############################################################################
 
16
#    This program is free software: you can redistribute it and/or modify
 
17
#    it under the terms of the GNU Affero General Public License as published by
 
18
#    the Free Software Foundation, either version 3 of the License, or
 
19
#    (at your option) any later version.
 
20
#
 
21
#    This program is distributed in the hope that it will be useful,
 
22
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
23
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
24
#    GNU Affero General Public License for more details.
 
25
#
 
26
#    You should have received a copy of the GNU Affero General Public License
 
27
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
28
################################################################################
 
29
 
 
30
import bank
 
31
import partner
 
32
 
 
33
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: