i have one form view where i want to inherit another form views through
<field name="inherit_id" ref="sale.view_order_form"/>
but i want 2 more form view to be ref ,is it possible or not ...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i have one form view where i want to inherit another form views through
<field name="inherit_id" ref="sale.view_order_form"/>
but i want 2 more form view to be ref ,is it possible or not ...
why you need it ? If you need to use all the defines of 2 forms, you can use the priority instead of.
Form 1:
<field name="priority">17</field>
Form 2:
<field name="priority">18</field>
your inherit form
<field name="priority">19</field>
<field name="inherit_id" ref="form 2"/>
thanks Tuan, i have created 2 form views in two separate modules and i need to be inherit these 2 views in website quote->website_quotation_backend.xml->name=sale.order.form.payment
the issue is <field name="inherit_id" ref="sale.view_order_form"/> is allready present and i want to attach two more ref of my own created forms view without removing the present ref .
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Nov 24
|
477 | ||
|
4
Feb 24
|
10164 | ||
sale / delivery
Solved
|
|
1
Jan 24
|
369 | |
|
0
May 23
|
831 | ||
|
4
Apr 23
|
38318 |