I'm trying to make a simple report that contains just one table that has Product Name, Barcode, Image. What is happening now is that it creates a single row with those fields PER PAGE instead of putting each product, barcode, and image on a new row in the table. What it the world am I doing wrong??? So to clarify: if there were say 50 Products selected and then Print>Report is selected. Instead of a report that has a table containing 50 rows with Name, Barcode, Image. It creates 50 pages each with a one row table. Please help.
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
1180
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
4
Des 23
|
4238 | ||
|
2
Mar 20
|
5856 | ||
Report editor: Show specific item
Diselesaikan
|
|
1
Mar 24
|
2688 | |
Custom header on SO and invoice reports
Diselesaikan
|
|
1
Sep 21
|
3055 | |
How to display a report in a url?
Diselesaikan
|
|
1
Jul 21
|
5077 |
It will be hard to help, without sharing the codes of the above report.
May be you add the class page inside the for loop that iterates over the products ?