From 28359b6bd6f736a51d7cd28b19c1fe6b4bac9c41 Mon Sep 17 00:00:00 2001 From: AdrienPr <34308296+AdrienPr@users.noreply.github.com> Date: Mon, 17 May 2021 11:40:20 +0200 Subject: [PATCH] [FIX] dev/howtos/themes: correct wrong code example Since the update of the themes tutorial, the id of the snippet template was modified but this part of the tutorial wasn't updated accordingly. This commit updates the referenced template id to make sure the tutorial works as expected. Finetuning of https://github.com/odoo/odoo/commit/08d44d444490713ca39618a67f441bbd84b8b900 --- content/developer/howtos/themes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/themes.rst b/content/developer/howtos/themes.rst index b686a0a0a..7bcd8ed0c 100644 --- a/content/developer/howtos/themes.rst +++ b/content/developer/howtos/themes.rst @@ -845,7 +845,7 @@ We start by adding a new file in our views folder - name it **options.xml** and