odoo/addons/portal/wizard
Martin Trigaux 90f7eaa094 [FIX] portal: avoid errors during autovacuum
When the cron for autovacuum runs, the osv_memory objects are deleted. The portal.wizard.user object has a required field (wizard_id) linked to another osv_memory object (portal.user) which causes a traceback when the cron tries to delete portal.user object before the portal.wizard.user. opw 609918
2014-07-07 17:12:27 +02:00
..
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
portal_wizard.py [FIX] portal: avoid errors during autovacuum 2014-07-07 17:12:27 +02:00
portal_wizard_view.xml [IMP] portal: remove goodbye message 2012-09-28 14:37:04 +02:00
share_wizard.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
share_wizard_view.xml [IMP] portal: remove groups Portal Officer and Portal Manager 2012-09-14 15:21:13 +02:00