[TEMP] embed original expression in output to reverse correctly

bzr revid: xmo@openerp.com-20130910143345-es9vbvxlfq5sra6h
This commit is contained in:
Xavier Morel 2013-09-10 16:33:45 +02:00
parent 59734d3e34
commit 5bd3396023
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ class QWebXml(object):
('data-oe-id', str(record.id)),
('data-oe-field', field),
('data-oe-type', field_type),
('data-oe-expression', t_att['field']),
]
)
except AttributeError: