i need to show 5 line record in first report page next 5 product should show into next page is it possible ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i need to show 5 line record in first report page next 5 product should show into next page is it possible ?
it's been tricky because sometime wkhtmltopdf behave unpredictable way due the row contact height.
but you can try with add <p style="page-break-after: always;"/> in HTML template
after first five record render
@Ravi let me try ....