Hello, I have built a website with odoo and put some images into it (by coding), the path of the images is :
C:\Program Files\Odoo 9.0-20160609\server\openerp\addons\my-modules-name\static\src\img
I specify them by doing: <img width="110px" src="/odss/static/src/img/images-name.png">
But for some reason they don't load and instead there is a small icon of an image.
I checked the logs and this is what I found for every image:
2016-06-22 12:31:51,605 3012 INFO database-name werkzeug: 127.0.0.1 - - [22/Jun/2016 12:31:51] "GET /my-modules-name/static/src/img/image-name.png HTTP/1.1" 404 -
Please tell me what the problem is.
Is odss your module name?
yes, it is