Skip to content

Commit b20b060

Browse files
authored
Merge pull request #6 from oscars8a/develop
[FIX] HTML to Html field constructor
2 parents 6c40fad + f93963e commit b20b060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"odoo_field_html": {
119119
"prefix": "ofhtml",
120120
"body": [
121-
"${1:new_field} = fields.HTML(string='${2}')",
121+
"${1:new_field} = fields.Html(string='${2}')",
122122
"$0"
123123
],
124124
"description": "Add new field of type HTML"

0 commit comments

Comments
 (0)