mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] hr_commission: account.move soft deprecated method post
This commit is contained in:
@@ -212,7 +212,7 @@ class Commission(models.Model):
|
||||
}),
|
||||
],
|
||||
})
|
||||
move.post()
|
||||
move._post()
|
||||
commission.write({'state': 'done', 'move_id': move.id})
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user