我想知道是否有任何方法可以隐藏表单标题中的项目,我只想在查询模式下查看它们。
我知道存在允许 openERP 自己显示/隐藏元素的 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>
但我不能让它在我的情况下工作。
我很感激任何帮助。