odoo/openerp/addons/base/ir
Laurent Mignon 6788edcdd0 [FIX] ir_cron: use the same search criteria as when listing job to excecyte when acquiring the ock on the job before its execution to prevent running already executed job
Backport of fix made in trunk
2014-06-05 18:59:03 +02:00
..
report [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
wizard [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
workflow [FIX] base: print workflow now displays the transition where the workflow instance is stuck 2014-01-14 18:05:29 +01:00
__init__.py [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_actions.py [FIX] ir.actions.server: remove stupid restriction on model names 2014-01-07 18:20:10 +01:00
ir_actions.xml [IMP] ir_actions add a server action to run config wizards 2012-12-05 17:00:15 +01:00
ir_attachment.py [FIX]ir_attachement: not self.pool.get(model) instead of model not in self.pool 2013-12-06 18:36:02 +01:00
ir_attachment_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_config_parameter.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_config_parameter_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_cron.py [FIX] ir_cron: use the same search criteria as when listing job to excecyte when acquiring the ock on the job before its execution to prevent running already executed job 2014-06-05 18:59:03 +02:00
ir_cron_view.xml [FIX] ir.cron: cron list makes inactive cron jobs hard to spot 2013-01-07 18:17:20 +01:00
ir_default.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_exports.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_fields.py [IMP] ir_fields: no need to sanitize the _str_to_html as it is already done in the _symbol_set of html fields. This avoids doing twice the sanitization. 2014-02-06 10:46:28 +01:00
ir_filters.py [IMP] ir_filers: added an order in the construction of the list of available models 2013-02-20 11:34:59 +01:00
ir_filters.xml [FIX] ir_filter fix views 2013-02-01 17:44:00 +01:00
ir_mail_server.py [FIX] ir.mail.server: improve support for user names with emails 2013-09-18 16:38:07 +02:00
ir_mail_server_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_model.py uninstall: avoid errors during uninstall 2014-06-05 12:52:11 +02:00
ir_model_view.xml [FIX] Removes the limit of 64 characters from additional text fields added via the interface 2013-03-27 14:23:35 +01:00
ir_needaction.py [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
ir_rule.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
ir_rule_view.xml [IMP] ir.rule better filters 2012-11-27 22:06:09 +01:00
ir_sequence.py [FIX] ir.sequence: add a proper default value for number_next_actual (0 is disallowed by default) + avoid error when trying to alter a sequence during creation 2013-05-17 20:15:14 +02:00
ir_sequence_view.xml [FIX]ir_sequence: only execute a change on postgresql sequence when really needed and add a field to get an approximation of the current next_number. 2013-05-17 14:43:28 +02:00
ir_translation.py [FIX] ir, ir_translation: it was not possible to empty the source of a translation, or this is sometime something that we want 2013-11-21 14:23:05 +01:00
ir_translation_view.xml [FIX] ir.translation: search view should use the stored `src` colum, the `source` function is meant for edition only 2014-01-15 13:10:21 +01:00
ir_ui_menu.py [FIX] ir.ui.menu: safer eval of action contexts when computing needaction 2013-05-07 12:40:25 +02:00
ir_ui_menu_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_ui_view.py [FIX] ir.ui.view: properly validate newly created inheriting views 2013-09-12 16:10:18 +02:00
ir_ui_view_view.xml [IMP] ir_ui_view search 2012-12-19 00:52:13 +01:00
ir_values.py [FIX] ir_values: try to evaluate the given expression before saving it in pickle form (opw 607398) 2014-05-09 15:04:12 +02:00
ir_values_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
osv_memory_autovacuum.py [FIX]Autovacuum force true 2013-01-21 16:03:18 +01:00
osv_memory_autovacuum.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00