How to generate a report in excel (xls, xlsx) format on ODOO?

南楼画角 提交于 2019-12-30 10:23:09

问题


In purchase module, I want to generate the details which is being printed in the purchase order button as a pdf report. My requirement is how to print the report in excel format in odoo 10?


回答1:


You can export the current tree view as an excel file with this module: web_export_view

Or you can build your own excel report with this other modules: report_xls report_xlsx

There are modules that already use the report_xls module, but you can look for them in the Odoo Apps or in the OCA repository



来源:https://stackoverflow.com/questions/47263354/how-to-generate-a-report-in-excel-xls-xlsx-format-on-odoo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!