[FIX] Uncaught TypeError: Cannot read property 'attrs' of undefined

bzr revid: fka@tinyerp.com-20121107090944-wvkq0e22v1jxyn2s
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-11-07 14:39:44 +05:30
parent b46e7bd961
commit b408081195
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ class account_move_line(osv.osv):
'move_id': 40,
}
document = etree.Element('tree', string=title, editable="top",
document = etree.Element('tree', string=title,
on_write="on_create_write",
colors="red:state=='draft';black:state=='valid'")
fields_get = self.fields_get(cr, uid, flds, context)