How to get inventory report

In the GTK client, when I go to Logistics → Warehouses and double-click on a warehouse, it opens a window called “Products ([WH] Warehouse)” showing all products with their quantities and amounts. How can I get a report of that inventory information? The “Open Report” button appears disabled.

There is no such report in standard tryton.
You can see all the reports in the database in Administration / User Interface / Actions / Reports.
If you search for Stock there you will see that there is no such report.
Normally you can just create a new report, associate it with the model and upload a libreoffice writer fodt document, all from the gtk/sao interface without coding, but in this case I personally would not know how to do that for this particular model.

That being said, you can easily export the (computed) records as csv file for further processing in scalc / excel.

My understanding of why Tryton has few reports is that it is better to solve the issue digitally, without printing, or sending document files.

Thank you for the detailed explanation. I understand now that there is no standard report for this. I will explore exporting as CSV or creating a custom report. Thanks for your help!

I sucessfully created a report for the model Stock Products By Locations stock.products_by_locations from the Administration / User Interface / Actions / Reports interface.

But I think this is not what you want, because this gives you a record for each product, possibly you can select the records you want listed in your report and then press the report button.

I think the better way is to create a report for the location (Model: stock.location) which should list all the stock in the location.