Skip to content

Commit

Permalink
[IMP] website_product_configurator: Show UoM for custom values
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAionTech committed Feb 22, 2024
1 parent c35a496 commit d8b3d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website_product_configurator/data/config_form_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@
<i class="fa fa-plus" />
</a>
</div>
<div
t-if="line.attribute_id.uom_id"
class="input-group-text"
t-field="line.attribute_id.uom_id"
/>
</div>
</t>
<t t-if="custom_type == 'binary'">
Expand Down

0 comments on commit d8b3d49

Please sign in to comment.