[MERGE]Merge with trunk-fix-warning branch
[odoo/odoo.git] / openerp / osv /
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
2012-08-14 Fabien Pinckaers[IMP] cleaning of need action
2012-08-14 niv-openerp[IMP] added html field
2012-08-14 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-14 Thibault Delavallée[FIX] orm deprecated: added a list cast because we...
2012-08-14 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-13 Thibault Delavallée[MERGE] Merged with last server/trunk to avoid issues...
2012-08-13 niv-openerpAdded some code to sanitize html
2012-08-13 niv-openerpAdded html field type
2012-08-13 Vo Minh Thu[MERGE] merged trunk.
2012-08-13 Vo Minh Thu[IMP] views: allow create/delete/edit attribte on form...
2012-08-10 Vo Minh Thu[FIX]: orm: reverted a change in a previous commit...
2012-08-10 Thibault Delavallée[IMP] Removed unnecessary conditions.
2012-08-09 Thibault Delavallée[CLEAN] Removed unnecessary \(.
2012-08-09 Thibault Delavallée[IMP] fields: many2many: extracted query generation...
2012-08-09 Thibault Delavallée[IMP] deprecated feature: added protection against...
2012-08-09 Thibault Delavallée[FIX] f -> field
2012-08-09 Thibault Delavallée[IMP] orm: added a deprecated attribute on fields....
2012-08-08 Xavier Morel[MERGE} from trunk
2012-08-07 Vo Minh Thu[MERGE] merged trunk.
2012-08-06 Xavier Morel[FIX] weird dict.update calls
2012-08-06 Antony Lesuisse[REM] fields float integer useless warning, required...
2012-08-03 Olivier Dony[MERGE] name_get: support more field types and improve...
2012-08-03 Olivier Dony[FIX] fields.reference: missing coercion to int for...
2012-08-03 Antonin Bourguignon[IMP] add proper XML headers to config views
2012-08-03 Vo Minh Thu[FIX] orm: disallow LOG_ACCESS fields in the create...
2012-08-02 Olivier Dony[IMP] name_get: support more field types and improve...
2012-08-02 Xavier Morel[IMP] add more information when searching on a non...
2012-08-02 Xavier Morel[IMP] error-level log when non-stored function field...
2012-08-01 Vo Minh Thu[MEOW] lolcat crazy ninja fix in the branch, take two!
2012-08-01 Vo Minh Thu[MAOW] lolcat ninja fix in the branch, yaoh!
2012-07-31 Antony Lesuisse[FIX] typos and vmt review
2012-07-31 Antony Lesuisse[FIX] typo
2012-07-31 Antony Lesuisse[FIX] assertion message
2012-07-31 Antony Lesuisse[FIX] rec_name assertion and fallback
2012-07-31 Antony Lesuisse[IMP] rec_name assertion and fallback
next