diff options
Diffstat (limited to 'indoteknik_custom/views/sourcing.xml')
| -rw-r--r-- | indoteknik_custom/views/sourcing.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sourcing.xml b/indoteknik_custom/views/sourcing.xml index 839b7bfb..1e16b513 100644 --- a/indoteknik_custom/views/sourcing.xml +++ b/indoteknik_custom/views/sourcing.xml @@ -39,12 +39,12 @@ <field name="create_uid" widget="many2one_avatar_user"/> <field name="user_id" widget="many2one_avatar_user"/> <field name="state" widget="badge"/> + <field name="create_date"/> <field name="progress_status" decoration-info="progress_status in ['🟡 On Track', '🔵 Ontime']" decoration-success="'🟢' in progress_status" decoration-danger="'🔴' in progress_status" decoration-muted="'⚫' in progress_status"/> - <field name="create_date"/> </tree> </field> </record> |
