Initial commit of hr_payroll_account_batch for 11.0

This commit is contained in:
Jared Kipe
2019-04-04 12:29:53 -07:00
parent 8aba347da8
commit 6390bf967c
7 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
'name': 'Payslip Batch Date',
'description': """
Set the Accounting Date on a Payslip Batch.
Additionally, changes to the Salary Journal and Date Account on the batch itself
will propagate to any draft payslip already existing on the batch.
""",
'version': '11.0.1.0.0',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': [
'hr_payroll_account',
],
'data': [
'views/payroll_views.xml',
],
}