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

« back to all changes in this revision

Viewing changes to portal/portal.py

  • Committer: qdp
  • Date: 2007-12-19 09:07:27 UTC
  • Revision ID: qdp-1a523a1413a15f6e7632a0d64bab451805320f69
configuration of the partner portal

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
                }