diff --git a/snippets/python.json b/snippets/python.json index 3a5cd11..df542d9 100644 --- a/snippets/python.json +++ b/snippets/python.json @@ -118,7 +118,7 @@ "odoo_field_html": { "prefix": "ofhtml", "body": [ - "${1:new_field} = fields.HTML(string='${2}')", + "${1:new_field} = fields.Html(string='${2}')", "$0" ], "description": "Add new field of type HTML"