我想知道是否有任何方法可以隐藏表单标题中的项目,我希望只在查询模式下查看它们。
我知道允许openERP自己的show / hide元素的CSS类的存在,如 oe_edit_only , oe_save_only ,还有 oe_view_only 课程。
<form string="People" version="7.0">
<header class="oe_view_only">
<button string="Wait" name="button_assists" states="assigned" type="object"/>
....
</header>
...
</from>
但我无法在我的案例中发挥作用。
我感谢任何帮助。