Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4248 Vistas

Hello ,


I have installed the assets management module in odoo. I receive an error whenever I try to validate a supplier invoice the error i get  is :


"null value in column "asset_id" violates not-null constraint

DETAIL: Failing row contains (3, 4, EXJCMMC/2015/000004, 2015-03-25 15:50:44.40533, null, f, null, 99, 150, number, 2015-03-25 15:50:44.40533, t, 2104, Volvo 45646, 99, 0.3, 100, 68, null, null, draft, 12, 2015-03-25, 26, linear, null).

" while evaluating

u'action_number()'


Does any one know why the assets_id is null even though i have selected an asses_category ?  

Avatar
Descartar
Mejor respuesta

Erhu, its because your using assets module which changes the account.asset.asset fields. For example after installation of assets module account.asset.asset field "name" from char becomes many2one relationship with asset.asset so technically when you click validate suppliers invoice its trying to create account.asset.asset record but field name now is many2one... So technically i assume workflow should be like this first create asset.asset record and link it with account.asset.asset. So module Assets By CodUP doest really work very well with account assets module...

 

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 24
1531
0
sept 20
2687
1
ene 19
4913
3
mar 15
6961
2
ene 25
7012