diff --git a/__manifest__.py b/__manifest__.py index 2e51312ab0e87ac1f5cae7e451d77ef009add809..ba6cf34c38cdc8a91a40287647029cf12b1d2dbe 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 +}