Skip to content
Snippets Groups Projects

[IMP] energy_selfconsumption: invoicing acquired power

4 files
+ 12
43
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -43,7 +43,3 @@ class Project(models.Model):
required=True,
default=lambda self: self.env.ref("base.es"),
)
product_ids = fields.One2many(
"product.product",
"project_id",
)
Loading