-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web auto refresh module on V9 #5
Comments
Hi @effelle I poked around on Odoo and looked through the functions to find a correct option to refresh the View in Odoo 9. |
Is there an option? Where? |
@effelle an example:
This will reload the view once every 5 seconds. |
Ok, this is a little confusing. You are using this on a single web module or did you add @ global level? |
@effelle I'm using this in a custom developed module to refresh one treeview. This has nothing to do with the stock module or anything. |
Got it. I'll test on one of mine on V9 on the next testing. Thanks for now! |
Hi Yenthe, I have same requirements in version 9 custom module tree view auto reload particular interval. Your code is working fine, but it reloads both form and tree view, in form view loss data, is any away auto reload prevent in form view and apply only in tree view. |
@Yenthe666 ,
I've read your reply on your blog just now. Sorry for the HUGE delay!
How did you manage to add auto update to V9? Did you edit
https://github.com/szufisher/web/tree/8.0/web_auto_refresh module?
F.
The text was updated successfully, but these errors were encountered: