[FIX] crazy direct calls to dunder methods
[odoo/odoo.git] / openerp / osv /
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-12 Olivier Dony[IMP] orm: do not warn about missing ondelete cascade...
2012-12-10 Thibault Delavallée[MERGE] Perform auto-join and mailboxes+needaction...
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-09 Antony Lesuisse[IMP] fields warning display args to locate them
2012-12-09 Antony Lesuisse[IMP] dbname on localthread for logging
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[IMP] Added an assert on the alias length.
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[CLEAN] expression.py: cleaned and added comments,...
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-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] expression: udpated domain manag...
2012-12-06 Thibault Delavallée[IMP] [REVIEW] _auto_join on many2many now raises a...
2012-12-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] field._properties -> isinstance...
2012-12-05 Thibault Delavallée[CLEAN] Removed some forgotten print statements.
2012-12-05 Thibault Delavallée[CLEAN] fields.py: added auto_join in one2many and...
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[IMP] expression.parse: added the support of domain...
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-29 Thibault Delavallée[IMP] expression.parse: added some asserts about non...
2012-11-28 Thibault Delavallée[FIX] expression.parse: fixed indentation error prevent...
2012-11-28 Thibault Delavallée[IMP] expression.py: added support of _auto_join in...
2012-11-27 Thibault Delavallée[IMP] expression: replaced field paths now use an alias...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: self.__exp -> self.exp, because...
2012-11-27 Thibault Delavallée[IMP] expression.parse: improved code about extracting...
2012-11-27 Thibault Delavallée[IMP] [DOC] expression.py: renamed field_obj to relatio...
2012-11-27 Thibault Delavallée[IMP] expression.py: _leaf_to_sql now uses a table_alia...
2012-11-27 Thibault Delavallée[IMP] [TEST] orm: updated order_by generation by adding...
2012-11-27 Thibault Delavallée[ADD] fields.py: added _auto_join attribute. This attri...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: table_aliases now holds a list...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: renamed some variables of expres...
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-19 Christophe Matthieu[FIX] fields.html: behave as fields.text for empty...
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-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 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...
next