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

« back to all changes in this revision

Viewing changes to association_vertical/__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" : "Association Verticalisation",
 
3
                "version" : "Association Verticalisation",
 
4
                "author" : "Tiny",
 
5
                "website" : "http://tinyerp.com",
 
6
                "category" : "Vertical Modules/Parametrization",
 
7
                "description": """Simplification of the interface for associations.""",
 
8
                "depends" : ["hr","crm_configuration","event"],
 
9
                "init_xml" : [],
 
10
                "demo_xml" : ["crm_fund_data.xml"],
 
11
                "update_xml" : ["crm_fund_demo.xml",
 
12
                                            "aso_data.xml",
 
13
                                            "aso_vertical_view.xml",
 
14
                                           ],
 
15
                "installable": True
 
16