跳至内容
菜单
此问题已终结
1 回复
4707 查看

Hi,

Is it possible to change default view in Warehouse ?
Once you click on "Warehouse" Odoo displays "All operations" i would like to see products instead.

形象
丢弃
最佳答案

Hi Robert , please try this in your custom module that depend on 'stock' module :


        <menuitem name="Warehouse"
            id="stock.menu_stock_root"
            groups="stock.group_stock_manager,stock.group_stock_user"
            sequence="70" action="product.product_template_action"/>



形象
丢弃
编写者

Many thanx, i'll check it :)

let me know if it works

相关帖文 回复 查看 活动
1
2月 23
1901
1
10月 22
28292
2
10月 22
4307
0
7月 20
1906
1
4月 17
5860