~vauxoo/addons-vauxoo/7.0-user_story-rev4-kty

186.1.4 by nhomar at vauxoo
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
#              MarĂ­a Gabriela Quilarque  <gabrielaquilarque97@gmail.com>
10
#              Nhomar Hernandez          <nhomar@openerp.com.ve>
11
#    Planified by: Humberto Arocha
12
#    Finance by: Vauxoo, C.A. http://vauxoo.com
13
#    Audited by: Humberto Arocha humberto@openerp.com.ve
14
#############################################################################
15
#    This program is free software: you can redistribute it and/or modify
16
#    it under the terms of the GNU General Public License as published by
17
#    the Free Software Foundation, either version 3 of the License, or
18
#    (at your option) any later version.
19
#
20
#    This program is distributed in the hope that it will be useful,
21
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
22
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
#    GNU General Public License for more details.
24
#
25
#    You should have received a copy of the GNU General Public License
26
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
27
##############################################################################
28
29
import res_company
30
import wizard