如何自定义树视图加载时间?

时间:2017-09-27 04:50:07

标签: treeview openerp odoo-9 odoo-10

我在OpenERP中使用TreeView。但是我的树视图需要很长时间才能加载。如何定制?

enter image description here

我在Many2many模型中定义了product.product字段。

product_ids = fields.Many2many(
    comodel_name='product.product', 
    relation='product_procurement_rel',
    column1='process_id',
    column2='product_id',
    string='Products'
)

我该如何解决这个问题?

0 个答案:

没有答案