From f3d2e816277ef4a4ffef819acd8d33d0c47e1844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Todorovich?= Date: Fri, 14 Sep 2018 18:33:02 -0300 Subject: [PATCH] [knowledge] Consider the module as a fully-fledge application --- document_knowledge/__manifest__.py | 1 + document_knowledge/static/description/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/document_knowledge/__manifest__.py b/document_knowledge/__manifest__.py index 3eb5564d..45a9d663 100644 --- a/document_knowledge/__manifest__.py +++ b/document_knowledge/__manifest__.py @@ -23,4 +23,5 @@ "demo/knowledge.xml", ], "installable": True, + "application": True, } diff --git a/document_knowledge/static/description/index.html b/document_knowledge/static/description/index.html index a7a66685..7fa7c213 100644 --- a/document_knowledge/static/description/index.html +++ b/document_knowledge/static/description/index.html @@ -425,6 +425,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Maxime Chambreuil <mchambreuil@ursainfosystems.com>
  • Fayez Qandeel
  • Vicent Cubells <vicent.cubells@tecnativa.com>
  • +
  • Iván Todorovich <ivan.todorovich@gmail.com>