muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
109 stars 231 forks source link

Default web_icon issue #156

Open cirincb opened 4 years ago

cirincb commented 4 years ago

Inside apps.xml :

Inside appsbar.xml:

                        <t t-else="">
                            <img class="mk_apps_sidebar_icon"
                                 t-attf-src="#{'default icon path here'}"/>
                        </t>
keshrath commented 4 years ago

?

cirincb commented 4 years ago

default_icon_issue

keshrath commented 4 years ago

Could you please describe the problem, I'm not following you.

cirincb commented 4 years ago

In enterprise version, If there is no web_icon for a specified module, then it will take a default web_icon ie, see the first image: 1. enterprise

The issue is when I install Muk Backend Theme if there is no web_icon for a module, then it looks like (image 2) 2. muk_theme

right now did you understand the real issue?

keshrath commented 4 years ago

ah ok - so we could do a default one like the EE version