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})
|
commission.write({'state': 'done', 'move_id': move.id})
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'Hibou Payroll',
|
'name': 'Hibou Payroll',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'version': '14.0.1.1.0',
|
'version': '14.0.1.1.1',
|
||||||
'category': 'Payroll Localization',
|
'category': 'Payroll Localization',
|
||||||
'depends': [
|
'depends': [
|
||||||
'hr_payroll',
|
'hr_payroll',
|
||||||
|
|||||||
Reference in New Issue
Block a user