How do I remove access rights from non-admin users and managers from updating products quantities in all modules where products quantity can be updated?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
2215
瀏覽次數
Hello Tablet Plaza,
Add below group on button of "Update on hand Qty " button
groups="base.group_erp_manager"
This group can be accessible for the admin only
Thanks...
For more information Contact us:- https://kanakinfosystems.com/odoo-development-services
Hi Neha Sharma-Kanak, thank for your answer, can I do it on odoo frontend?