[FIX] account: @refresh attribute does not exist for tree views

bzr revid: odo@openerp.com-20120614145023-iffj1kfkz5vmoatw
This commit is contained in:
Olivier Dony 2012-06-14 16:50:23 +02:00
parent 8c01d7ba59
commit 452d1e5ee6
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ class account_move_line(osv.osv):
}
document = etree.Element('tree', string=title, editable="top",
refresh="5", on_write="on_create_write",
on_write="on_create_write",
colors="red:state=='draft';black:state=='valid'")
fields_get = self.fields_get(cr, uid, flds, context)
for field, _seq in fld: