~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to issue_load/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
################################################################################
25
25
{
26
 
    "name" : "Load incidences from xls fiel",
27
 
    "version" : "0.1",
28
 
    "depends" : ["project",'project_issue'],
29
 
    "author" : "Vauxoo",
30
 
    "description" : """
 
26
    "name": "Load incidences from xls fiel", 
 
27
    "version": "0.1", 
 
28
    "author": "Vauxoo", 
 
29
    "category": "Generic Modules", 
 
30
    "description": """
31
31
    Load incidences from xls
32
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
 
}
 
33
    """, 
 
34
    "website": "http://vauxoo.com", 
 
35
    "license": "", 
 
36
    "depends": [
 
37
        "project", 
 
38
        "project_issue"
 
39
    ], 
 
40
    "demo": [], 
 
41
    "data": [
 
42
        "wizard/load_issue_view.xml"
 
43
    ], 
 
44
    "test": [], 
 
45
    "js": [], 
 
46
    "css": [], 
 
47
    "qweb": [], 
 
48
    "installable": True, 
 
49
    "auto_install": False, 
 
50
    "active": False
 
51
}
 
 
b'\\ No newline at end of file'