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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1130
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
4
gru 23
|
3997 | ||
|
2
mar 20
|
5674 | ||
Report editor: Show specific item
Rozwiązane
|
|
1
mar 24
|
2609 | |
Custom header on SO and invoice reports
Rozwiązane
|
|
1
wrz 21
|
2921 | |
How to display a report in a url?
Rozwiązane
|
|
1
lip 21
|
4967 |
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 ?