From 9b887a6b4c0b25f4e6a75536078dcbbb21138f40 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 17 Jan 2026 09:59:48 +0100 Subject: [PATCH] 17.01.26 --- modules/purchase_trade/fee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/fee.py b/modules/purchase_trade/fee.py index bc7e87a..0bb54b2 100755 --- a/modules/purchase_trade/fee.py +++ b/modules/purchase_trade/fee.py @@ -379,7 +379,7 @@ class Fee(ModelSQL,ModelView): raise UserWarning(warning_name, "By clicking yes, an accrual for this fee will be created") AccountMove = Pool().get('account.move') - account_move = move._get_account_stock_move_fee(record.id) + account_move = move._get_account_stock_move_fee(record) AccountMove.save([account_move]) return records