i have multiple records in tree view when i was select all the records it will print pdf is mutliple pages but i want all records in a single pdf(merge tables ) how to do please support me i stuck here
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
4
Replies
6223
Views
Hello Saiharitha Varada,
Try below code.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="unique_template_report_id">
<t t-call="web.html_container">
<div class="page">
<t t-foreach="docs" t-as="o">
Write Code Here
</t>
</div>
</t>
</template>
</data>
</odoo>
Hope it will helps you.
Thanks,
not working mehta
I think you have to remove <div class="page">
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 24
|
18017 | ||
|
1
Sep 23
|
1200 | ||
|
3
May 23
|
4087 | ||
|
7
Apr 23
|
47087 | ||
Barcode scanner from mobile
Solved
|
|
1
Dec 22
|
6432 |