odoo/openerp/addons/base/ir
Fabien Meghazi 06e6bf71cc [IMP] Always update src to the last value
bzr revid: fme@openerp.com-20120903155408-9agsj0y8y6g7ydsj
2012-09-03 17:54:08 +02:00
..
report [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
wizard [IMP]Remove type field from the view 2012-08-07 18:21:38 +05:30
workflow [MERGE] diagram view label 2012-08-19 14:46:31 +02:00
__init__.py [IMP] uninstall: use a dedicated table for many2many relationships instead of overlaoding ir.model.data. 2012-06-01 17:34:49 +02:00
ir.xml [IMP] Put some translation editable list fields readonly 2012-09-03 17:21:49 +02:00
ir_actions.py [REF] Replace the user id 1 by openerp.SUPERUSER_ID 2012-08-31 15:53:09 +02:00
ir_attachment.py [IMP] base : Improved the typos. 2012-04-23 17:52:20 +05:30
ir_config_parameter.py [REF] Replace the user id 1 by openerp.SUPERUSER_ID 2012-08-31 15:53:09 +02:00
ir_config_parameter_view.xml [IMP]Remove type field from the view 2012-08-07 18:21:38 +05:30
ir_cron.py [IMP] logging: _logger.log(DEBUG) replaced by _logger.debug(). 2012-02-02 10:21:05 +01:00
ir_default.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
ir_exports.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
ir_filters.py [IMP] ir.filters: default user_id = uid ; comment about cryptic code 2012-05-16 18:31:22 +02:00
ir_filters.xml [IMP]Remove type field from the view 2012-08-07 18:21:38 +05:30
ir_mail_server.py [FIX] usa fix 2012-06-25 19:14:14 +05:30
ir_model.py [FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling twice __init__ caused the _rec_name to be `name` which does not exist on a custom model, and caused the assert on the _rec_name to fail. 2012-08-24 12:42:42 +02:00
ir_model_constraint.py [FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making sure the protected resource is not deleted if still referenced elsewhere). 2012-08-24 10:52:01 +02:00
ir_model_relation.py [FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making sure the protected resource is not deleted if still referenced elsewhere). 2012-08-24 10:52:01 +02:00
ir_needaction.py [FIX] get_needaction_user_ids: returns a list, not a set. 2012-07-02 16:57:27 +02:00
ir_rule.py [REF] Replace the user id 1 by openerp.SUPERUSER_ID 2012-08-31 15:53:09 +02:00
ir_sequence.py [IMP] openerp.addons.base: _logger with fully qualified module name. 2012-01-24 12:47:30 +01:00
ir_translation.py [IMP] Always update src to the last value 2012-09-03 17:54:08 +02:00
ir_ui_menu.py [REF] Replace the user id 1 by openerp.SUPERUSER_ID 2012-08-31 15:53:09 +02:00
ir_ui_view.py [IMP] ir_ui_view: somewhat better `type` functional field implementation. 2012-08-14 12:00:49 +02:00
ir_values.py [MERGE] from trunk 2012-04-03 10:27:43 +02:00
osv_memory_autovacuum.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00