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
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
0
7月 25
|
2175 | ||
|
1
6月 25
|
712 | ||
|
1
9月 25
|
1380 | ||
|
2
7月 24
|
1874 | ||
|
0
12月 23
|
1286 |