Skip to content

Commit ec173cf

Browse files
committed
[IMP] queue_job: use a widget in eta field in queue job tree view
1 parent 911b995 commit ec173cf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.pylintrc-mandatory

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ enable=anomalous-backslash-in-string,
2424
development-status-allowed,
2525
duplicate-id-csv,
2626
duplicate-key,
27-
duplicate-xml-fields,
2827
duplicate-xml-record-id,
2928
eval-referenced,
3029
eval-used,

queue_job/views/queue_job_views.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<field name="state" />
124124
<field name="date_created" />
125125
<field name="eta" />
126+
<field
127+
name="eta"
128+
widget="remaining_days"
129+
string="Remaining days to execute"
130+
optional="hide"
131+
/>
126132
<field name="date_done" />
127133
<field name="exec_time" />
128134
<field name="exc_name" />

0 commit comments

Comments
 (0)