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

320 by Jose Antonio
1
#!/usr/bin/python
2
# -*- encoding: utf-8 -*-
3
###########################################################################
4
#    Module Writen to OpenERP, Open Source Management Solution
5
#    Copyright (C) Vauxoo (<http://vauxoo.com>).
6
#    All Rights Reserved
7
###############Credits######################################################
8
#    Coded by: Vauxoo C.A.           
9
#    Planified by: Nhomar Hernandez
10
#    Audited by: Vauxoo C.A.
11
#############################################################################
12
#    This program is free software: you can redistribute it and/or modify
13
#    it under the terms of the GNU Affero General Public License as published by
14
#    the Free Software Foundation, either version 3 of the License, or
15
#    (at your option) any later version.
16
#
17
#    This program is distributed in the hope that it will be useful,
18
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
19
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
#    GNU Affero General Public License for more details.
21
#
22
#    You should have received a copy of the GNU Affero General Public License
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
################################################################################
25
{
26
    "name" : "Load incidences from xls fiel",
27
    "version" : "0.1",
28
    "depends" : ["project",'project_issue'],
29
    "author" : "Vauxoo",
30
    "description" : """
31
    Load incidences from xls
32
    You need install python library xlrd and only load xls field
33
    """,
34
    "website" : "http://vauxoo.com",
35
    "category" : "Generic Modules",
36
    "init_xml" : [],
37
    "demo_xml" : [],
38
    "test": [ ],
39
    "update_xml" : [
40
    'wizard/load_issue_view.xml'
41
    ],
42
    "active": False,
43
    "installable": True,
44
}