[IMP] res_users: removed hack about redirecting the fields view get. Added a simplifi...
[odoo/odoo.git] / openerp / osv /
2012-11-14 Thibault Delavallée[REM] osv: removed temporary override of raise, added...
2012-11-12 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-12 Olivier Dony[FIX] orm: make sure superuser mode always bypasses...
2012-11-12 Xavier Morel[FIX] temperate error message in case of missing requir...
2012-11-12 Xavier Morel[IMP] savepoint rollbacks after error transformation...
2012-11-09 Olivier Dony[IMP] orm: make error handling more consistent when...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-09 Xavier Morel[FIX] nuke ir.model.data caches before starting imports
2012-11-07 Thibault Delavallée[MERGE] Sync with server/trunk.
2012-11-06 Olivier Dony[FIX] orm,web_services: properly return results of...
2012-11-06 Thibault Delavallée[FIX] fields.py: html_sanitize now in mail file.
2012-11-06 Xavier Morel[FIX] recursive conversion of o2ms in import
2012-11-05 Raphael Collet[IMP] fields.related._fnct_read: small improvements
2012-11-05 Xavier Morel[IMP] better logging during import failure
2012-11-05 Raphael Collet[FIX] fields.related._fnct_read: fix handling of type...
2012-11-05 Raphael Collet[MERGE] from trunk
2012-11-05 Raphael Collet[FIX] fields.related._fnct_write: handle the case where...
2012-11-02 Divyesh Makwana... [Merge] Merge with trunk.
2012-10-29 Olivier Dony[FIX] orm: _validate should not immediately rollback
2012-10-29 Raphael Colletfields.related: simplify read and write methods
2012-10-29 Raphael Collet[MERGE] from trunk
2012-10-25 Purnendu Singh ... [IMP] added a comment line
2012-10-25 Purnendu Singh ... [MERGE]
2012-10-22 Quentin (OpenERP)[REV] osv/orm: revert of a previous patch that was...
2012-10-19 Quentin (OpenERP)[MERGE] trunk
2012-10-19 Mayur Maheshwari... [IMP]orm : improve multi tag when multi=true action...
2012-10-18 Olivier Dony[FIX] expression: negative operators (e.g. NOT IN)...
2012-10-18 Quentin (OpenERP)[TEST] attempt to detect what the hell that crazy bug...
2012-10-17 Quentin (OpenERP)[FIX] osv/orm: compute the _fct_inv() of stored functio...
2012-10-17 Jigar Amin[REVERT] Reverted the changes of depricated fieldread...
2012-10-17 Jigar Amin[MERGE] Sync with trunk
2012-10-12 Vo Minh Thu[MERGE] babel: use babel for locale-aware read_group...
2012-10-12 Turkesh Patel (Ope... [IMP] improved code.
2012-10-12 Turkesh Patel (Ope... [FIX] do not read depricated fields.
2012-10-11 niv-openerp[REVERT] removed server-side evaluation of field options
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-10 Quentin (OpenERP)[REF] code review by odo
2012-10-09 Quentin (OpenERP)[IMP] use of literal_eval from ast instead of const_eva...
2012-10-09 Quentin (OpenERP)[IMP] osv/orm.py: evaluate in python the 'options'...
2012-10-09 Xavier Morel[CHG] make empty cells clear out the corresponding...
2012-10-08 Xavier Morel[IMP] don't pass in a default lang to _get_source if...
2012-10-08 Xavier Morel[IMP] remove docstring for cr, uid following odo review
2012-10-05 Raphael Collet[MERGE] from trunk
2012-10-04 Xavier Morel[FIX] don't import empty cells at all rather than set...
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-01 Christophe Simonis[FIX] orm: handle fields.char() with not size correctly
2012-10-01 Christophe Simonis[IMP] orm: remove trailing spaces
2012-10-01 Christophe Simonis[IMP] orm: be more vebose when accessing an invalid...
2012-10-01 Xavier Morel[FIX] type error when providing a non-integer for a...
2012-10-01 Raphael Collet[MERGE] from trunk
2012-09-28 Antonin Bourguignon[IMP] code style; also remove a debug comment
2012-09-28 Raphael Collet[FIX] orm: fix the method copy() when an 'inherits...
2012-09-28 Xavier Morel[ADD] some import doc
2012-09-28 Xavier Morel[DOC] fixes and cleanups
2012-09-27 Xavier Morel[IMP] reimplement BaseModel.import_data on top of BaseM...
2012-09-27 Xavier Morel[FIX] replace warnings capture by explicitly returning...
2012-09-27 Xavier Morel[FIX] postgres 9.2 added data at the end of 23502's...
2012-09-26 Olivier Dony[API/IMP] fields: cleanup field_to_dict + make @depreca...
2012-09-25 Xavier Morel[IMP] convert empty import fields to False values witho...
2012-09-25 Xavier Morel[FIX] use lists instead of iterators in BaseModel._extr...
2012-09-25 Xavier Morel[ADD] ability to convert postgres error messages to...
2012-09-24 Xavier Morel[IMP] return a dict from Model.load for easier future...
2012-09-24 Xavier Morel[IMP] allow converters to add data to import messages...
2012-09-24 Xavier Morel[IMP] return fields_get-style translated field strings...
2012-09-20 olt@tinyerp.com[FIX] fixed message format (wrong number of arguments)
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
2012-09-19 Thibault Delavallée[COM] commented a modif.
2012-09-19 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-09-18 Odowan Kenobi[REF] allow to intercept the signals sent to workflows...
2012-09-17 Thibault Delavallée[IMP] res_users: added readable files, to allow people...
2012-09-13 Antonin Bourguignon[FIX] fields_get check_access_right
2012-09-12 Olivier Dony[IMP] translations: attempt to optimize out _get_source...
2012-09-12 Stephane Wirtel[MERGE] set the write_uid, write_date for the create
2012-09-11 Stephane Wirtel[MERGE] report & netrpc protocol: Use the cPickle 2...
2012-09-10 Stephane Wirtel[MERGE] server: remove unused imports (Thanks to Floren...
2012-09-07 Raphael Collet[IMP] orm: simplify method definition
2012-09-07 Raphael Collet[MERGE] from trunk
2012-09-07 Raphael Collet[FIX] method resolve_2many_commands and its tests
2012-09-07 Raphael Collet[FIX] orm: fix wrong method name
2012-09-06 Fabien Pinckaersfix
2012-09-06 Fabien Pinckaers[IMP] folded columns in read_group
2012-09-06 Raphael Collet[IMP] orm: fix and generalize method resolve_o2m_comman...
2012-09-05 Olivier Dony[IMP] fields: review/simplify patch for callable domain...
2012-09-05 Olivier Dony[MERGE] sync with trunk
2012-09-04 Thibault Delavallée[IMP] ir.needaction: made the model Abstract. Fixed...
2012-09-03 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-31 Raphael Collet[MERGE] from trunk
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-22 Fabien Pinckaers[IMP] Removing a bad practice:
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersimp
2012-08-20 Fabien Pinckaers[IMP] message_read on mail.message
2012-08-19 Fabien Pinckaers[IMP] need action & mails
2012-08-16 Jigar Amin - OpenERP[REF/IMP] refectorec the varibale names and added the...
2012-08-16 Jigar Amin - OpenERP[MERGE] lp:openobject-server
2012-08-15 Thibault Delavallée[MERGE] Merged with main server.
2012-08-15 Fabien Pinckaers[IMP] dynamic domains on O2M, remove needaction_pending
next