Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4248 Tampilan

Good Morning,


I would like to know if there is any way to indicate the progress of a process in odoo 8. The problem is that when doing a loop that takes about an hour you do not know if it is really progressing or not, so I would like to indicate the progress. The only thing I have seen is to print in the log the iteration number but I would be interested to have it appear in the browser.


Thanks in advance.

Avatar
Buang
Jawaban Terbai

just add widget="progressbar" in your xml

example:

<field name="your_field" widget="progressbar"/>
Avatar
Buang

I think what Carlos want is to show the progress of a task while the screen is locked, like show the percentage while the screen got the loading animation, if you do it with a field it will show 0% and when the task finish 100%