Skip to content

Commit

Permalink
📝 [DOC] Update doc for custom columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Jan 2, 2024
1 parent abe3cc5 commit 5d90c1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/install/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -2028,6 +2030,7 @@ An exhaustive list of form fields hideable in each module.
"description",
"type",
"subcontracting",
"end_date",
"length",
"width",
"height",
Expand All @@ -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",
Expand Down

0 comments on commit 5d90c1a

Please sign in to comment.