From 41ffe6e998a9319960beaa7bffbe75146ce91b44 Mon Sep 17 00:00:00 2001 From: Martin Trigaux <mat@odoo.com> Date: Thu, 5 Oct 2017 09:58:40 +0200 Subject: [PATCH] [FIX] doc: remove mention about mandatory attribute You do not have to specify it for themes Closes #18039 --- doc/howtos/themes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/howtos/themes.rst b/doc/howtos/themes.rst index b4d579f78716..18dba100f3b1 100644 --- a/doc/howtos/themes.rst +++ b/doc/howtos/themes.rst @@ -253,8 +253,6 @@ These values will be used to identify your new theme in Odoo’s backend. The ``data`` property will contain the xml files list. Right now it’s empty, but we will add any new files created. -``application: True`` is mandatory. - ``category`` defines your module category (always “Themeâ€) and, after a slash, the subcategory. You can use one subcategory from the Odoo Apps categories list. (https://www.odoo.com/apps/themes) -- GitLab