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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jul 25
|
1973 | ||
|
1
Jun 25
|
497 | ||
|
1
Feb 25
|
1173 | ||
|
2
Jul 24
|
1744 | ||
|
0
Dec 23
|
1171 |