This question has been flagged
1 Reply
2099 Views

How to add a image to all forms in odoo12 community version

I want that single image in all form..

How to implement it..

Thanks in Advance

Avatar
Discard
Author Best Answer

I got it

<form string="Customer  Form">
                    <sheet>
                    <img src="https://media-cdn.tripadvisor.com/media/photo-s/0e/7f/50/33/lord-murugan-abhishekam.jpg" style="width:70px;height:70px;"/>


Avatar
Discard