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

[IMP] energy_selfconsumption: added contract_ids inverse field

parent 25ca118d
No related branches found
No related tags found
2 merge requests!277[REL] Release Sprint 27/11/23,!246[IMP] energy_selfconsumption: send invoicing reminder for energy delivered projects.
......@@ -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