diff options
| author | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2025-11-17 11:17:06 +0700 |
|---|---|---|
| committer | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2025-11-17 11:17:06 +0700 |
| commit | f317a1965ce183ea44c8be9c2a75ea210ea0f256 (patch) | |
| tree | 7921c0a978e594b66ac7686c887e4db27c70ade7 /indoteknik_custom/views/sourcing.xml | |
| parent | bfd20e54cb88f04ff1a338bdc58984241c8a83a2 (diff) | |
pushcrm_pipeline
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> |
