17.01.26
This commit is contained in:
@@ -376,7 +376,7 @@ class Fee(ModelSQL,ModelView):
|
|||||||
Warning = Pool().get('res.user.warning')
|
Warning = Pool().get('res.user.warning')
|
||||||
warning_name = Warning.format("Lot ever received", [])
|
warning_name = Warning.format("Lot ever received", [])
|
||||||
if Warning.check(warning_name):
|
if Warning.check(warning_name):
|
||||||
raise Warning(warning_name,
|
raise UserWarning(warning_name,
|
||||||
"By clicking yes, an accrual for this fee will be created")
|
"By clicking yes, an accrual for this fee will be created")
|
||||||
AccountMove = Pool().get('account.move')
|
AccountMove = Pool().get('account.move')
|
||||||
account_move = move._get_account_stock_move_fee(record.id)
|
account_move = move._get_account_stock_move_fee(record.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user