From 15879262b49729b3102c6dc0e0e86b49e0ca1c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Tue, 5 Dec 2023 12:39:53 -0500 Subject: [PATCH] manifest --- bemade_sethy_configuration/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py index dc1b7a8..3770f67 100644 --- a/bemade_sethy_configuration/__manifest__.py +++ b/bemade_sethy_configuration/__manifest__.py @@ -41,7 +41,7 @@ ], 'installable': True, 'auto_install': False, - 'application': False, # Set to True if the module is an app + 'application': True, 'description': """ Main module for Fondation Séthy ================================== @@ -49,6 +49,7 @@ This module installs base components and will also set up default values accordi This will allow us to put all the customization here and add other modules from Oca or our repos if needed. -Only code specific to Fondation Sethy resides in this module, the reusable stuff should be put in other small dedicated modules elsewhere +Only code specific to Fondation Sethy resides in this module, the reusable stuff should be put in other small dedicated +modules elsewhere """, }