~camptocamp/project-service/7.0-port-project_service_type

« back to all changes in this revision

Viewing changes to project_task_service/__openerp__.py

  • Committer: Daniel Reis
  • Date: 2013-03-04 16:16:31 UTC
  • Revision ID: dreis.pt@hotmail.com-20130304161631-59rn4a1jpi65q7v2
[INIT] disabling module not yet ported to v7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
##############################################################################
3
 
#    
 
3
#
4
4
#    Copyright (C) 2012 Daniel Reis
5
5
#
6
6
#    This program is free software: you can redistribute it and/or modify
36
36
* Functional Blocks: the sub-components or sub-systems for projects.
37
37
 
38
38
Contributions are appreciated. Some ideas to develop:
39
 
* add a 'crm_category_stages' module, to make configurable the stages (type_ids) valid for each Category.  
 
39
* add a 'crm_category_stages' module, to make configurable the stages (type_ids) valid for each Category.
40
40
""",
41
41
    'author': 'Daniel Reis',
42
42
    'website': 'daniel.reis@securitas.pt',
46
46
        'project_task_view.xml',
47
47
        'security/ir.model.access.csv',
48
48
    ],
49
 
    'installable': True,
 
49
    'installable': False,
50
50
    'application': False,
51
51
}
52
52
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: