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 a4377ca commit b1c4be9Copy full SHA for b1c4be9
snippets/xml.json
@@ -112,6 +112,23 @@
112
],
113
"description": "Inherit Existing Search View"
114
},
115
+ "odoo_dashboard": {
116
+ "prefix": "odash",
117
+ "body": [
118
+ "<!-- ${1:model.name} dashboard view -->",
119
+ "<record id=\"${2:model_name}_view_dashboard\" model=\"ir.ui.view\">",
120
+ "\t<field name=\"name\">${1:first.name}.view.dashboard</field>",
121
+ "\t<field name=\"model\">${1:first.name}</field>",
122
+ "\t<field name=\"arch\" type=\"xml\">",
123
+ "\t\t<dashboard>",
124
+ "\t\t\t<!-- Add your views here -->",
125
+ "\t\t\t$0",
126
+ "\t\t</dashboard>",
127
+ "\t</field>",
128
+ "</record>"
129
+ ],
130
+ "description": "Create Dashboard View"
131
+ },
132
"odoo_graph": {
133
"prefix": "ograph",
134
"body": [
0 commit comments