[FIX] hr_commission: account.move soft deprecated method post

This commit is contained in:
Jared Kipe
2021-09-24 16:11:55 -07:00
committed by Leo Pinedo
parent 8ee491a9da
commit 17f5175861

View File

@@ -212,7 +212,7 @@ class Commission(models.Model):
}),
],
})
move.post()
move._post()
commission.write({'state': 'done', 'move_id': move.id})
return True