odoo/bin/addons/base/ir
nch@tinyerp.com e56c9e1278 [REV]
bzr revid: nch@tinyerp.com-20100728071723-6u3j5pmd194noris
2010-07-28 12:47:23 +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 [FIX]:changed char to text :In Manage filters, the field Domain Value and context is limited to 250 characters making it impossible to use a saved filter of more than 250 characters 2010-07-23 11:47:04 +05:30
ir_actions.py [REV] 2010-07-28 12:47:23 +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 [FIX]:changed char to text :In Manage filters, the field Domain Value and context is limited to 250 characters making it impossible to use a saved filter of more than 250 characters 2010-07-23 11:47:04 +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] Translation should not fail if lang=False is passed anyhow 2010-07-26 18:30:52 +05:30
ir_ui_menu.py [IMP]:enforce recrusivity constraint on menu 2010-07-19 17:04:29 +05:30
ir_ui_view.py [FIX] stray debugging raise 2010-07-27 17:18:57 +02:00
ir_values.py [FIX] base: cleanup debugging code mistakenly checked in 2010-06-28 11:36:29 +02:00