[IMP] res_users: add comments

bzr revid: rco@openerp.com-20111207085002-ft2u77qab1m259d2
This commit is contained in:
Raphael Collet 2011-12-07 09:50:02 +01:00
parent c029699c5e
commit ec12c2d32a
1 changed files with 5 additions and 0 deletions

View File

@ -660,6 +660,11 @@ users_implied()
# - Uncategorized groups are presented as boolean fields and grouped in a
# section "Others".
#
# The user form view is modified by an inherited view (base.user_groups_view);
# the inherited view replaces the field 'groups_id' by a set of reified group
# fields (boolean or selection fields). The arch of that view is regenerated
# each time groups are changed.
#
# Naming conventions for reified groups fields:
# - boolean field 'in_group_ID' is True iff
# ID is in 'groups_id'