main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 9b887a6b4c - Show all commits

View File

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