mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_request: Show Confirm button from stock.request.order only to Stock Request Manager users.
TT39761
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
string="Confirm"
|
string="Confirm"
|
||||||
type="object"
|
type="object"
|
||||||
attrs="{'invisible': [('state', 'not in', ['draft'])]}"
|
attrs="{'invisible': [('state', 'not in', ['draft'])]}"
|
||||||
|
groups="stock_request.group_stock_request_manager"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
name="action_cancel"
|
name="action_cancel"
|
||||||
|
|||||||
Reference in New Issue
Block a user