Skip to content

Commit 0725b50

Browse files
committed
Simplify odoo data tag
1 parent 0e80c1a commit 0725b50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

snippets/xml.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,13 +424,10 @@
424424
"odoo_data": {
425425
"prefix": "odata",
426426
"body": [
427-
"<?xml version='1.0' encoding='utf-8'?>",
428-
"<odoo>",
429427
"\t<data noupdate=\"${1:1}\">",
430428
"\t\t<!-- Add you code here -->",
431429
"\t\t${0}",
432-
"\t</data>",
433-
"</odoo>"
430+
"\t</data>"
434431
],
435432
"description": "Create Data Tag"
436433
},

0 commit comments

Comments
 (0)