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

« back to all changes in this revision

Viewing changes to project_task_materials/__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
30
30
        'project_materials_data.xml',
31
31
        'security/ir.model.access.csv',
32
32
    ],
33
 
    'installable': True,
 
33
    'installable': False,
34
34
    'application': False,
35
35
}
36
36
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: