[FIX] Temporary fix for xmlid

bzr revid: fme@openerp.com-20131014100753-3pk226p4gsa6zrec
This commit is contained in:
Fabien Meghazi 2013-10-14 12:07:53 +02:00
parent f54ee57a3d
commit 9cf7418b18
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ class QWeb(orm.AbstractModel):
v['__caller__'] = stack[-1]
stack.append(tname)
v['__stack__'] = stack
v['xmlid'] = str(stack[0]) # Temporary fix
return self.render_node(self.get_template(tname, v), v)
def render_node(self, e, v):