c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11534
[Bug 700922] [NEW] [6.0RC2] supplierinfo automatic creation qty_min
Public bug reported:
try to adapt 5.0 module to 6.0
automatic sale order creation. All works fine if informations are created in supplierinfo for the produt. If not :
[2011-01-09 19:18:22,677][somafrac] ERROR:db.cursor:bad query: insert into "product_supplierinfo" (id,"name","product_uom","sequence","company_id","qty","delay","product_code","product_id",create_uid,create_date) values (1,35,1,1,1,0.0,1,E'dsqdsq',14,1,now())
Traceback (most recent call last):
File "/opt/openerp/somafrac/server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
IntegrityError: ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « min_qty »
automatic insertion in supplierinfo ?
I search this day, but seems to be default error.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/700922
Title:
[6.0RC2] supplierinfo automatic creation qty_min
Status in OpenObject Addons Modules:
New
Bug description:
try to adapt 5.0 module to 6.0
automatic sale order creation. All works fine if informations are created in supplierinfo for the produt. If not :
[2011-01-09 19:18:22,677][somafrac] ERROR:db.cursor:bad query: insert into "product_supplierinfo" (id,"name","product_uom","sequence","company_id","qty","delay","product_code","product_id",create_uid,create_date) values (1,35,1,1,1,0.0,1,E'dsqdsq',14,1,now())
Traceback (most recent call last):
File "/opt/openerp/somafrac/server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
IntegrityError: ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « min_qty »
automatic insertion in supplierinfo ?
I search this day, but seems to be default error.
Follow ups
References