跳至内容
菜单
此问题已终结
1 回复
4295 查看

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.

形象
丢弃
最佳答案

just add widget="progressbar" in your xml

example:

<field name="your_field" widget="progressbar"/>
形象
丢弃

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%