Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
258 Vues

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

Avatar
Ignorer

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.

Meilleure réponse

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.

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
mars 25
1430
0
janv. 25
3531
1
août 23
14881
1
août 23
13542
1
juil. 23
10518