[FIX] project: set the right sql view

bzr revid: stw@openerp.com-20121012135429-xjic1fcwcp0e9upj
This commit is contained in:
Stephane Wirtel 2012-10-12 15:54:29 +02:00
parent 220c26160a
commit 2064311302
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ class project_task_history_cumulative(osv.osv):
}
def init(self, cr):
tools.drop_view_if_exists(cr, 'report_event_registration')
tools.drop_view_if_exists(cr, 'project_task_history_cumulative')
cr.execute(""" CREATE VIEW project_task_history_cumulative AS (
SELECT