Skip to content
Snippets Groups Projects
Commit 3251c684 authored by Emanuel Buzey's avatar Emanuel Buzey
Browse files

[FIX] energy_selfconsumption: get recurrence data from selfconsumption

parent 80f55815
No related branches found
No related tags found
No related merge requests found
Pipeline #59980 passed
This commit is part of merge request !228. Comments created here will be created in the context of that merge request.
......@@ -101,6 +101,8 @@ class ContractGenerationWizard(models.TransientModel):
"contract_line_ids": contract_lines,
"project_id": self.selfconsumption_id.project_id.id,
"contract_template_id": self.selfconsumption_id.contract_template_id.id,
"recurring_interval": self.selfconsumption_id.contract_template_id.recurring_interval,
"recurring_rule_type": self.selfconsumption_id.contract_template_id.recurring_rule_type,
}
)
......
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