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

[IMP]energy_selfconsumption: fixed label of power field

parent 0762481e
No related branches found
No related tags found
2 merge requests!173Release 14.0.1.1.12,!169[IMP]energy_selfconsumption: selfconsumption project new fields and UI changes
......@@ -18,7 +18,7 @@ class Selfconsumption(models.Model):
"energy_project.project", required=True, ondelete="cascade"
)
code = fields.Char(string="CAU")
power = fields.Float(string="Generation Power (kWh)")
power = fields.Float(string="Generation Power (kW)")
distribution_table_ids = fields.One2many('energy_selfconsumption.distribution_table', 'selfconsumption_project_id',
readonly=True)
distribution_table_count = fields.Integer(compute=_compute_distribution_table_count)
......
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