Skip to content

Commit 1551771

Browse files
committed
[FIX] Company logo typo
- Correction of a wrong file reference - Correction of a wrong fille name closes #13418 X-original-commit: 57de65b Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Signed-off-by: Brandon Mercier (bram) <[email protected]>
1 parent 3e81d90 commit 1551771

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/developer/howtos/website_themes/media.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Background images
8686
Company 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
9191
use `<t t-call="website.placeholder_header_brand">`.
9292

9393
.. code-block:: xml

content/developer/howtos/website_themes/theming.rst

+1-1
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)