odoo/openerp
Thibault Delavallée 027c419181 [MERGE] 'Invite & Quick Create User' update. The server branch holds in res_users.create() the support of key in context, allowing to put xml_ids of user groups in the context of relational fields linking to res.users. The purpose of this modification is to quick-create users that will have the access rights related to the functional meaning of the field. For example creating an user in the 'Responsible' field of a task should add him in the group related to project management.
Example of use : <field name="user_id" string="Project Manager" context="{'default_groups_ref': ['base.group_user', 'project.group_project_manager']}"/> will add Employee (base.group_user) and Project Manager (project.group_project_manager) groups, as well as implied groups.

res_users:
- [add] added support of  key in context of default_get. It contains a list of xml_ids of user groups; those groups, if found, are added to the newly created user,
- [ref] refactored simplified (quick create) view that is now more like a contact card, with login and email required because of the login email that will be send to the user

bzr revid: tde@openerp.com-20130318120905-1w9xpoyppnj62wlj
2013-03-18 13:09:05 +01:00
..
addons [MERGE] Sync with trunk 2013-03-18 11:18:36 +01:00
cli Merge Thu branch 2013-01-29 16:05:25 +01:00
conf [IMP] The open openerp namespace is removed. 2013-02-09 07:02:46 +01:00
modules [FIX] openerp namespace: the import hook was still inserting modules in sys.moduls at their shortname. 2013-02-18 17:48:39 +01:00
osv [FIX] __getattr__ implementation on BaseModel 2013-03-15 12:53:02 +01:00
report [MERGE] trunk-service-thu (remove the class openerp.netsvc.ExportService) 2013-02-12 16:42:30 +01:00
service [FIX] service.db: missing imports 2013-03-18 12:02:57 +01:00
tests [FIX] Previous `[iMP]` was broken. 2013-02-25 11:55:23 +01:00
tools [IMP] logrotation is now disabled by default 2013-02-28 02:18:11 +01:00
workflow [REF] service: workflow is not a service 2013-01-30 18:37:59 +01:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [MERGE] trunk 2013-02-13 11:56:20 +01:00
exceptions.py [REF] code review 2013-02-15 15:35:03 +01:00
http.py [DOC] openerp.http: use sphinx domains. 2013-02-01 16:13:54 +01:00
import_xml.rng [REF] Removed support for __terp__.py files and `terp` root elements in XML files. 2013-02-12 16:23:28 +01:00
loglevels.py [REF] services: moved the report service to openerp.service.report. 2013-01-30 16:56:24 +01:00
netsvc.py [MERGE] netsvc/service.model: added missing/removed unnecessary `except` clauses. 2013-02-25 16:58:28 +01:00
pooler.py [IMP] cron: remove useless pooljobs and schedule_cron_jobs methods 2012-12-21 14:37:51 +01:00
release.py [FIX] we are not in alpha anymore 2013-01-03 18:08:09 +01:00
sql_db.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00