From cdce4c6aff3af13a58198a502181cca6c22c5af0 Mon Sep 17 00:00:00 2001
From: Daniil Digtyar Vasilieva <daniildigtyar@gmail.com>
Date: Fri, 22 Sep 2023 12:55:48 +0200
Subject: [PATCH] [IMP] energy_selfconsumption: added contract and
 contract_variable_quantity dependency

---
 energy_selfconsumption/__manifest__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/energy_selfconsumption/__manifest__.py b/energy_selfconsumption/__manifest__.py
index 07af8e499..f9b19468d 100644
--- a/energy_selfconsumption/__manifest__.py
+++ b/energy_selfconsumption/__manifest__.py
@@ -13,6 +13,8 @@
     "depends": [
         "base",
         "mail",
+        "contract",
+        "contract_variable_quantity",
         "energy_project",
         "partner_firstname",
         "web_m2x_options",
-- 
GitLab