采购订单报告

reports in purchas order

请告诉我在采购订单中创建报告的步骤,我的新 module.i 创建了两个文件 views/purchase_report.xml 和 Ship/purchase_report.xml.where ship 是我的模块名称。

这是我的 Ship/purchase_report.xml

  <report
            id="custom_report_without_prices"
            model="purchase.order"
            string="purchases"
            report_type="qweb-pdf"
            name="Ship.purchase_report"
            attachment_use="False"
            file="Ship.purchase_report"
        />

购买时添加报告需要哪些额外步骤 order.now 没有错误,但报告未显示在购买时的打印选项中 order.what 是 rml 文件和一些文档讲述了如何将报告文件夹添加到 module.please 给我详细信息

http://www.odoo.yenthevg.com/creating-custom-reports-odoo-8/ 这个 link 解决了我的 issue.we 只需要两个 xml 来创建报告