This question has been flagged
1 Reply
3116 Views

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
Discard
Best Answer

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
Discard