minor fix

This commit is contained in:
Wilson Gomez 2023-05-16 11:21:58 -05:00
parent 9502245e00
commit 104fdb0708
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Liquidation(Workflow, ModelSQL, ModelView):
'description': wage_tax['name'],
'amount': amount_tax * -1,
'days': rec.time_contracting,
'account': wage_tax['credit_account'],
'account': wage_tax['credit_account.']['id'],
}
cls.write([rec], {
'lines': [('create', [create_tax])]