From b523ac736e64151203b782578cefc703cb976f7e Mon Sep 17 00:00:00 2001 From: Michael Dahl Date: Fri, 13 Jan 2023 14:02:43 +0100 Subject: [PATCH] Add dashboard to xml snippets --- snippets/xml.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/snippets/xml.json b/snippets/xml.json index fd7a3dc..ab7bfa6 100644 --- a/snippets/xml.json +++ b/snippets/xml.json @@ -112,6 +112,23 @@ ], "description": "Inherit Existing Search View" }, + "odoo_dashboard": { + "prefix": "odash", + "body": [ + "", + "", + "\t${1:first.name}.view.dashboard", + "\t${1:first.name}", + "\t", + "\t\t", + "\t\t\t", + "\t\t\t$0", + "\t\t", + "\t", + "" + ], + "description": "Create Dashboard View" + }, "odoo_graph": { "prefix": "ograph", "body": [