Skip to content

Commit

Permalink
Merge PR OCA#1793 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Jan 12, 2022
2 parents fe53906 + dd13dfe commit c7fd212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_order_line_packaging_qty/views/sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name="product_packaging"
attrs="{'invisible': [('product_id', '=', False)]}"
context="{'default_product_id': product_id, 'tree_view_ref':'product.product_packaging_tree_view', 'form_view_ref':'product.product_packaging_form_view'}"
domain="[('product_id','=',product_id)]"
domain="[('product_id','=',product_id), ('qty', '>', 0)]"
groups="product.group_stock_packaging"
optional="show"
/>
Expand Down

0 comments on commit c7fd212

Please sign in to comment.