Skip to content

Commit 504c30b

Browse files
committed
Add Odoo template tag
1 parent 0725b50 commit 504c30b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

snippets/xml.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,5 +452,14 @@
452452
"\t\tname=\"${6:module_name}.${7:template_name}\"/>"
453453
],
454454
"description": "Create report tag"
455+
},
456+
"odoo_template": {
457+
"prefix": "otemplate",
458+
"body": [
459+
"<template id=\"template_${1:template_id}\" name=\"${2:Template Name}\">",
460+
"\t${0}",
461+
"</template>"
462+
],
463+
"description": "Create Odoo template tag"
455464
}
456465
}

0 commit comments

Comments
 (0)