how to delete the payment_terms_id field in the rental module on
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
Hi,
If you are trying to remove the field payment_term_id from the rental module, you can do it like this,
<record id="rental_order_form_view" model="ir.ui.view">
<field name="name">rental.order.form.
<field name="model">sale.order</
<field name="inherit_id" ref="sale_renting.rental_
<field name="arch" type="xml">
<xpath expr="//field[@name='payment_
position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
</field>
</record>
Hope it helps
Hope it helps
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
9월 25
|
2304 | ||
|
1
6월 25
|
806 | ||
|
1
9월 25
|
1483 | ||
|
2
7월 24
|
1930 | ||
|
0
12월 23
|
1368 |