how can we disable update button in inventory tab in product form when log in as a non-admin user
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
4072
화면
Hi,
Add group to the button.
ie,
<button name="%(action_view_change_product_quantity)d" string="update"
type="action"
class="oe_link" groups="stock.group_stock_manager"/>
admin should enabled to update the product details
the non admin users should have only the read access,but the admin should have the rights to update by all means
groups="stock.group_stock_manager."which group do you mean?
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
3월 15
|
3454 | ||
|
1
1월 24
|
14275 | ||
|
1
8월 22
|
5830 | ||
|
2
3월 18
|
5086 | ||
|
0
1월 18
|
3212 |