I have a customer who needs to be able to see inventory from on of our warehouses in their customer portal. However, I don't want to give them access to other company information, like sales orders for those products. I would prefer they have a button on the left side that takes them to a view of the inventory, rather than having a "Warehouse" tab. That said, having them go to another tab is fine, as long as they can't see any of our other confidential information. I just want a view with product numbers and quantities. What would be the preferred method for accomplishing this in OpenERP v7?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
In order to provide access to my inventory, I created a view of the product.product model copied from the warehouse view. I then added a subitem to the Portal menu called Inventory. I created a subitem of that called current inventory and had that trigger a window action on the product.product model that called a tree view. Lastly, I provided access rights to the product.product, product.template, uom, stock and other models (OpenERP throws up a warning when loading the view if the user doesn't have access rights).
Can someone please rewrite these steps (mentioned by Michael) with easy to follow direction for Odoo 13 Community Edition?
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
jul 25
|
1413 | ||
|
1
jun 25
|
776 | ||
|
1
jun 25
|
827 | ||
Inventory app undone status
Resuelto
|
|
2
jun 25
|
1528 | |
|
1
may 25
|
1567 |
I appreciate some might see this as too broad of a question. If someone has a suggestion on where I can look, that would be very helpful as well.