From bfa2913102ccfdd884040c6024ad79cc75726eb1 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Mon, 24 Jul 2023 14:42:34 +0200 Subject: [PATCH] fixup! cms_status_message: migrate to v16 --- cms_status_message/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms_status_message/__manifest__.py b/cms_status_message/__manifest__.py index c1bdab60..2f8916ce 100644 --- a/cms_status_message/__manifest__.py +++ b/cms_status_message/__manifest__.py @@ -9,7 +9,7 @@ "license": "LGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/website-cms", - "depends": ["web"], + "depends": ["web", "portal"], "data": [ "templates/status_message.xml", "templates/display_test.xml",