跳至内容
菜单
此问题已终结
3 回复
4759 查看

I have 3 separate locations with varying stock quantities and want to create a concise printout of quantities on hand for each individual location.

I have done it via Inventory Adjustments and printed the inventory but the layout is not very good as we have fairly long product names and there's no way to alter the width of the columns (this way - http://www.hitechnologia.com/forum/odoo-forum-1/question/odoo-how-can-i-record-my-annual-inventory-51 ) 

I have also tried to export all relevant data, but it will only export the quantities of the whole inventory, not for individual locations. 

形象
丢弃
编写者

I tried to Export All Data, but the location field came up with the value of 0 with the equation =FALSE( )

最佳答案

I have done it via Inventory Adjustments and printed the inventory but the layout is not very good as we have fairly long product names and there's no way to alter the width of the columns

I can't see a reason why you do not want to inherit the qweb view of the inventory report and create a landscape one (for example) with an appropriate column width for the product name using the corresponding bootsstrap grid column CSS classes. That way you can adjust the column width of any column in any report.

形象
丢弃
最佳答案

Hi, when you export data from Odoo, by default it will choose "Import-Compatible Export" and it will limit the data so you should choose "Export all Data" to be able to export any data including Location.

形象
丢弃