Skip to content
Snippets Groups Projects

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

All threads resolved!
Compare and Show latest version
10 files
+ 281
165
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -19,7 +19,7 @@ class Inscription(models.Model):
project_id = fields.Many2one(
"energy_project.project",
required=True,
ondelete="restrict",
ondelete="cascade",
string="Energy Project",
check_company=True,
)
Loading