~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to cci_mission/__terp__.py

  • Committer: Mustufa Rangwala
  • Date: 2008-06-11 07:23:21 UTC
  • Revision ID: mra@tinyerp.com-1f024e3ce89987454b17eeada86984fede80dbad
* it defines access rules on crm object
        - some groups only can see the confidential info..
        - it defines some rules on created groups

* based on crm module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "CCI mission",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "website" : "http://tinyerp.com",
 
6
    "category" : "Generic Modules/CCI mission",
 
7
    "description": """
 
8
        specific module for cci project.
 
9
    """,
 
10
    "depends" : ["base","cci_partner","product","membership", "sale","cci_event","cci_account","cci_translation"],
 
11
    "init_xml" : [],
 
12
    "demo_xml" : ["cci_mission_data.xml"],
 
13
    "update_xml" : ["cci_mission_view.xml","cci_mission_wizard.xml","cci_mission_report.xml","cci_mission_workflow.xml" ],
 
14
    "active": False,
 
15
    "installable": True
 
16
}