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.
在odoo v8中,我希望某些字段仅在查看模式下显示,但是当用户单击编辑或创建时,这些字段应该是不可见的(仅在查看模式下可见)。
有一个名为 .openerp 的类oe_read_only。
oe_read_only
这将允许您仅在阅读表单而不是表单的编辑模式时查看该字段。
示例代码:
<field name="name" class="oe_read_only"/>