Odoo 按购买顺序报告

Odoo 按购买顺序报告,odoo,odoo-8,Odoo,Odoo 8,请告诉我使用新模块在采购订单中创建报告的步骤。我创建了两个文件view/purchase\u report.xml和Ship/purchase\u report.xml。其中Ship是我的模块名称 这是我的Ship/purchase_report.xml <report id="custom_report_without_prices" model="purchase.order" string="purchase

请告诉我使用新模块在采购订单中创建报告的步骤。我创建了两个文件view/purchase\u report.xml和Ship/purchase\u report.xml。其中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"
        />

在采购订单中添加报告需要哪些附加步骤。现在没有错误,但报告未显示在采购订单的打印选项中。rml文件和一些文档的用途是什么,说明了如何将报告文件夹添加到模块中。请提供详细信息

这个链接解决了我的问题。我们只需要两个xml就可以创建一个报告