采购订单报告

时间:2015-07-20 05:41:54

标签: odoo odoo-8

请告诉我使用我的新模块在采购订单中创建报告的步骤。我创建了两个文件视图/ 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"
        />

在采购订单中添加报表需要执行哪些额外步骤。现在没有错误,但报表未显示在采购订单的打印选项中.rml文件的用途是什么,有些文档说明添加了报告文件夹到module.please给我详细信息

1 个答案:

答案 0 :(得分:0)

http://www.odoo.yenthevg.com/creating-custom-reports-odoo-8/ 这个链接解决了我的问题。我们只需要两个xml来创建一个报告