Uh oh!
There was an error while loading. Please reload this page.
[14.0][IMP] queue_job: use a widget in eta field in queue job tree view - #388
Conversation
pedrobaeza
commented
Nov 4, 2021
If the remaining time is less a day, are hours displayed as well? |
fernandahf
commented
Nov 4, 2021
it's showing cc @moylop260 |
pedrobaeza
commented
Nov 4, 2021
I think that limits a bit the usefulness, as you want to see the exact hour for being executed, but I let the rest to give their opinion. |
9ec3596 to
c56817cCompareguewen
commented
Nov 6, 2021
It would be nice if it shows "in 4 minutes", but I find Today too large. Having the information that a job is executed in 22 or 24 days is not really decisive, but in 2 minutes or 6 hours is. So I don't find this to be an improvement. I like the idea though and thanks for proposing it. |
guewen
commented
Nov 6, 2021
Oh I didn't see it was beside the other one. So my only concern is the place it takes. Maybe add a visibility? hidden by default? |
c56817c to
0f72422Comparefernandahf
commented
Nov 9, 2021
I hid the field by default. cc @moylop260 |
0f72422 to
1954a8eComparefernandahf
commented
Nov 9, 2021
There is an error in https://github.com/vauxoo-dev/queue/runs/4156961482?check_suite_focus=true
Could you review it, please? cc @moylop260 |
1954a8e to
ec173cfComparefernandahf
commented
Jan 18, 2022
Is there something to do with my side in this PR? |
guewen
commented
Jan 18, 2022
No, I was waiting for a second review as we are supposed to do. Sorry for the inconvenience and thank you for your PR /ocabot merge minor |
OCA-git-bot
commented
Jan 18, 2022
Hey, thanks for contributing! Proceeding to merge this for you. |
OCA-git-bot
commented
Jan 18, 2022
Congratulations, your PR was merged at d64e42f. Thanks a lot for contributing to OCA. ❤️ |

Description of the issue/feature this PR addresses:
There is no issue, otherwise an improvement in queue job tree view, in order to user identifies clearly remaining days of
ETAof queue job (in case of have ETA)Also, this PR disables lint
duplicate-xml-fieldsdue to in v14.0 is allowed.Current behavior before PR:
Queue job tree view showing
ETAfield with datetime.Desired behavior after PR is merged:
Queue job tree view showing
ETAfield with remaining days widget, user can see clearly remaining days to the job is executed.-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr