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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 24
|
2594 | ||
|
3
Nov 24
|
1489 | ||
|
3
Nov 24
|
269 | ||
|
0
Oct 24
|
215 | ||
|
0
Aug 24
|
260 |
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.