From 41a0b8a76fd331d7d929ccbb7edbc860f47edaf4 Mon Sep 17 00:00:00 2001 From: Leo Pinedo Date: Tue, 25 Oct 2022 17:08:31 +0000 Subject: [PATCH] [MIG] hr_payslip_line_date: to 16 --- hr_payslip_line_date/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_payslip_line_date/__manifest__.py b/hr_payslip_line_date/__manifest__.py index 68a3582e..013977c5 100755 --- a/hr_payslip_line_date/__manifest__.py +++ b/hr_payslip_line_date/__manifest__.py @@ -4,7 +4,7 @@ 'license': 'AGPL-3', 'category': 'Human Resources', 'depends': ['hr_payroll_account'], - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'description': """ Date on Payslip Lines =====================