Skip to content

Commit

Permalink
[FIX] web_widget_one2many_product_picker_sale_elaboration: Show field…
Browse files Browse the repository at this point in the history
… in all products
  • Loading branch information
Tardo committed Oct 26, 2021
1 parent 80c4d54 commit 2c33c1f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
t-jquery="t[t-call='One2ManyProductPicker.ActionButton']"
t-operation="after"
>
<t
t-if="state.model === 'sale.order.line' &amp;&amp; state.data['elaboration_id']"
>
<t t-if="state.model === 'sale.order.line'">
<span
data-field="elaboration_id"
data-esc="elaboration_id.data.display_name"
Expand Down

0 comments on commit 2c33c1f

Please sign in to comment.