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

« back to all changes in this revision

Viewing changes to project_service_contract/__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:
29
29
    'website': 'www.julius.fr',
30
30
    'depends': [
31
31
        'report_webkit',
32
 
                'hr',
33
 
                'project',                      #=> "product", "analytic", "board"
34
 
                'project_functional_blocks',
35
 
        'project_issue',                #=> 'crm', 'project'
36
 
        'project_timesheet',    #=> 'project', 'hr_timesheet_sheet', 'hr_timesheet_invoice'
 
32
        'hr',
 
33
        'project',              #=> "product", "analytic", "board"
 
34
        'project_functional_blocks',
 
35
        'project_issue',        #=> 'crm', 'project'
 
36
        'project_timesheet',    #=> 'project', 'hr_timesheet_sheet', 'hr_timesheet_invoice'
37
37
        'base_contract',
38
38
        'project_service',
39
39
    ],
45
45
    ],
46
46
    'demo_xml': [],
47
47
    'test': [],
48
 
    'installable': True,
 
48
    'installable': False,
49
49
    'application': True,
50
50
}
51
51
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: