Skip to content
Snippets Groups Projects
Commit 3cd37135 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[IMP] energy_selfconsumption: added contract_ids inverse field

parent 8818d2ad
No related branches found
No related tags found
1 merge request!257[REF] energy_selfconsumption: send invoicing remider for energy delivered projects
This commit is part of merge request !246. Comments created here will be created in the context of that merge request.
......@@ -7,3 +7,4 @@ class EnergyProject(models.Model):
selfconsumption_id = fields.One2many(
"energy_selfconsumption.selfconsumption", "project_id"
)
contract_ids = fields.One2many("contract.contract", "project_id", readonly=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