This question has been flagged
2 Replies
8014 Views

Is there a way to print all order lines from sale.order.line . I want to generate a report for all order lines that are created from a given date until now

Avatar
Discard
Best Answer

Hello Rinor,

There are following possibilities,

1. Currently there is no specific Qweb report available specifically to print only Sale Order lines. You can only have Sale order lines via Sale order/Quotation pdf report. So if you want to print only Sale order lines then you need to make a Qweb report for that.

2. If you have temporary need then just export Sale order like shown in below screen shot. You can choose either all/specific sale orders and export sale order lines in Excel file. After get them in Excel file, you can make few modifications as you want and print them from Excel file.




Let me know if this suggestion helps you,


Avatar
Discard
Best Answer

Hi Rinor Dreshaj,

You can get that data in an Excel or CSV using the database. Just define the Sql Query in PgAdmin and you can find an option to save that result to a file as shown in the below image.

  



Avatar
Discard