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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
此问题已终结
1
回复
4562
查看
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
|
3755 | ||
|
|
1
1月 24
|
15158 | ||
|
|
1
8月 22
|
6777 | ||
|
|
2
3月 18
|
5795 | ||
|
|
0
1月 18
|
4049 |