Skip to content
Snippets Groups Projects

[IMP] energy_selfconsumption: send invoicing reminder for energy delivered projects.

Merged emanuel buzey requested to merge feature/IMP_send_invoicing_reminder into dev
2 files
+ 16
21
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,6 +13,7 @@ class Contract(models.Model):
ondelete="restrict",
string="Energy Project",
related="supply_point_assignation_id.distribution_table_id.selfconsumption_project_id.project_id",
store=True,
)
code = fields.Char(related="supply_point_assignation_id.supply_point_id.code")
supply_point_name = fields.Char(
Loading