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

« back to all changes in this revision

Viewing changes to portal/portal.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:
36
36
                'group_id': fields.many2one('res.groups', 'Associated Group',required=True),
37
37
                'menu_id': fields.many2one('ir.ui.menu','Main Menu', required=True),
38
38
                'menu_action_id': fields.many2one('ir.actions.act_window', 'User Menu Action', readonly=True,
39
 
                                                                                  help='''Default main menu for the users of the portal. This field is auto-completed at creation. '''),
 
39
                        help='''Default main menu for the users of the portal. This field is auto-completed at creation. '''),
40
40
                'home_action_id': fields.many2one('ir.actions.act_window', 'User Home Action', help='Complete this field to provide a Home menu different from the Main menu.'),
41
41
                'company_id': fields.many2one('res.company', 'Company', required=True),
42
42
                }