[REF] base: Changed code to avoid overriding of context values.
[odoo/odoo.git] / openerp / osv /
2011-08-11 Antony Lesuisse[FIX] get rid of unsued menus and submenu
2011-08-06 Antony Lesuisse[MERGE] trunk-usability-config-log-rco
2011-08-05 Raphael Collet[IMP] disable res.log when running config wizards;...
2011-07-29 gpa[FIXED] Fixed the problem keyerror id
2011-07-19 Vo Minh Thu[MERGE] import: support for comma-separated ids in...
2011-07-13 Xavier Morel[FIX] name of ordering param in read_group docstring...
2011-07-12 Vo Minh Thu[MERGE] fields.py: cleaned a bit fields.property.
2011-07-12 Antony Lesuisse[FIX] apply some merge review feeback
2011-07-12 Vo Minh Thu[IMP] fields.py: removed unused import (and cyclic...
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Vo Minh Thu[FIX] fields.property: set the m2o fields as False...
2011-07-11 Vo Minh Thu[IMP] fields.py: removed unnecessary initialization.
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] openerp/osv/fields.py: _get_defaults() and _fnct_...
2011-07-07 niv-openerp[imp] Improved modifiers algorithm to also take the...
2011-07-07 Quentin (OpenERP)[FIX] fields.py: reading and writing on ir.property...
2011-07-07 Quentin (OpenERP)[IMP] openerp/osv/fields.py: reading a property field...
2011-07-05 Vo Minh Thu[MERGE] setting a o2m to null unlinks the other side...
2011-07-05 Vo Minh Thu[REVERT] re-apply the 4 commits that were reverted...
2011-07-05 niv-openerp[merge]
2011-07-05 niv-openerp[imp] changed meaning of operation 3 on o2m to behave...
2011-07-01 Olivier Dony[IMP] fields.function: removed method=True param, added...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-07-01 Olivier Dony[REVERT] last 4 revisions on fields_view_get, need...
2011-06-30 Vo Minh Thu[IMP]: fields_view_get: respect priority of node over...
2011-06-30 niv-openerp[imp] small bug in o2m 5 improvement
2011-06-30 niv-openerp[merge]
2011-06-29 niv-openerp[imp] modified meaning of operation 5 on o2m to delete...
2011-06-28 Vo Minh Thu[REF]: fields_view_get: continuing the merge of attrs:
2011-06-27 Vo Minh Thu[MERGE] some refactoring in fields_view_get.
2011-06-27 Vo Minh Thu[MERGE] fix regression
2011-06-27 Vo Minh Thu[REF] orm: added TODOs.
2011-06-27 Olivier Dony[FIX] orm.unlink(): cascade deletion of ir.model.data...
2011-06-24 Vo Minh Thu[FIX] fields: pass around the context in the create...
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-24 Vo Minh Thu[MERGE] expression: all child_of cases can accept the...
2011-06-23 Vo Minh Thu[IMP] fields_view_get: began to handle states attr...
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-23 P. Christeasorm, tools, addons: Doc strings improvements
2011-06-22 Vo Minh Thu[MERGE] ir_model_data unlinking does not use _unlink...
2011-06-22 Vo Minh Thu[REF] fields_view_get: merge fields attributes inside...
2011-06-21 Vo Minh Thu[REF] orm: add a column_info class to represent entries...
2011-06-21 Vo Minh Thu[REF] orm/_inherits_reload: unnecessary dict.update...
2011-06-20 Vo Minh Thu[FIX] fields_view_get: corrected an error introduced...
2011-06-20 Vo Minh Thu[FIX] orm/fields_view_get: translate correctly confirm...
2011-06-20 Vo Minh Thu[REF] orm/fields_view_get: replaced simple loop by...
2011-06-20 Yogesh (OpenERP)[FIX] fix problem of improve condtion of checking key...
2011-06-20 Vo Minh Thu[FIX] orm: typo in fields_view_get.
2011-06-19 Olivier Dony[FIX] fields: function/property fields should perform...
2011-06-19 Olivier Dony[FIX] orm.fields_get: typo in last refactoring
2011-06-19 Olivier Dony[FIX] orm.fields_get: typo in last refactoring
2011-06-17 Olivier Dony[MERGE] latest trunk
2011-06-17 Vo Minh Thu[REF] fields_viw_get: trying to get something clearer...
2011-06-17 Vo Minh Thu[REF] orm: simpler `_find` function, renamed `locate`.
2011-06-17 Vo Minh Thu[REF] orm: fields_get in pieces, now with docstring.
2011-06-15 Vo Minh Thu[MERGE] orm: _auto_init made of smaller methods, use...
2011-06-15 Vo Minh Thu[MERGE] [osv: moved osv_pool to modules/registry.
2011-06-15 Vo Minh Thu[MERGE] `multi` support for function fields.
2011-06-15 Yogesh (OpenERP)[IMP] improve code.
2011-06-15 Vo Minh Thu[REF] osv: use a metaclass to discover new models.
2011-06-15 Yogesh (OpenERP)Improve code.
2011-06-15 Vo Minh Thu[MERGE] osv: db_name changed to dbname.
2011-06-15 Vo Minh Thu[LINT] removed unused variable, forgot to change two...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-06-14 Vo Minh Thu[DEL] orm: removed half-baked fix.
2011-06-14 Vo Minh Thu[REF] orm: added some comments.
2011-06-14 Vo Minh Thu[REF] orm: brake _auto_init in shorter methods.
2011-06-14 Vo Minh Thu[IMP] orm: added comment, and delete an attribute when...
2011-06-13 Yogesh (OpenERP)[IMP] improve get method of function field.
2011-06-10 Nicolas Vanhoren[MERGE] addition of name_create() ORM method for new...
2011-06-10 niv-openerp[imp] added method name_create to orm
2011-06-10 Vo Minh Thu[REF] orm: defer foreign key creation.
2011-06-08 Naresh (OpenERP)[IMP]:naming convention and added test for id,ids
2011-06-01 Yogesh (OpenERP)[FIX] fix problem of variable name.
2011-06-01 Olivier Dony[FIX] osv_memory: load config params in __init__ to...
2011-05-31 Olivier Dony[IMP] ir.rule,expression: merged improved rule computat...
2011-05-31 Olivier Dony[MERGE] merged with latest trunk
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Olivier Dony[IMP] orm: minor typo and improvement in handling of...
2011-05-27 Vo Minh Thu[IMP] osv: removed unnecessary module arg, added comments.
2011-05-27 Vo Minh Thu[FIX] osv_pool: it appears it is necessary to have...
2011-05-26 Vo Minh Thu[REF] osv:
2011-05-26 Vo Minh Thu[REF] osv: osv classes merged inside orm classes.
2011-05-26 Naresh (OpenERP)[FIX,REF]:does not support hierarchy:M2O,O2M,M2M also...
2011-05-25 Vo Minh Thu[REF] osv: factored out duplicated createInstance methods.
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-25 Vo Minh Thu[MERGE] orm: correctly store in db the translate flag.
2011-05-25 Vo Minh Thu[MERGE] merged changes from 6.0
2011-05-24 Vo Minh Thu[IMP] orm: added an assert on the return value of funct...
2011-05-23 Vo Minh Thu[MERGE] orm: at csv import, properly report lines with...
2011-05-23 Vo Minh Thu[FIX] orm: correctly store in db the translate flag:
2011-05-23 Vo Minh Thu[MERGE] res.user: fix the call to create_user:
2011-05-23 Yogesh (OpenERP)[FIX] fields.function work in multi mode for binary...
2011-05-23 Vo Minh Thu[MERGE] orm/import: proper unicode comparison.
2011-05-20 Yogesh (OpenERP)[FIX] fix import error message translation problem...
2011-05-18 Naresh (OpenERP)[FIX]:filtering does not support hierarchy
2011-05-16 Vo Minh Thu[REF] consistent, grepable ir.values object naming.
2011-05-12 Vo Minh Thu[MERGE] orm: pass the context around.
2011-05-19 Vo Minh Thu[REF] osv, modules/__init__cosmetic renaming, added...
next