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

[FIX] energy_selfconsumption: add recurrency in contract template

parent 2485a06c
No related branches found
No related tags found
2 merge requests!253[REL] Release 06/11/23,!211[IMP] energy_selfconsumption: invoicing acquired power
This commit is part of merge request !211. Comments created here will be created in the context of that merge request.
......@@ -125,6 +125,8 @@ result = line.supply_point_assignation_id.distribution_table_id.selfconsumption_
"qty_type": "variable",
"qty_formula_id": formula_contract_id.id,
"name": "",
"recurring_interval": self.recurrence_interval,
"recurring_rule_type": self.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