Hi,
How to prevent the "Add an item" of One2Many widget from showing a popup form if the parent form is not saved?
Regards,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How to prevent the "Add an item" of One2Many widget from showing a popup form if the parent form is not saved?
Regards,
Hello Emad,
We can do a simple trick. Every model has ID field, will generated automatically after saving, before saving this field has no value.
So in your form view of the parent add
<field name="id" invisible="1"/>
then in your o2m field add attrs like :
<field name="o2m_ids" attrs="{'readonly': [('id','=',False)]}">
<tree editable="bottom">
....I hope it'll help you
Regards ....
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
3
квіт. 15
|
5576 | |||
|
1
вер. 20
|
3625 | |||
|
0
черв. 18
|
3937 | |||
|
0
бер. 15
|
6362 | |||
|
How to make pop ups after actions?
Вирішено
|
2
лип. 25
|
9200 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.