[FIX]: fix a problem for the date_pool variable

bzr revid: mga@tinyerp.com-20100730131747-yyq0vedvqaax8ngo
This commit is contained in:
Mantavya Gajjar 2010-07-30 18:47:47 +05:30
parent ac56c74c8c
commit f41257d03a
1 changed files with 3 additions and 2 deletions

View File

@ -115,6 +115,7 @@ class account_installer(osv.osv_memory):
obj_acc_template = self.pool.get('account.account.template')
obj_fiscal_position_template = self.pool.get('account.fiscal.position.template')
obj_fiscal_position = self.pool.get('account.fiscal.position')
data_pool = self.pool.get('ir.model.data')
company_id = self.pool.get('res.users').browse(cr, uid, [uid], context)[0].company_id
seq_journal = True