Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4705 Vistas

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
Mejor respuesta

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

Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 23
1900
1
oct 22
28288
2
oct 22
4303
0
jul 20
1905
1
abr 17
5858