We have a class B which is a one2many field in a class A (parent class), when we modify a record of class B using a child view form by making some inputs inside this child form and we want to control them (ex: sum of 2 fields equal to 10),in case the control (_CONSTRAINT) returns FALSE, Can we display the error message box before quitting the view form B and when clicking on the SAVE button of the one2many form ? for the moment we have put a CONSTRAINT inside the class B unfortunately this constraint excutes when we save the record of the parent class A (too late). thank you for your help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Bogføring
- Lager
- PoS
- Project
- MRP
Dette spørgsmål er blevet anmeldt
6062
Visninger
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
1
jan. 25
|
1813 | ||
|
2
sep. 22
|
9538 | ||
|
2
apr. 22
|
4588 | ||
|
0
jul. 21
|
7228 | ||
|
1
mar. 21
|
4979 |
you can super function "create" on class B (insert features that you need) or use function "onchange" to do this.