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

13 lines
324 B
Plaintext

# 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):
_columns = {
'name': fields.char(),
+ 'biography': fields.html(),
}