Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4253 Widoki

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 ?  

Awatar
Odrzuć
Najlepsza odpowiedź

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...

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 24
1542
0
wrz 20
2693
1
sty 19
4927
3
mar 15
6962
2
sty 25
7031