odoo/openerp/addons/base/ir
Olivier Dony 09ba29883c [FIX] ir.translation: typo in last sync with trunk
bzr revid: odo@openerp.com-20120911135254-uqi1s4n8qh0e3d1y
2012-09-11 15:52:54 +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 [MERGE] sync with trunk 2012-09-06 00:01:58 +02:00
ir_actions.py [MERGE] Merged with server/trunk. 2012-09-03 10:19:49 +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 [IMP] ir.needaction: made the model Abstract. Fixed a bug when inheriting from AbstractModels: _auto (to create a database for the model) was not correctly set. 2012-09-04 12:32:42 +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 [FIX] Fixed last commit, about removing check_read/write/unlink/create: those methods were used, propagated the changes :) . 2012-08-22 13:16:13 +02:00
ir_translation.py [FIX] ir.translation: typo in last sync with trunk 2012-09-11 15:52:54 +02:00
ir_ui_menu.py [MERGE] Merged with server/trunk. 2012-09-03 10:19:49 +02:00
ir_ui_view.py [IMP] ir.ui.view: filter inheriting views based on groups 2012-08-29 15:37:32 +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