[FIX] Company logo typo

- Correction of a wrong file reference
- Correction of a wrong fille name

closes odoo/documentation#13419

X-original-commit: 57de65b68f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
Brandon Mercier
2025-05-16 12:03:39 +00:00
parent 55022893ac
commit 7abbe7ad82
2 changed files with 3 additions and 3 deletions

View File

@@ -86,8 +86,8 @@ Background images
Company logo
~~~~~~~~~~~~
For the company logo, the use is a little bit different. First declare it within the `images.xml`
library and then call it using the right template. For instance, to call inside the header, we will
For the company logo, the use is a little bit different. First declare it within the `website.xml`
file and then call it using the right template. For instance, to call inside the header, we will
use `<t t-call="website.placeholder_header_brand">`.
.. code-block:: xml

View File

@@ -678,7 +678,7 @@ structure below.
<odoo noupdate="1">
<record id="website.default_website" model="website">
<field name="name">Airproof</field>
<field name="logo" type="base64" file="website_airproof/static/src/img/content/logo_pred.png"/>
<field name="logo" type="base64" file="website_airproof/static/src/img/content/logo_airproof.png"/>
<field name="favicon" type="base64" file="website_airproof/static/description/favicon.png" />
<field name="shop_ppg">18</field>
<field name="shop_ppr">3</field>