odoo/doc/howto/howto_website/ta-t-field

16 lines
500 B
Plaintext
Raw Normal View History

2014-01-29 16:51:27 +00:00
# HG changeset patch
# Parent 9d054be011cf2d3019e3b4d1be7cc95375044a05
2014-02-07 14:07:07 +00:00
2014-01-29 16:51:27 +00:00
diff --git a/views/templates.xml b/views/templates.xml
--- a/views/templates.xml
+++ b/views/templates.xml
@@ -35,7 +35,7 @@
<div class="oe_structure"/>
<div class="oe_structure">
<div class="container">
- <h1><t t-esc="ta.name"/></h1>
+ <h1 t-field="ta.name"/>
2014-01-29 16:51:27 +00:00
</div>
</div>
<div class="oe_structure"/>