Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4038 Переглядів

how can we disable update button in inventory tab in product form when log in as a non-admin user

Аватар
Відмінити
Найкраща відповідь

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?

Related Posts Відповіді Переглядів Дія
0
бер. 15
3441
1
січ. 24
14257
1
серп. 22
5803
2
бер. 18
5062
0
січ. 18
3174