コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4750 ビュー

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
1918
1
10月 22
28345
2
10月 22
4346
0
7月 20
1968
1
4月 17
5881