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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
3780
Weergaven
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?
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
mrt. 15
|
3243 | ||
|
1
jan. 24
|
13835 | ||
|
1
aug. 22
|
5401 | ||
|
2
mrt. 18
|
4796 | ||
|
0
jan. 18
|
2910 |