I am facing this problem in creating stock quantity of products. please help me how to solve this
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Hi,
The error means that in the table the column in which the data was
tried to be saved is out of the acceptable range of the number. You need
to change this column with INT on the Bigint.
Python numeric objects int, long, float, Decimal are converted into a PostgreSQL numerical representation:
https://www.postgresql.org/docs/current/datatype-numeric.html
Hope it helps
Hi Cybrosys,
We change directly the column definition in postgresql or in the field definition?
I mean odoo field definition
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire