Skip to Content
Menú
This question has been flagged
1 Respondre
4712 Vistes

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.

Avatar
Descartar
Best Answer

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"/>



Avatar
Descartar
Autor

Many thanx, i'll check it :)

let me know if it works

Related Posts Respostes Vistes Activitat
1
de febr. 23
1901
1
d’oct. 22
28297
2
d’oct. 22
4308
0
de jul. 20
1908
1
d’abr. 17
5861