Skip to content
Snippets Groups Projects
Commit e772c848 authored by Emanuel Buzey's avatar Emanuel Buzey Committed by Daniil Digtyar Vasilieva
Browse files

[REF] energy_self_consumption: change default value

parent ccf64175
No related branches found
No related tags found
2 merge requests!253[REL] Release 06/11/23,!211[IMP] energy_selfconsumption: invoicing acquired power
......@@ -20,7 +20,7 @@ class ContractGenerationWizard(models.TransientModel):
invoicing_mode = fields.Selection(
INVOICING_VALUES,
string="Invoicing Mode",
default="energy_delivered",
default="power_acquired",
required=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment