Commit b63c964
committed
[IMP] estate: add kanban view with grouping and conditional fields
Add a kanban view to give users a better visual overview of properties. The view groups properties by type to keep things organized and shows important price details only when they are relevant.
- Add kanban to the property action view_mode.
- Create a kanban view showing property name and tags.
- Show 'best price' only when an offer exists and 'selling price' only when an offer is accepted.
- Group properties by type by default.
- Disable the drag-and-drop feature for kanban columns.1 parent f5c7104 commit b63c964
1 file changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
102 | 131 | | |
103 | 132 | | |
104 | 133 | | |
105 | | - | |
| 134 | + | |
106 | 135 | | |
107 | 136 | | |
108 | 137 | | |
| |||
0 commit comments