Hi guys!!!!
Pleas, i didnt understand why is odoo printing to me this error:
IntegrityError: null value in column "prix" violates not-null constraint
Despite the fact that everything is ok
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi guys!!!!
Pleas, i didnt understand why is odoo printing to me this error:
IntegrityError: null value in column "prix" violates not-null constraint
Despite the fact that everything is ok
Abdel,
The error is self-explanatory !
You must fulful basic constraints before saving the record.
If not directly, your consequent clicks causing create() of a model where 'prix' is a mandatory field have a value.
Thanks.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
mar 25
|
1430 | ||
|
0
gen 25
|
3528 | ||
|
1
ago 23
|
14880 | ||
change password
Risolto
|
|
1
ago 23
|
13541 | |
|
1
lug 23
|
10517 |
It may possible that "Prix" column is written as "Required=True" attribute inside the py file. That's why while adding the row in database table, if this column's value is not there, system is showing you this error. If you facing this error at one of the default screen in Odoo than we can tell you exactly the reason.