bzr revid: stephane@openerp.com-20100330164100-b939l3qnx9syqffk
This commit is contained in:
Stephane Wirtel 2010-03-30 18:41:00 +02:00
commit 0f51cf639b
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ form: module.record_id""" % (xml_id,)
def ref(str_id):
return self.id_get(cr, None, str_id)
context=eval(context)
domain=eval(domain)
res = {
'name': name,