File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content/developer/howtos/website_themes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ Background images
8686Company logo
8787~~~~~~~~~~~~
8888
89- For the company logo, the use is a little bit different. First declare it within the `images .xml `
90- library and then call it using the right template. For instance, to call inside the header, we will
89+ For the company logo, the use is a little bit different. First declare it within the `website .xml `
90+ file and then call it using the right template. For instance, to call inside the header, we will
9191use `<t t-call="website.placeholder_header_brand"> `.
9292
9393.. code-block :: xml
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ structure below.
678678 <odoo noupdate =" 1" >
679679 <record id =" website.default_website" model =" website" >
680680 <field name =" name" >Airproof</field >
681- <field name =" logo" type =" base64" file =" website_airproof/static/src/img/content/logo_pred .png" />
681+ <field name =" logo" type =" base64" file =" website_airproof/static/src/img/content/logo_airproof .png" />
682682 <field name =" favicon" type =" base64" file =" website_airproof/static/description/favicon.png" />
683683 <field name =" shop_ppg" >18</field >
684684 <field name =" shop_ppr" >3</field >
You can’t perform that action at this time.
0 commit comments