How can I add a company logo to attendance by month on a xsl report ? I'd like to add the company header in my report.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
8640
Tampilan
To set header
Open attendance_by_month.py
edit below line: report_custom('report.hr.attendance.bymonth', 'hr.employee', '', 'addons/hr_attendance/report/bymonth.xsl')
And make it to: report_custom('report.hr.attendance.bymonth', 'hr.employee', '', 'addons/hr_attendance/report/bymonth.xsl', header='external')
This will add company default header.
@Enjoy.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 15
|
7247 | ||
|
0
Mar 15
|
4640 | ||
|
1
Mar 15
|
5919 | ||
|
1
Nov 24
|
1516 | ||
|
0
Agu 24
|
1567 |
Is it xsl or xls as in excel sheet ?
not excel sheet i want to add logo in report \Server\addons\hr_attendance\report\bymonth.xsl
Have you tried editing the report using openoffice - you get the opportunity to add the company header when you save it
you can't edit report xsl with OpenReports Designer, you can edit just the RML report with openoffice.