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
- Comptabilitat
- Inventari
- 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!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de jul. 25
|
1996 | ||
|
1
de juny 25
|
523 | ||
|
1
de febr. 25
|
1215 | ||
|
2
de jul. 24
|
1779 | ||
|
0
de des. 23
|
1197 |