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 def9a1c commit 0e80c1aCopy full SHA for 0e80c1a
snippets/xml.json
@@ -442,5 +442,18 @@
442
"</header>"
443
],
444
"description": "Create Header with Status Bar"
445
+ },
446
+ "odoo_report": {
447
+ "prefix": "oreport",
448
+ "body": [
449
+ "<report id=\"report_${1}\"",
450
+ "\t\tstring=\"${2:report_name}\"",
451
+ "\t\tmodel=\"${3:model_name}\"",
452
+ "\t\treport_type=\"${4:qweb-pdf}\"",
453
+ "\t\tmenu=\"${5:False}\"",
454
+ "\t\tfile=\"${6:module_name}.${7:template_name}\"",
455
+ "\t\tname=\"${6:module_name}.${7:template_name}\"/>"
456
+ ],
457
+ "description": "Create report tag"
458
}
459
0 commit comments