Leave Balance Report Notes*

This commit is contained in:
younes 2025-09-24 15:51:33 +01:00
parent 759b30cbd6
commit 60eab0a398
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class EmployeeLeaveBalanceReportXlsx(models.AbstractModel):
{'font_size': 14, 'align': 'center',
'bold': True, 'bg_color': '#ffffff', 'font_color': 'black'})
format2.set_align('center')
sheet.merge_range('G9:I9', (_("Leave Balance Report")) + " ", format2)
sheet.merge_range('F9:H9', (_("Leave Balance Report")) + " ", format2)
sheet.set_column('B:D', 15)
sheet.set_column('E:I', 10)
row = 9