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,