~jamesj/openobject-addons/c2c_budget_fixes

« back to all changes in this revision

Viewing changes to project_event/__terp__.py

[IMP] Adding multi_company_stock_module, nto finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
2
##############################################################################
3
3
#
4
 
#    OpenERP, Open Source Management Solution    
 
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6
6
#    $Id$
7
7
#
25
25
    "author" : "Tiny",
26
26
    "category" : "Generic Modules/CRM",
27
27
    "description": """This module allow track events on project and perform particular action in event
28
 
  - event on create/modify task 
29
 
  - event on document upload  
 
28
  - event on create/modify task
 
29
  - event on document upload
30
30
""",
31
31
    "depends" : ["base", "project"],
32
32
    "init_xml" : [],
33
33
    "demo_xml" : [],
34
 
    "update_xml" : ["project_event_view.xml", "project_event_data.xml"],
 
34
    "update_xml" : ["project_event_view.xml", "project_event_data.xml", "security/ir.model.access.csv"],
35
35
    "active": False,
36
36
    "installable": True,
37
37
}