[IMP] removed remaining method=True params from fields.function
[odoo/odoo.git] / openerp /
2011-07-05 Vo Minh Thu[REVERT] re-apply the 4 commits that were reverted...
2011-07-02 Launchpad Translat... Launchpad automatic translations update.
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 Xavier Morel[IMP] view_id should really be a m2o-style pair of...
2011-06-30 Xavier Morel[FIX] view_id should be a scalar
2011-06-29 Olivier Dony[FIX] netsvc: corrected copyright header
2011-06-28 Vo Minh Thu[MERGE] netsvc+ir_cron: display the execution time...
2011-06-28 Vo Minh Thu[REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done...
2011-06-28 Vo Minh Thu[REF]: fields_view_get: continuing the merge of attrs:
2011-06-28 Launchpad Translat... Launchpad automatic translations update.
2011-06-27 Vo Minh Thu[IMP] netsvc: even uglier logging code.
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-27 Launchpad Translat... Launchpad automatic translations update.
2011-06-24 Vo Minh Thu[FIX] fields: pass around the context in the create...
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Vo Minh Thu[FIX] corrected a test giving warning from the previous...
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-24 Vo Minh Thu[MERGE] res_lang: set the default lang for both partner...
2011-06-24 Vo Minh Thu[MERGE] expression: all child_of cases can accept the...
2011-06-24 Naresh (OpenERP)[FIX]:shortcuts are reverted back to their original...
2011-06-23 Vo Minh Thu[FIX] netsvc: revert introduction of cgitb
2011-06-23 Vo Minh Thu[FIX] res_lang: set the default lang for both partner...
2011-06-23 Vo Minh Thu[IMP] fields_view_get: began to handle states attr...
2011-06-23 P. ChristeasAPI doc: move settings file from bin/ to openerp/
2011-06-23 P. ChristeasAPI docs: docstring for report/printscreen/ps_form.py
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
2011-06-23 P. Christeasnetsvc: API doc title and docstring fixes
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-23 P. Christeassql_db: docstrings
2011-06-23 P. Christeastools.which: docstring fix
2011-06-23 P. Christeastools.graph: cleanup docstrings
2011-06-23 P. Christeastools.func: docstrings
2011-06-23 P. Christeasamount-to-text: docstrings
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-07-01 Launchpad Translat... Launchpad automatic translations update.
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-21 Vo Minh Thu[REF] netsvc+ir_cron: removed unnecessary getLogger...
2011-06-20 Vo Minh Thu[YEAH]
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 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-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 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-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 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...
next