[MERGE] feature branch for assets management
[odoo/odoo.git] / openerp /
2011-06-20 Vo Minh Thu[IMP] netsvc+ir_cron: display the execution time in...
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] res_user: de-duplicate usernames for warning...
2011-06-19 Olivier Dony[FIX] res_user: typo when deleting group with more...
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-18 Launchpad Translat... Launchpad automatic translations update.
2011-06-17 Olivier Dony[MERGE] latest trunk
2011-06-17 Olivier Dony[ADD] tools.misc: UnquoteEvalContext, for funky domain...
2011-06-17 Olivier Dony[FIX] netsv: don't try to post_mortem exception which...
2011-06-17 Vo Minh Thu[REF] fields_viw_get: trying to get something clearer...
2011-06-17 Quentin (OpenERP)[MERGE] usability on res.users
2011-06-17 Quentin (OpenERP)[IMP] ir.actions.todo.category: added translate=True...
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-17 mayur maheshwari... [IMP]base:Change a language tooltip
2011-06-16 mayur maheshwari... [IMP]base:Improvement is Done in tooltip
2011-06-16 Vo Minh Thu[MERGE] OSX handling of socket shutdown.
2011-06-16 Xavier Morel[IMP] OSX handling of socket shutdown in TinySocketClie...
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 Quentin (OpenERP)[MERGE] ir_actionsi_todo: improvement of action_launch...
2011-06-15 Vo Minh Thu[DEL] ir_board: removed unused module.
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-15 Launchpad Translat... Launchpad automatic translations update.
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-14 Quentin (OpenERP)[IMP] safe_eval: added min() in usable functions
2011-06-14 fp[IMP] report engine: added possibility to use styles...
2011-06-13 Yogesh (OpenERP)[IMP] improve get method of function field.
2011-06-13 aag (OpenERP)[IMPBase:Improve method def action_launch
2011-06-14 Naresh (OpenERP)[FIX]:The pdf when printing workflow was always showing...
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-10 Vo Minh Thu[MERGE] ir_values: added asserts on the models argument...
2011-06-10 P. Christeasir.values: whitespace cleaning, put assertions on arg...
2011-06-09 Vo Minh Thu[ADD] openerp/netsvc: use cgitb to format the exception...
2011-06-08 Vo Minh Thu[MERGE] res/partner/crm: removed unused code.
2011-06-08 Vo Minh Thu[MERGE] ir_translation: lang field selection only displ...
2011-06-08 Antony Lesuisse[IMP] ir_translation only display installed lang, conte...
2011-06-08 Yogesh (OpenERP)Remove unused code.
2011-06-08 aag (OpenERP)[IMP]base: access Rule for ir.actions.todo.category...
2011-06-08 aag (OpenERP)[IMP]base: acess Rule for ir.actions.todo.category...
2011-06-08 Quentin (OpenERP)[MERGE] merged aag branch with data for ir.actions...
2011-06-08 Naresh (OpenERP)[IMP]:naming convention and added test for id,ids
2011-06-07 Launchpad Translat... Launchpad automatic translations update.
2011-06-06 Vo Minh Thu[MERGE] use drawCentredString instead of drawString...
2011-06-06 Vo Minh Thu[MERGE] res_widget: remove res.widget.user entries...
2011-06-06 Vo Minh Thu[REF] res_company: as part of the previous commit:
2011-06-06 Vo Minh Thu[MERGE] "%s" % a + b should be "%s" % (a + b).
2011-06-06 Vo Minh Thu[FIX] netrpc_server: close as soon as possible the...
2011-06-06 aag (OpenERP)[IMP]Base:In obj ir.actions.todo.category add one...
2011-06-05 P. Christeasyaml_import: fix ambiguous syntax at end of report
2011-06-03 aag (OpenERP)[IMP]base:Tools / Customization -5
2011-06-03 Vo Minh Thu[REF] res_lang: removed unused variable.
2011-06-03 aag (OpenERP)[IMP]base:Add catg Sales Management -5
2011-06-03 aag (OpenERP)[IMP]base_setup:Configure Your Interface in Administrat...
2011-06-01 Antony Lesuisse[IMP] ir_translation only display installed lang, 10...
2011-06-01 Olivier Dony[IMP] base: update ir.rule tests for new combination...
2011-06-01 Olivier Dony[FIX] ir.rule: must eval the rule domain as user, but...
2011-06-01 Olivier Dony[IMP] ir.rule: local rules will be combined with OR...
2011-06-01 Vo Minh Thu[ADD] tools/config: started tests.
2011-06-01 Vo Minh Thu[FIX] modules/loading: revert a change where db.initial...
2011-06-01 Olivier Dony[IMP] ir.ui.view.custom: order by create_date descending
2011-06-01 Yogesh (OpenERP)[FIX] fix problem of variable name.
2011-06-01 Vo Minh Thu[FIX] tools/config: properly cast config file values.
2011-06-01 aag (OpenERP)[ADD]Base_setup :Configure Your Interface- add to Admin...
2011-06-01 Olivier Dony[FIX] test_osv_expression: fixed for new normalization API
2011-06-01 Olivier Dony[FIX] osv_memory: load config params in __init__ to...
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Vo Minh Thu[REF] openerp/report/render/render.py: removed silly...
2011-05-31 Olivier Dony[IMP] ir.rule,expression: merged improved rule computat...
2011-05-31 Olivier Dony[FIX] res.partner.bank.type: everyone should be able...
2011-05-31 Olivier Dony[MERGE] merged with latest trunk
2011-05-31 Vo Minh Thu[FIX] tools/config: default values always override...
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Xavier Morel[IMP] @editable on forms and fields is nonsense, on...
2011-05-31 Olivier Dony[IMP] ir.model.data: remove obsolete _unlink() and...
2011-05-31 Olivier Dony[IMP] orm: minor typo and improvement in handling of...
2011-05-31 Olivier Dony[IMP] convert: remove now useless call to ir.model...
2011-05-31 Launchpad Translat... Launchpad automatic translations update.
2011-05-30 Vo Minh Thu[MERGE] osv: osv classes merged inside orm classes.
2011-05-30 Yogesh (OpenERP)[FIX] Company partner name print in center in header...
2011-05-30 Launchpad Translat... Launchpad automatic translations update.
2011-05-27 Vo Minh Thu[FIX] osv/ir_model: forgot to remove the module arg...
2011-05-27 Vo Minh Thu[IMP] osv: removed unnecessary module arg, added comments.
next