|
I got this error when trying to create a manufactirng order:
[2011-10-27 12:13:19,736][nuevaec] ERROR:db.cursor:bad query: insert into "mrp_production" (id,"origin","product_uos_qty","product_uom","ops_cost","tot_mac","product_qty","product_uos","product_def_loc","date_start","company_id","tot","priority","state","allow_reorder","date_finished","mac_cost","bom_id","tot_cost","name","product_id","date_planned","routing_id","tot_ops",create_uid,create_date) values (78,NULL,0.0,1,0.0,0.0,5.0,NULL,12,NULL,1,0.0,E'1',E'draft',E'False',NULL,0.0,33,0.0,E'MO/00064',12,E'2011-10-27 12:10:20',5,0.0,1,now()) Traceback (most recent call last): File "/home/manu/openerp-server-6.0.2/bin/sql_db.py", line 131, in execute res = self._obj.execute(query, params) IntegrityError: el valor null para la columna «location_src_id» viola la restricción not null
Sorry my english is not good, could you said me please the reason of this?
Thank you
|