From 0793bda6af91a0ce27552af99933ac853ab121b2 Mon Sep 17 00:00:00 2001 From: ivanOffice Date: Thu, 21 Mar 2024 17:54:29 +0800 Subject: [PATCH] update misc --- app_web_no_bubble/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app_web_no_bubble/__manifest__.py b/app_web_no_bubble/__manifest__.py index 78e48c2c..5232093d 100644 --- a/app_web_no_bubble/__manifest__.py +++ b/app_web_no_bubble/__manifest__.py @@ -10,6 +10,8 @@ "license": "AGPL-3", "category": "Web", "summary": "Remove the bubbles from the web interface", + "price": 0.00, + "currency": "EUR", "depends": ["web"], "data": ["views/web_no_bubble.xml"], "installable": True,