Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4249 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 24
1531
0
Sep 20
2687
1
Jan 19
4913
3
Mar 15
6961
2
Jan 25
7013