[FIX] Company logo typo

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

closes odoo/documentation#13393

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Brandon Mercier
2025-05-16 14:03:39 +02:00
parent a65c15061d
commit 57de65b68f
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>