From 552a4990ffe0fd3cf8a0ffd3bfc026f54707bd99 Mon Sep 17 00:00:00 2001 From: Daniil Digtyar Vasilieva <daniildigtyar@gmail.com> Date: Tue, 25 Jul 2023 09:34:21 +0200 Subject: [PATCH] [IMP]energy_selfconsumption: update label of selfconsumption_project_id field --- energy_selfconsumption/views/supply_point_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy_selfconsumption/views/supply_point_views.xml b/energy_selfconsumption/views/supply_point_views.xml index ed08aebf8..b784773e2 100644 --- a/energy_selfconsumption/views/supply_point_views.xml +++ b/energy_selfconsumption/views/supply_point_views.xml @@ -41,7 +41,7 @@ <page string="Self-consumption Projects" name="selfconsumption_project" autofocus="autofocus"> <field name="supply_point_assignation_ids"> <tree default_order="distribution_table_create_date desc"> - <field name="selfconsumption_project_id"/> + <field name="selfconsumption_project_id" string="Name"/> <field name="distribution_table_state"/> <field name="distribution_table_create_date"/> </tree> -- GitLab