[MERGE] forward port of branch 7.0 up to af37b30
[odoo/odoo.git] / openerp / addons / base / res / res_users.py
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-05-06 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-04-29 Richard Mathot ... [IMP] res_group: more explicit constraint error message
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-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-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
2012-11-28 Antony Lesuisse[MERGE] res.users get_context add timezone offset
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-22 Antony Lesuisse[FIX] res.users last_login typodowan
2012-11-22 Fabien Meghazi[ADD] Add tz_offset function field in res.partner and...
2012-11-21 RGA(OpenERP)[fix] change approriate variable name
2012-11-21 RGA(OpenERP)[IMP] add exception message on deletion of partner...
2012-11-20 Olivier Dony[IMP] res.users: avoid spurious warnings when last...
2012-11-20 ajay javiya (OpenERP)[FIX]:Fix customer, delete the contact Administrator
2012-11-15 Thibault Delavallée[IMP] res_users: removed hack about redirecting the...
2012-11-14 niv-openerp[FIX] temporarily disabled a hack on res.users to use...
2012-11-02 Fabien Pinckaers[MERGE] remove widgets
2012-10-25 Bharat Devnani ... [MERGE] merged with main server
2012-10-25 Bharat Devnani ... [IMP] ordered res_users by user_name
2012-10-24 Antony Lesuisse[FIX] revert remove password fp merge
2012-10-23 Bharat Devnani ... [MERGE] merged with main server
2012-10-22 Fabien Pinckaers[MERGE] trunk-fp
2012-10-22 Fabien Pinckaers[MERGE] preference remove change passwd
2012-10-22 Vo Minh Thu[MERGE] merged trunk.
2012-10-22 Pinakin Nayi (OpenERP)[IMP]users are sorted on name
2012-10-15 Raphael Collet[FIX] res_users.login: fix query parameters in cr.execute
2012-10-11 Nimesh (Open ERP)[MERGE] merger with lp:openobject-server
2012-10-09 Nimesh (Open ERP)[REMOVE] remove change password button.
2012-10-05 Raphael Collet[FIX] res_users: fix method copy() to not break test...
2012-09-28 Antonin Bourguignon[FIX] some security issues
2012-09-18 Antonin Bourguignon[FIX] res_partner.py: read countries as SUPERUSER
2012-09-18 Antonin Bourguignon[IMP] use const SUPERUSER_ID instead of int 1
2012-09-18 Antonin Bourguignon[FIX] wording in comments
2012-09-17 Thibault Delavallée[IMP] res_users: added readable files, to allow people...
2012-09-11 Fabien Pinckaers[MERGE]
2012-09-07 Twinkle Christian... [IMP]Remove serverwarning
next