[IMP] [CLEAN] [REVIEW] field._properties -> isinstance(field, fields.function).
[odoo/odoo.git] / openerp / osv /
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-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 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-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...
next