From 945893182c826b1f9436ab06dc4b90022dd1a319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Wed, 7 Aug 2024 10:49:32 +0200 Subject: [PATCH] [UPD] remove dependency to nichoirs modules --- __manifest__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/__manifest__.py b/__manifest__.py index 2e51312..ba6cf34 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -9,8 +9,7 @@ "license": "AGPL-3", 'category': 'Nichoirs', 'depends': [ - 'symbiosphere_nichoirs', - 'symbiosphere_website' + 'website_sale', ], 'website': 'http://www.le-filament.com', 'data': [ @@ -21,4 +20,4 @@ 'templates/home_stat_templates.xml' ], 'qweb': [], -} \ No newline at end of file +} -- GitLab