[IMP] stock_request: Show Confirm button from stock.request.order only to Stock Request Manager users.

TT39761
This commit is contained in:
Víctor Martínez
2022-10-21 11:30:58 +02:00
parent de83d73182
commit e20a776043

View File

@@ -23,6 +23,7 @@
string="Confirm"
type="object"
attrs="{'invisible': [('state', 'not in', ['draft'])]}"
groups="stock_request.group_stock_request_manager"
/>
<button
name="action_cancel"