From 5d90c1aea0b1cc83d3f234d808daff3ac8be795f Mon Sep 17 00:00:00 2001 From: Chatewgne Date: Tue, 2 Jan 2024 15:51:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20[DOC]=20Update=20doc=20for=20cus?= =?UTF-8?q?tom=20columns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/advanced-configuration.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/install/advanced-configuration.rst b/docs/install/advanced-configuration.rst index 9f48cafe2d..3375663dc6 100644 --- a/docs/install/advanced-configuration.rst +++ b/docs/install/advanced-configuration.rst @@ -1109,7 +1109,8 @@ A (nearly?) exhaustive list of attributes available for display and export as co "uuid", ] COLUMNS_LISTS["intervention_view"] = [ - "date", + "begin_date", + "end_date", "type", "target", "status", @@ -1579,7 +1580,8 @@ A (nearly?) exhaustive list of attributes available for display and export as co ] COLUMNS_LISTS["intervention_export"] = [ "name", - "date", + "begin_date", + "end_date", "type", "target", "status", @@ -2028,6 +2030,7 @@ An exhaustive list of form fields hideable in each module. "description", "type", "subcontracting", + "end_date", "length", "width", "height", @@ -2038,7 +2041,6 @@ An exhaustive list of form fields hideable in each module. "subcontract_cost", ], HIDDEN_FORM_FIELDS["project"] = [ - "type", "type", "domain", "end_year",