odoo 10:有条件地在菜单中隐藏/显示报告

时间:2017-07-31 18:39:11

标签: xml report odoo odoo-10 qweb

我有一个自定义报告,我希望根据条件在菜单中显示/隐藏.... ex。 delivery_type_id.code在交货单......

我们可以在此添加任何域名过滤器吗?

    the report menu of module 'custom_reports'

    <report
        string="Picking Operations"
        id="action_report_picking_custom_report"
        model="stock.picking"
        report_type="qweb-pdf"
        name="custom_reports.report_picking"
        file="custom_reports.report_picking_operations_custom"
    />

我该如何实现这一目标?

1 个答案:

答案 0 :(得分:0)

实现此目的的最佳方法是从“打印”菜单中隐藏报告并创建一个按钮来执行打印。可以根据您的条件隐藏按钮。