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

[FIX] energy_selfconsumption: change default value of recurring_rule_type

parent 55e2c81d
No related branches found
No related tags found
2 merge requests!253[REL] Release 06/11/23,!211[IMP] energy_selfconsumption: invoicing acquired power
...@@ -39,7 +39,7 @@ class ContractGenerationWizard(models.TransientModel): ...@@ -39,7 +39,7 @@ class ContractGenerationWizard(models.TransientModel):
) )
recurring_rule_type = fields.Selection( recurring_rule_type = fields.Selection(
RULE_TYPE_OPTIONS, RULE_TYPE_OPTIONS,
default="monthly", default="monthlylastday",
string=_("Recurrence"), string=_("Recurrence"),
help=_("Specify Interval for automatic invoice generation."), help=_("Specify Interval for automatic invoice generation."),
) )
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