Skip to content
Snippets Groups Projects
Commit 5cebb129 authored by Ninh Duc Hieu's avatar Ninh Duc Hieu Committed by Victor Feyens
Browse files

[FIX] sale: text overflow


Currently in Sale/Orders/Sales Teams menu , The Sales Analysis dashboard
have text overflow bug for large numbers in USD/EUR this bug might be
rare but in currency like Yuan or VND its common

closes odoo/odoo#106737

X-original-commit: 2e58bc2f
Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
parent 536ea340
No related branches found
No related tags found
No related merge requests found
......@@ -109,14 +109,14 @@
<xpath expr="//t[@name='second_options']" position="after">
<div class="row" t-if="record.quotations_count.raw_value">
<div class="col-8">
<div class="col">
<a name="%(action_quotations_salesteams)d" type="action" context="{'search_default_draft': True, 'search_default_sent': True}">
<field name="quotations_count" class="me-1"/>
<t t-if="record.quotations_count.raw_value == 1">Quotation</t>
<t t-else="">Quotations</t>
</a>
</div>
<div class="col-4 text-end text-truncate">
<div class="col-auto text-truncate">
<field name="quotations_amount" widget="monetary"/>
</div>
</div>
......
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