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.
我想在 OpenERP 中创建自定义上下文。在域中需要类似“|”的波兰符号。还需要像“region_id”、“child_of”、“region_id.parent_id”这样的层次结构。可能吗?谢谢 :)
据我所知,您可以将所需的任何数据转储到上下文中,并由服务器端代码来解释该数据。我唯一一次遇到上下文问题是两个屏幕在上下文中使用相同的键,但在那里放置了冲突的数据。然后访问一个屏幕会破坏另一个屏幕。