I try to hide start_date, end_date, asset_category from supplier invoice view. However, when entrering "Edit From View" mode, these fields do not show, so how can I hide them?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2380
查看
<field name="start_date" invisible="1"/>
Thank you for your answer. My problem is however, when I open the supplier invoice form in edit mode, the <field name="start_date"> is not available. So where can i find this?