-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favicon feature #199
Comments
This should amount to a module that puts |
PS: I think this is an issue for https://github.com/OCA/website |
My personal "pain point" is that my browser as tabs opened in multiple Odoo environments, and a different favicon per instance (or instance/company) would be very helpful.They may not have website enable, so this would be best as a |
@hbrunn We did ii, at the end we will need 2 modules website_favicon and web_favicon let me port what we did for www.vauxoo.com which is already working (wired in our theme but I can extract it). It is fairly simple. |
ah, then you'll need to change it in two places anyways, one |
@nhomar I wrote my stuff before I saw yours, exactly that |
jejejeje yes.... |
So, I get to choose then... 😉 |
I just saw this new module, which fills a gap that currently had to be custom configured. I'll go ahead and upgrade this to v9, but I was wondering if the community had any interest in retina friendly favicons? In order to accomplish this, we would just need a few additional image fields that provide the proper scaling - similar to products with image_small, _medium, etc. Example of retina favicons:
If this is something the community is interested in, I will add during the 9.0 conversion + back-port for this 8.0 |
that's what @pedrobaeza would have liked to have had in #252, but it didn't work out. I think your code will be welcome, even though I personally couldn't care less. But you should implement it in a way that the fancy stuff isn't mandatory. This issue is done btw, so I'll close it. Forgot that on merge time. |
Copy, thanks for the insight @hbrunn Hooray I love it when work I am planning is already done! I'll check into your PR right now, thanks @pedrobaeza |
@lasley that's what it's like to work in community 😉 |
closes OCA#199
closes OCA#199
…-responsible [IMP] Use first `responsible` instead of second BSMTS-305
It would be nice to be have a feature allowing to set the favicon for an Odoo instance or, if possible, depending on the active Company.
Can experts comment if this is feasible? Given some guidelines I could try a PR.
The text was updated successfully, but these errors were encountered: