We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0047125 commit dd53dc6Copy full SHA for dd53dc6
README.md
@@ -117,6 +117,7 @@ Below is a list of all available snippets.
117
| `obtn` | Add Odoo button |
118
| `obtnbox` | Add Button Box on View |
119
| `ofield` | Add Field on View |
120
+| `odata` | Add data tag on View |
121
122
## Contributing
123
snippets/xml.json
@@ -402,5 +402,17 @@
402
"<field name=\"${0:name}\"/>"
403
],
404
"description": "Create Field"
405
+ },
406
+ "odoo_data": {
407
+ "prefix": "odata",
408
+ "body": [
409
+ "<odoo>",
410
+ "\t<data noupdate=\"${1:1}\"/>",
411
+ "\t\t<!-- Add you code here -->",
412
+ "\t\t${0}",
413
+ "\t</data>",
414
+ "</odoo>"
415
+ ],
416
+ "description": "Create Data Tag"
417
}
418
0 commit comments