Merge branch '14.0' into 14.0-test

This commit is contained in:
Jared Kipe
2021-09-24 16:12:18 -07:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -3,7 +3,7 @@
{
'name': 'Hibou Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '14.0.1.1.0',
'version': '14.0.1.1.1',
'category': 'Payroll Localization',
'depends': [
'hr_payroll',