我正在创建一个新模块,我想在button
的{{1}}视图中放置kanban
。当任何用户点击Contact screen
我需要button
所选联系人时。可以获取树和表单视图,但我不知道如何为active_id
视图执行此操作。
有人可以帮忙吗?
由于
答案 0 :(得分:0)
您需要为此目的可变地使用contex
字典,
如果你点击了
<button string="Click Me" type="object" name="my_func" context="{'active' : active_id}" />
方式强>:
def my_func(self, cr, uid, ids, context={}):
# do stuff using the info passed in the context variable...