Skip to Content
Menu
This question has been flagged
2 Replies
2455 Views

Hello,

I want to space between my odoo icon and field 
I want to space between email and icon 

Here my code:


<div>
<strong>Purchase Representative:</strong>
<P t-field="o.user_id.partner_id.email" class="fa-envelope"/>
<p t-field="o.user_id.partner_id.phone" class="fa fa-phone icon-large"/>
</div>

Avatar
Discard

post complete code pls

Best Answer

<div t-field="o.user_id.partner_id" t-option='{"widget":"contact", "fields":["phone"],"no_marker":True,"phone_icons":True}' />

Avatar
Discard
Author

Thank you :)

It's working