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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1129
Lượt xem
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 12 23
|
3996 | ||
|
2
thg 3 20
|
5673 | ||
Report editor: Show specific item
Đã xử lý
|
|
1
thg 3 24
|
2608 | |
|
1
thg 9 21
|
2919 | ||
How to display a report in a url?
Đã xử lý
|
|
1
thg 7 21
|
4962 |
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 ?