odoo/doc/howto/howto_website/ta-html-biography

13 lines
324 B
Plaintext
Raw Normal View History

2014-01-29 16:51:27 +00:00
# HG changeset patch
# Parent 8cbdbbeaf1d89c9a4e4d03e2392ddcc79a648206
diff --git a/models/my_model.py b/models/my_model.py
--- a/models/my_model.py
+++ b/models/my_model.py
@@ -6,4 +6,5 @@ class TeachingAssistants(orm.Model):
2014-01-29 16:51:27 +00:00
_columns = {
'name': fields.char(),
+ 'biography': fields.html(),
}