Skip to content

Commit

Permalink
[FIX] sale_order_product_recommendation: repair tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis D. Lafaurie authored and cesar-tecnativa committed Jul 26, 2022
1 parent 08478c3 commit ad58800
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
<field name="times_delivered" />
<field name="units_delivered" />
<field name="units_included" widget="numeric_step" />
<field name="sale_uom_id" optional="show" />
<field
name="sale_uom_id"
optional="show"
groups="uom.group_uom"
/>
</tree>
<kanban
class="o_kanban_mobile"
Expand Down Expand Up @@ -72,6 +76,7 @@
name="units_included"
/><span> </span><field
name="sale_uom_id"
groups="uom.group_uom"
/></strong></div>
</div>
</div>
Expand Down

0 comments on commit ad58800

Please sign in to comment.