Initial commit of Forte Payment integration and parts of hr_payroll_payment to support it.

This commit is contained in:
Jared Kipe
2018-07-09 16:39:21 -07:00
parent 091196dcc1
commit a9b39d981f
3 changed files with 33 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
Adds the ability to register a payment on a payslip.
""",
'website': 'https://hibou.io/',
'depends': ['hr_payroll_account'],
'depends': ['hr_payroll_account', 'payment'],
'data': [
'hr_payroll_register_payment.xml',
],