Skip to content
Snippets Groups Projects

[IMP] energy_selfconsumption: importation of selfconsumption inscriptions, supply points and distribution tables by CSV

Compare and
21 files
+ 634
84
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -19,7 +19,7 @@ class Project(models.Model):
"res.company", default=lambda self: self.env.company, readonly=True
)
inscription_ids = fields.One2many(
"energy_project.inscription", "project_id", required=True
"energy_project.inscription", "project_id",
)
active = fields.Boolean(default=True)
Loading