mirror of
https://github.com/odoo/documentation.git
synced 2025-12-14 00:19:05 +07:00
[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:
@@ -86,8 +86,8 @@ Background images
|
|||||||
Company logo
|
Company logo
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
For the company logo, the use is a little bit different. First declare it within the `images.xml`
|
For the company logo, the use is a little bit different. First declare it within the `website.xml`
|
||||||
library and then call it using the right template. For instance, to call inside the header, we will
|
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">`.
|
use `<t t-call="website.placeholder_header_brand">`.
|
||||||
|
|
||||||
.. code-block:: xml
|
.. code-block:: xml
|
||||||
|
|||||||
@@ -678,7 +678,7 @@ structure below.
|
|||||||
<odoo noupdate="1">
|
<odoo noupdate="1">
|
||||||
<record id="website.default_website" model="website">
|
<record id="website.default_website" model="website">
|
||||||
<field name="name">Airproof</field>
|
<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="favicon" type="base64" file="website_airproof/static/description/favicon.png" />
|
||||||
<field name="shop_ppg">18</field>
|
<field name="shop_ppg">18</field>
|
||||||
<field name="shop_ppr">3</field>
|
<field name="shop_ppr">3</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user