[REF] osv: use a metaclass to discover new models.
[odoo/odoo.git] / openerp /
2011-06-15 Vo Minh Thu[REF] osv: use a metaclass to discover new models.
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-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-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-05 P. Christeasyaml_import: fix ambiguous syntax at end of report
2011-06-03 Vo Minh Thu[REF] res_lang: removed unused variable.
2011-06-01 Antony Lesuisse[IMP] ir_translation only display installed lang, 10...
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 Vo Minh Thu[FIX] tools/config: properly cast config file values.
2011-05-31 Vo Minh Thu[REF] openerp/report/render/render.py: removed silly...
2011-05-31 Vo Minh Thu[FIX] tools/config: default values always override...
2011-05-31 Xavier Morel[IMP] @editable on forms and fields is nonsense, on...
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.
2011-05-27 Raphael Collet[FIX] remove res.widget.user entries when user deleted
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-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[FIX] ir: forgot to remove the parent module openerp.ir.
2011-05-25 Vo Minh Thu[MERGE] merged trunk
2011-05-25 Vo Minh Thu[MERGE] merged changes from 6.0
2011-05-25 Vo Minh Thu[MERGE] don't assign a reused node.text value.
2011-05-25 Vo Minh Thu[MERGE] added Ugandan Shilling and changed the CFA...
2011-05-24 Vo Minh Thu[MERGE] ir_cron: expose the method (that can be extende...
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] ir.values: make sure we return the user-specifi...
2011-05-23 Vo Minh Thu[MERGE] res.user: fix the call to create_user:
2011-05-23 Vo Minh Thu[MERGE] merged trunk.
2011-05-23 Vo Minh Thu[MERGE] orm/import: proper unicode comparison.
2011-05-23 Launchpad Translat... Launchpad automatic translations update.
2011-05-20 Yogesh (OpenERP)[FIX] fix import error message translation problem...
2011-05-20 Yogesh (OpenERP)fix
2011-05-20 Yogesh (OpenERP)[FIX] add symbol of UGX currency.
2011-05-19 Nimesh (Open ERP)[FIX] image display in every row in report.
2011-05-19 Yogesh (OpenERP)[ADD] add UGX currency data in base_data.xml file.
2011-05-19 Vo Minh Thu[REF] ir.ir_{set,get,del}: removed openerp.ir:
2011-05-19 Vo Minh Thu[REF] moved openerp/registry/manager.py => openerp...
2011-05-18 Vo Minh Thu[REF] ir_values:
2011-05-18 Yogesh (OpenERP)[ADD] add yml test case file of add user using configur...
2011-05-17 Vo Minh Thu[IMP] ir_value: forgot to add some comment.
2011-05-17 Vo Minh Thu[Fix] Set default value for current login user
2011-05-17 Vo Minh Thu[FIX] res_lang: when testing if there is some default...
2011-05-17 Vo Minh Thu[REF] simplified init_db/load_modules:
2011-05-17 Yogesh (OpenERP)[FIX] add user using configuration wizard.
2011-05-16 Vo Minh Thu[REF] consistent, grepable ir.values object naming.
2011-05-16 Vo Minh Thu[IMP] res_lang: removed unneeded itertools import.
2011-05-16 Vo Minh Thu[IMP] res_lang: using a regex instead of custom function,
2011-05-16 Vo Minh Thu[FIX] forgot to actually replace the function call...
2011-05-16 Vo Minh Thu[FIX]: dont use the leading non-digits when splitting...
2011-05-16 Vo Minh Thu[MERGE] merged trunk.
2011-05-14 Launchpad Translat... Launchpad automatic translations update.
2011-05-13 Vo Minh Thu[MERGE] slightly improved log message for cron jobs.
2011-05-13 Jacques-Etienne... [FIX] removed unused imports, unused depth definition...
2011-05-13 Vo Minh Thu[MERGE] yml test: more explicit message when some data...
2011-05-13 Vo Minh Thu[MERGE] multiple addons paths on the command line.
2011-05-13 Naresh (OpenERP)[IMP]:moved the logger exception before raise
2011-05-13 RGA (OpenERP)[Fix] Set default value for current login user
2011-05-13 Naresh (OpenERP)[IMP]:ValueError Message when running a YAML test that...
2011-05-13 Vo Minh Thu[FIX] fix bad copy/paste.
2011-05-13 Vo Minh Thu[FIX] res_lang: the string to format cannot be empty.
2011-05-12 Vo Minh Thu[MERGE] --i18n-overwrite can be used with --update.
2011-05-12 Vo Minh Thu[MERGE] orm: pass the context around.
2011-05-12 Vo Minh Thu[REF] ir_ui_menu: _get_image_icon simplified, more...
2011-05-12 Vo Minh Thu[MERGE] ir.ui.menu form view: set parent_id in new...
2011-05-12 Vo Minh Thu[REF] pooler code goes in openerp.registry.manager.
2011-05-12 Launchpad Translat... Launchpad automatic translations update.
2011-05-11 Vo Minh Thu[REF] renamed modules.__init__ to modules.loading.
2011-05-11 Vo Minh Thu[REF] module code goes into openerp.modules.module.
2011-05-11 Vo Minh Thu[REF] openerp.modules: migration manager code moved...
2011-05-11 Jacques-Etienne... [IMP] logging of rpc calls and cron jobs
2011-05-11 Vo Minh Thu[REF] moved graph code from modules.__init__ to modules...
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-11 Vo Minh Thu[REF] module info (descriptor) dictionary default value...
2011-05-11 Vo Minh Thu[REF] modules.__init__:
next