I would like to add some logos (certifications, etc) to a Quotation page, but I am not sure if that is possible. I can get the main logo (corprate header to print without issue, but no other images. Is it possible to add images besides those of products or the corprate logo? If so, where on the server are they stored, and how do I reference them? Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
2530
Zobrazenia
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia
One would think that you could just reference them as normal HTML. I tried simply adding "
" into one of my templates, thinking that it would read from the web root directory of the web server, but it doesn't work.
Ha ha! It's trying to interpret my use of '' as actual HTML code! This site really needs some form of markup/markdown code.
Dang, it stripped that out, too! I guess you can't even use anything that even remotely looks like an image tag, no matter if you purposely make it invalid HTML or not!
Yeah this forum is in desperate need of a code block. I really don't get why it doesn't exist. Anyway I figured this out a while ago, so if you're looking to put images in an RML report here is some sample code for you http://pastebin.com/n26rsBvN. It has to be within the pageGraphics tag within pageTemplate, but it will work when you do that. Cheers!