我正在使用 odoo 15 版本。假设有用户 A 和用户 B。
用户 A 已经登陆客户发票树视图 几秒钟后,用户 B 从其登录 ID 创建一个新发票。
用户 A 应该在树视图上看到这个新发票,而无需刷新树视图。
创建新记录时,树视图是否会自动刷新?
我正在使用 odoo 15 版本。假设有用户 A 和用户 B。
用户 A 已经登陆客户发票树视图 几秒钟后,用户 B 从其登录 ID 创建一个新发票。
用户 A 应该在树视图上看到这个新发票,而无需刷新树视图。
创建新记录时,树视图是否会自动刷新?
Automatically refreshing the tree view for one user when another user changes a record is not possible in any simple way as far as I'm aware. This would most likely require major JavaScript and Python changes to the Odoo 15 codebase.
I recently worked on a development where a client wanted similar functionality but we decided that the result was not worth the time required for such a change.