Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在销售订单行中创建了一个按钮(编辑),当我使用此按钮时,值会以销售订单形式返回。过程进展顺利,但问题是浏览器重新加载后反映的更改(F5 或 UI)。我希望通过编码重新加载这个浏览器。那么,什么样的语法或方法?
提前致谢
您可以使用reload标签:
reload
return { 'type': 'ir.actions.client', 'tag': 'reload', }