How To Display Image With URL in Odoo

Usually the image in odoo is saved as binary, but we can also use URL to display image. The popular way is using CDN to save the image (or other binary attachment) and display the image with that CDN URL. But how if we can’t use CDN? Do we have an alternate method to display …

How To Display Image With URL in Odoo Read More »