From 2485a06c573972fd26224c9a223895956164ccbf Mon Sep 17 00:00:00 2001
From: Emanuel Buzey <buzeyemanuel@gmail.com>
Date: Tue, 10 Oct 2023 15:11:03 +0200
Subject: [PATCH] [FIX] energy_selfconsumption: change default value

---
 energy_selfconsumption/wizards/define_invoicing_mode_wizard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/energy_selfconsumption/wizards/define_invoicing_mode_wizard.py b/energy_selfconsumption/wizards/define_invoicing_mode_wizard.py
index 68806c392..aca2c1b89 100644
--- a/energy_selfconsumption/wizards/define_invoicing_mode_wizard.py
+++ b/energy_selfconsumption/wizards/define_invoicing_mode_wizard.py
@@ -20,7 +20,7 @@ class ContractGenerationWizard(models.TransientModel):
     invoicing_mode = fields.Selection(
         INVOICING_VALUES,
         string="Invoicing Mode",
-        default="power_acquired",
+        default="energy_delivered",
         required=True,
     )
 
-- 
GitLab