콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6776 화면

I am facing this problem in creating stock quantity of products. please help me how to solve this

아바타
취소
베스트 답변

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