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

« back to all changes in this revision

Viewing changes to project_service_base/__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
40
40
        'project_view.xml',
41
41
        'security/project_security.xml',
42
42
    ],
43
 
    'installable': True,
 
43
    'installable': False,
44
44
    'application': False,
45
45
}
46
46
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: