[ADD] big bit on new import: pretty much everything but o2m
[odoo/odoo.git] / openerp / osv / orm.py
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
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-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
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[FIX] orm deprecated: added a list cast because we...
2012-08-14 Thibault Delavallée[MERGE] Merged with server/trunk.
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[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-03 Olivier Dony[MERGE] name_get: support more field types and improve...
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-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
2012-07-23 Xavier Morel[ADD] test cases for export of simple fields
2012-07-23 Xavier Morel[REM] redundant code: a field of type one2many will...
2012-07-23 Xavier Morel[REM] orm: pointless character replacement of quotes...
2012-07-02 Fabien Pinckaers[FIX] whitespace lost in translation
2012-07-02 Raphael Collet[IMP] orm translations: improve variable names
2012-07-02 Xavier Morel[FIX] using the newly translated string might be a...
2012-07-02 Xavier Morel[FIX] stupid
2012-07-02 Xavier Morel[IMP] massage all translatable attributes in a loop...
2012-06-28 Fabien Pinckaers[IMP] Translations of static terms in views
2012-06-27 Antony Lesuisse[MERGE] trunk
2012-06-27 Antony Lesuisse[MERGE] placeholder translation
2012-06-21 Olivier Dony[FIX] orm: make sure all *Model classes define _auto...
2012-06-19 Vo Minh Thu[MERGE] merged trunk.
2012-06-15 Olivier Dony[IMP] access rights: improve error messages for ACLs...
2012-06-15 Olivier Dony[FIX] read_group: empty `groupby` case broken by last...
2012-06-12 Vidhin Mehta (OpenERP)[IMP]translate placeholders.
2012-06-11 Olivier Dony[IMP] orm: improved @version spec validation for inheri...
2012-06-10 Fabien Pinckaers[merge] trunk
2012-06-09 Fabien Pinckaers[IMP] removing select=? and adding version=7
2012-06-09 Olivier Dony[FIX] read_group: remove prohibitive n^2 operations...
2012-06-08 Olivier Dony[FIX] export_data: avoid access error while auto-genera...
2012-06-06 Olivier Dony[FIX] orm: remove unused `module` parameter when creati...
2012-06-04 Olivier Dony[FIX] OPW 575395: orm: don't defer function field compu...
2012-06-01 Vo Minh Thu[IMP] uninstall: added some docstrings.
2012-06-01 Vo Minh Thu[IMP] uninstall: use a dedicated table for many2many...
2012-06-01 Vo Minh Thu[IMP] uninstall: use dedicated table instead of overloa...
2012-05-31 Vo Minh Thu[IMP] uninstall: started test module, added new ir_mode...
2012-05-18 Olivier Dony[IMP] orm: support model-level @groups attribute for...
2012-05-04 Olivier Dony[IMP] orm: all workflow trigger calls in common method...
2012-04-19 msh-openerp[FIX]Fixed the issue of translation for node which...
2012-04-18 Thibault Delavallée[IMP] Updated code (see odo/vmt review). Also removed...
2012-04-10 Antony Lesuisseembbded kanban view
2012-04-05 Thibault Delavallée[FIX] Fixed last fix.
2012-04-05 Thibault Delavallée[FIX] orm: needaction: Added missing local dict with...
2012-04-03 Thibault Delavallée[MERGE] Merged with main server, holding the need_actio...
2012-04-03 Thibault Delavallée[IMP] Removed unused import; added forgottent context...
2012-04-03 Thibault Delavallée[REF] Cleaned model and code: removed classmethods...
2012-04-03 Thibault Delavallée[MERGE] Merged with fix from need_action branch
2012-04-03 Thibault Delavallée[FIX] id instead of ids in domain
2012-04-02 Raphael Collet[FIX] orm: revert change - do not write on related...
2012-04-02 Thibault Delavallée[REM] Removed res.log feature in ORM. However, the...
2012-04-02 Thibault Delavallée[MERGE] Merged with main server
2012-04-02 Raphael Collet[FIX] orm: perform write on related fields after creati...
2012-04-02 Thibault Delavallée[IMP] Small code cleaning
2012-04-02 Thibault Delavallée[FIX] Added missing item in return
2012-04-02 Thibault Delavallée[ADD] Added 'needaction_record_ids' field to menu:...
2012-04-02 Thibault Delavallée[REF] Cleaned ir.needaction code and documentation.
2012-04-02 Thibault Delavallée[MERGE] Merged with main server
2012-03-31 Olivier Dony[MERGE] Latest trunk
2012-03-31 Olivier Dony[IMP] orm,ir.model: improve registration and deletion...
2012-03-30 Thibault Delavallée[DOC] Added comments.
2012-03-30 Thibault Delavallée[IMP] Renamed added fields. Added comments and improved...
2012-03-29 Quentin (OpenERP)[REF] base: small refactoring of things related to...
2012-03-29 Quentin (OpenERP)[MERGE] merged the main server code
2012-03-28 Thibault Delavallée[REF] Refactored needaction mechanism. Added functional...
2012-03-26 Olivier Dony[MERGE] Latest trunk
2012-03-23 Vo Minh Thu[MERGE] merged trunk.
next