[MERGE] forward port of branch saas-3 up to fe8106f
[odoo/odoo.git] / openerp / addons / base / res / res_users.py
2014-09-26 Christophe Simonis[MERGE] forward port of branch saas-3 up to fe8106f
2014-09-26 Christophe Simonis[MERGE] forward port of branch 7.0 up to af37b30
2014-09-25 Denis Ledoux[FIX] res_users: do not copy login_date when duplicatin...
2014-09-22 Martin Trigaux[IMP] base: safer locking at user login
2014-09-04 Raphael Collet[IMP] models: inherited fields are related fields read...
2014-08-07 Olivier Dony[IMP] hr,mail,product,project,base: use @auto_join...
2014-08-06 Raphael Collet[FIX] base: fixes #1167, change password wizard (wrong...
2014-08-05 Raphael Collet[IMP] base/res_users: improve reading/writing of reifie...
2014-07-25 Olivier Dony[FIX] res.users: safer read() when computing default...
2014-07-18 rlu-odoo[REF] OpenERP --> Odoo in various UI texts
2014-07-17 Olivier Dony[IMP] base, mail: cache user.has_group() + ir.ui.menu...
2014-07-17 Christophe Matthieu[FIX] res.users: use read method to compute default...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-07-04 Xavier Morel[IMP] replace a manual & eager concat by chain.from_ite...
2014-07-02 Olivier Dony[FIX] web: force seession context reload when reloading...
2014-06-30 Simon Lejeune[FIX] correct context resetting when changing user...
2014-06-27 Amit Vora[MERGE][IMP] Enable HTML in emails signature
2014-06-25 Jaydeep Barot[REM] Unnecessary `size` parameters on char fields
2014-06-11 Thibault Delavallée[FIX] crm, crm_partner_assign, res_partner, mail, proje...
2014-05-12 Martin TrigauxForward-port of latest saas-4, up to revision 5211...
2014-05-06 Denis Ledoux[MERGE] Forward-port of latest saas-3 bugfixes, up...
2014-05-06 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-05-01 Antony Lesuisse[MERGE] saas-4 report_webkit missing dependency on...
2014-04-29 Vidhin Mehta (OpenERP)[IMP]add action_id
2014-04-29 Richard Mathot ... [IMP] res_group: more explicit constraint error message
2014-04-24 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5120...
2014-04-24 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5288...
2014-04-16 Denis Ledoux[FIX] base: search groups by full name not working...
2014-04-11 Randhir Mayatra... [MERGE] merge with latest trunk
2014-04-09 Raphael Collet[IMP] make TestCursor more robust, and remove some...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-04-07 Antony Lesuisse[FIX] temporary fix for concurrent commit during test...
2014-04-07 Randhir Mayatra... [MERGE] merge with latest trunk
2014-03-26 Kersten Jeremy[FIX] Use all users (disabled also) in execute of res_c...
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5021...
2014-03-12 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5020...
2014-03-04 Thibault Delavallée[FIX] res_users: fixed on_change_login that crashed
2014-03-04 Randhir Mayatra... [IMP] remove menu_id from user model
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-01-29 Antony Lesuisse[FIX] ir.model.data more faithful backward compatibilty
2014-01-27 Raphael Collet[IMP] in ir_model_data.get_object(), rename parameter...
2014-01-23 Raphael Collet[IMP] ir.model.data: get_object() never raises an excep...
2014-01-17 Christophe Matthieu[FIX] ir_ui_view: add method clear_cache called when...
2014-01-16 Thibault Delavallée[CLEAN] res_config, res_users: cleaned call to imd...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-18 Xavier ALT[FIX] base: make explicit, that res.users reified field...
2013-12-10 Cecile Tonglet[FIX] Calling read() on a not-existing user id crash...
2013-12-06 Thibault Delavallée[IMP] res_config, res_users: cleaned get_object calls...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-30 Fabien Pinckaers[FIX] reverted an introduced bug
2013-11-30 Fabien Pinckaers[IMP] Performance improvement: improved cache with...
2013-11-26 Christophe Simonis[IMP] res.users: avoid reading all fields explictly...
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-24 Christophe Simonis[FIX] base: on_change_login only set email for valid...
2013-10-25 Antony Lesuisse[REM] remove useless warning in user preference
2013-10-06 Antony Lesuissefix res_group rename, move files to clean up res
2013-10-06 Antony Lesuisse[REM] res.config and res.users cleanups.
2013-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5075...
2013-09-10 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4903...
2013-08-01 Rifakat[FIX] fix demo data problem, now able to assign company...
2013-06-13 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4887...
2013-06-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5006...
2013-06-11 Jigar Amin (OpenERP)[merge] lp:openobject-server/7.0
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-07 Olivier Dony[FIX] res.users: prevent exporting the virtual "Access...
2013-05-31 Thibault Delavallée[REV] users: contraints on login = email style not...
2013-05-24 Thibault Delavallée[IMP] res_users: when specifying an email value, always...
2013-05-23 Thibault Delavallée[MERGE] Sync with trunk
2013-05-22 Olivier Dony[FIX] res.groups: ensure predictable sort order
2013-05-13 Jigar Amin (OpenERP)- Allow setting the company_id of the partner to False...
2013-04-11 Jigar Amin[FIX] User Partner Company has to same as User Compnay...
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-04-02 Christophe Matthieu[IMP] res_user: remove overwrite of create who change...
2013-03-29 Christophe Matthieu[MERGE] from trunk
2013-03-27 Christophe Matthieu[IMP] res_user: on change login, change email
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-26 Christophe Matthieu[IMP] res_user: users are create with company_id =...
2013-03-26 Christophe Matthieu[IMP] res_users,res_partner: login = email
2013-03-13 Christophe Matthieu[IMP] res_user: add a try catch in default_get for...
2013-03-04 Cedric Snauwaert[FIX]res_users : add missing on_change function for...
2013-03-01 Christophe Simonis[FIX] base: allow admin to freeze the value of "web...
2013-02-27 Christophe Matthieu[IMP] res_user: fix default_get; add default groups...
2013-02-26 Antony Lesuissem
2013-01-28 Christophe Matthieu[IMP] res_user: we can add 'default_groups_ref' inside...
2012-12-19 Olivier Dony[FIX] res.users: context_get cache was not cleared...
2012-12-18 Raphael Collet[IMP] res_groups: add m2m field to see view restriction...
2012-12-18 Raphael Collet[MERGE] trunk-import-openerp-thu (use strict naming...
2012-12-17 Olivier Dony[IMP] res.users: enable cache on context_get, used...
2012-12-17 Olivier Dony[FIX] orm,registry: properly check m2o FKs during model...
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-17 Cecile Tonglet[MERGE] Branch updated with trunk
2012-12-12 Olivier Dony[FIX] res.users: whitelist recently added `tz_offset...
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-30 Olivier Dony[MERGE] Less intrusive timezone offset warning (corresp...
2012-11-29 Fabien Meghazi[REM] Removed tz_offset from context and remove store...
2012-11-29 Olivier Dony[MERGE] Sync with trunk
next