Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sale_stock_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Sale Stock UX",
"version": "18.0.1.3.0",
"version": "18.0.1.4.0",
"category": "Sales",
"sequence": 14,
"summary": "",
Expand Down
2 changes: 1 addition & 1 deletion sale_stock_ux/views/sale_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
icon="fa-ban"
confirm="This will set line quantity equal to delivery qty and will cancel remaining moves. This can not be undone. Are you sure you want to continue?"
invisible="delivery_status != 'to deliver'"
groups="sales_team.group_sale_salesman"
groups="stock_ux.allow_picking_cancellation"
context="{'cancel_from_order': True}"/>
</xpath>
<group name="sale_info">
Expand Down