how to modify the website menu logo using xml code odoo 16
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
            
                1
                
                    Respondre
                
            
        
        
            
                3950
                
                    Vistes
                
            
        
    Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|  | 1 de maig 25  | 2666 | ||
|  | 4 de maig 24  | 4587 | ||
|  | 0 de gen. 24  | 2316 | ||
|  | 0 de jul. 24  | 256 | ||
|  | 1 d’ag. 23  | 4033 | 
 
                        
<template id="template_logo_replaced" inherit_id="website.option_header_brand_logo">
<xpath expr="//a/span" position="replace">
<span t-field="website.logo" t-options="{'widget': 'image', 'width': 95, 'height': 40}" role="img" t-att-aria-label="'Logo of %s' % website.name" t-att-title="website.name"/>
</xpath>
</template>
it works