[FIX] tools/config: default values always override the config files:
[odoo/odoo.git] / openerp /
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 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 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__:
2011-05-10 Vo Minh Thu[FIX] db.get_progress was broken:
2011-05-10 Vo Minh Thu[REF] modules.__init__: combined _load_data and _load_xml:
2011-05-19 Vo Minh Thu[REF] it seems ok to get the ir.module.module model...
2011-05-10 Vo Minh Thu[REF] modules.__init__:
2011-05-19 Vo Minh Thu[REF] osv, modules/__init__cosmetic renaming, added...
2011-05-09 Vo Minh Thu[MERGE] check the type of the timezone parameter (preve...
2011-05-09 Naresh (OpenERP)[IMP]:moved from misc to config file and allowed the...
2011-05-09 Xavier Morel[IMP] fix wording of read_group documentation
2011-05-09 Vo Minh Thu[MERGE] report_sxw: raise an exception, not a string.
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-05-06 Naresh (OpenERP)[IMP]:add logger warning to notify the user for incorre...
2011-05-06 Olivier Dony[MERGE] merged latest fixes from 6.0, up to revision...
2011-05-05 Naresh (OpenERP)[FIX]:AttributeError
2011-05-03 Naresh (OpenERP)[FIX]:orphan exception:(from XRG's commit)
2011-05-03 Raphael Collet[FIX] in submenu panel: set parent_id in new submenus
2011-04-29 AVP(Axelor)[REF] code improvement
2011-04-29 Vo Minh Thu[FIX] forgot to add new file.
2011-04-28 Olivier Dony[MERGE] merged latest fixed from 6.0
2011-04-28 Vo Minh Thu[REF] separate/expose some code.
2011-04-26 Vo Minh Thu[MERGE] merged fix for default search view.
2011-04-26 Vo Minh Thu[MERGE] merged nch branch to add the model in the xml...
2011-04-26 Vo Minh Thu[MERGE] merge nch fix for report window title
2011-04-26 Vo Minh Thu[MERGE] merged nch fix for the help tool tip missing...
2011-04-21 Naresh (OpenERP)[IMP]:optimization
2011-04-21 Naresh (OpenERP)[FIX]:added missing of parsing of 'help' attribute...
2011-04-21 Naresh (OpenERP)[IMP]:added model name in the list view for ir.actions...
2011-04-21 Naresh (OpenERP)[FIX]:printscreen report Title not getting translated...
2011-04-21 Husen DaudiFixed shortcut menu updation
2011-04-21 Husen Daudiimproved usability
next