[MERGE] customizable web logo by chs
[odoo/odoo.git] / openerp / osv / orm.py
2012-12-15 Antony Lesuisse[MERGE] remove res.partner.address by chs
2012-12-12 Olivier Dony[IMP] orm: do not warn about missing ondelete cascade...
2012-12-11 Christophe Simonis[FIX] remove res.partner.address model
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-08 Antony Lesuisse[MERGE] multiprocess signaling
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-07 Christophe CHAUVET[IMP] Remove completly the OIDS, cause WITHOUT OIDS...
2012-12-07 Thibault Delavallée[CLEAN] orm: added quote around a forgottent table...
2012-12-07 Thibault Delavallée[MERGE] Merged branch holding a proposal to solve the...
2012-12-07 Thibault Delavallée[CLEAN] Query: cleaned a bit the code. All joins now...
2012-12-07 Thibault Delavallée[IMP] [WIP] order_by: now using aliases in _generate_or...
2012-12-06 Christophe CHAUVET[IMP] Don't use WITH OIDS when create a table
2012-12-05 Thibault Delavallée[CLEAN] Removed some forgotten print statements.
2012-12-05 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-05 Vo Minh Thu[ADD] added comment in _validate() explaining why the...
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-12-04 Olivier Dony[FIX] translate,orm: remember local Model [_sql]_constr...
2012-12-04 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-27 Thibault Delavallée[IMP] [TEST] orm: updated order_by generation by adding...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-21 Quentin (OpenERP)[FIX] osv/orm: fixed the use of 'order' argument given...
2012-11-20 Olivier Dony[MERGE] fields_view_get: avoid messing up selection...
2012-11-20 Olivier Dony[IMP] Model.default_get: allows setting user default...
2012-11-20 Stefan Rijnhart[FIX] Append view domain (in case of selection widget...
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 Xavier Morel[FIX] nuke ir.model.data caches before starting imports
2012-11-06 Olivier Dony[FIX] orm,web_services: properly return results of...
2012-11-06 Xavier Morel[FIX] recursive conversion of o2ms in import
2012-11-05 Xavier Morel[IMP] better logging during import failure
2012-11-02 Divyesh Makwana... [Merge] Merge with trunk.
2012-10-29 Olivier Dony[FIX] orm: _validate should not immediately rollback
2012-10-25 Purnendu Singh ... [IMP] added a comment line
2012-10-25 Purnendu Singh ... [MERGE]
2012-10-24 Paulius SladkevičiusFixed sorting for m2o
2012-10-22 Quentin (OpenERP)[REV] osv/orm: revert of a previous patch that was...
2012-10-19 Mayur Maheshwari... [IMP]orm : improve multi tag when multi=true action...
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-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-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 ALT[FIX] OPW 575909: orm: fix order_by for special 'id...
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-18 Odowan Kenobi[REF] allow to intercept the signals sent to workflows...
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[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-26 Xavier ALT[FIX] OPW 577292: orm: force computing store values...
2012-08-24 Xavier ALT[FIX] OPW 577292: orm: fix _store_get_values() when...
2012-08-22 Fabien Pinckaers[IMP] Removing a bad practice:
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
next