跳至內容
選單
此問題已被標幟
1 回覆
4740 瀏覽次數

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
1910
1
10月 22
28323
2
10月 22
4329
0
7月 20
1958
1
4月 17
5868