Launchpad automatic translations update.
[odoo/odoo.git] / openerp / osv /
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-22 Vo Minh Thu[MERGE] ir_model_data unlinking does not use _unlink...
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] 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...
2011-05-09 Xavier Morel[IMP] fix wording of read_group documentation
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-29 AVP(Axelor)[REF] code improvement
2011-04-28 Olivier Dony[MERGE] merge latest trunk
2011-04-26 Vo Minh Thu[MERGE] merged fix for default search view.
2011-04-21 Naresh (OpenERP)[IMP]:optimization
2011-04-20 Naresh (OpenERP)[FIX]:help defined in xml view was not considered for...
2011-05-19 Vo Minh Thu[REF] osv_pool cleaning:
2011-04-27 Vo Minh Thu[IMP] orm: check for object _name validity.
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-04-18 Vo Minh Thu[REF] osv.py: removed unused variable class_pool.
2011-04-11 Olivier Dony[MERGE] merged latest fixes from 6.0 - up to rev 3399
2011-04-08 Olivier Dony[MERGE] merged latest trunk
2011-04-06 Vo Minh Thu[MERGE] merged 6.0.
2011-03-29 Olivier Dony[MERGE] merged latest trunk
2011-03-29 Olivier Dony[FIX] orm,ir.model: add eval of domain for relationship...
2011-03-24 Olivier Dony[FIX] ir.rule,expression: domain expressions must be...
2011-03-24 Vo Minh Thu[REF] renamed openerp-server.py to openerp-server.
2011-03-22 Vo Minh Thu[MERGE] merged the 6.0 branch.
2011-03-15 Olivier Dony[MERGE] merged fix for osm_memory.read() of m2o fields...
2011-02-21 Olivier Dony[IMP] orm.fields_view_get: allow passing a view_id...
2011-02-21 Olivier Dony[MERGE] merged latest fixes from 6.0 branch up to rev...
2011-02-08 Olivier Dony[MERGE] merged latest 6.0 fixes up to rev 3339
2011-02-08 Vo Minh Thu[MERGE] merge of the openerp python module branch.
2011-02-07 Vo Minh Thu[IMP] openerp python module.