Skip to content
Snippets Groups Projects
Commit 7368cbfc authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] sale_management: uom not displayed to the customer

The uom must be displayed to the customer in any case.
Otherwise portal user couldn't sign their online quote if
they couldn't read the uom (ex: a contract of one year or one day)

Fine tuning of https://github.com/odoo/odoo/commit/342dd5ffb8281cb5c37fea4fb96db2b570c30122



opw:2411108

closes odoo/odoo#65010

Signed-off-by: default avatarSimon Goffin (sig) <sig@openerp.com>
parent 5f13ac8c
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
</t>
<t t-else="">
<span t-field="line.product_uom_qty"/>
<span t-field="line.product_uom" groups="uom.group_uom"/>
<span t-field="line.product_uom"/>
</t>
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment