i have a from & one2many field when a click add a pop up show up with another form view ,i want this form view to be moved to the principal form view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hello,
You can either use the context with form_view_ref key such as this one , Or define an inline form view in the field such as
<field name="your_field_name>
<tree>
....
</tree>
<form>
...
</form>
</field>
Hope this could helps
Thank You Ahmed For Your Answer , it working if i want to edit the original form view , but in my case i don't want to change anything , i just want the form to be showen in current form view instead of a popup ,i mean i don't want to click add an item and after add informations thank you in advance if you have a proposition
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up