odoo/bin/addons/base/ir
Mantavya Gajjar 37d200a06d [IMP]: improve object view
bzr revid: mga@tinyerp.com-20100720140935-0idib3q47ekcl3zm
2010-07-20 19:39:35 +05:30
..
wizard [FIX] Custom Objects with x_name field 2010-04-19 23:01:17 +02:00
workflow [IMP] workflow: remove useless cr.commit() calls, commit is done by server during addons init, and anyway if it is part of an RPC transaction it would be commited too at end of transaction. One should never commit explicitly unless you have created your own cursor or you are in the server and you know what you are doing. 2010-07-12 16:20:35 +02:00
__init__.py [ADD]: Added new class ir_filters 2010-05-14 11:52:12 +05:30
ir.xml [IMP]: improve object view 2010-07-20 19:39:35 +05:30
ir_actions.py [IMP]:added help for display_help field 2010-07-06 18:59:39 +05:30
ir_attachment.py ir.attachment: Index on res_model,res_id 2010-06-27 23:00:16 +03:00
ir_board.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
ir_cron.py [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing 2010-05-04 00:49:53 +01:00
ir_default.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
ir_exports.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
ir_filters.py [IMP]:ir.filters instead of ir.act.windows 2010-06-24 18:57:51 +05:30
ir_model.py [IMP] orm.fields_get: renamed read_access parameter to write_access, reflecting its real usage. Also cleaned up some mess leftover by commit 1338 in orm.field_get_keys() + other cleanup 2010-07-12 16:15:13 +02:00
ir_report_custom.py [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing 2010-05-04 00:49:53 +01:00
ir_rule.py [FIX] base: clear ir.rule cache at user modification 2010-06-10 16:57:22 +02:00
ir_sequence.py [IMP] better view, no NULL value for int and float 2010-04-18 22:07:32 +02:00
ir_translation.py [FIX] server/ir_translation: don't commit when updating translations, to preserve transactions\! 2010-07-05 14:32:08 +02:00
ir_ui_menu.py [IMP]:enforce recrusivity constraint on menu 2010-07-19 17:04:29 +05:30
ir_ui_view.py [FIX] Default view arch corrected 2010-06-15 11:38:47 +05:30
ir_values.py [FIX] base: cleanup debugging code mistakenly checked in 2010-06-28 11:36:29 +02:00