From 825e3f8d8325076be62debf117e3503d478dee35 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Tue, 23 Jul 2019 15:16:42 -0700 Subject: [PATCH] MIG `hr_payroll_account_batch` to 12.0 --- hr_payroll_account_batch/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_payroll_account_batch/__manifest__.py b/hr_payroll_account_batch/__manifest__.py index 6875406a..f01381b2 100755 --- a/hr_payroll_account_batch/__manifest__.py +++ b/hr_payroll_account_batch/__manifest__.py @@ -6,7 +6,7 @@ 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', + 'version': '12.0.1.0.0', 'website': 'https://hibou.io/', 'author': 'Hibou Corp. ', 'license': 'AGPL-3',