how to group one2many list view inside another model in openerp 6.1?

妖精的绣舞 提交于 2019-12-06 08:22:06

问题


In my sale.order, i have added a new one2many field sale_bom for showing the bill of material lines. Whenever i add a sale order line, if the product have a bill of material then its bom lines should be shown under the new field sale_bom.

I found the way to group the sale_bom lines by sale_order_lines using context="{'group_by':'sale_order_line'}" in web client and gtk client of openerp v6.0.3 but it is not working in openerp v6.1

Is there any way to group in openerp v6.1 web client?

回答1:


in openerp6.1 webclient it is not possible to please use GTK client. or provide a link for the tree view in right panel .



来源:https://stackoverflow.com/questions/11153743/how-to-group-one2many-list-view-inside-another-model-in-openerp-6-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!