Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7667 Переглядів

When using Odoo v8 and the website builder,

how can I add some custom metatags to the pageheader?

 

Аватар
Відмінити
Найкраща відповідь
  • Solution 1

You use website Editor HTML and modify Main Layout. In this case, when you update Odoo, your changes will be overwritten.

  • Solution 2

You customize Odoo, create own module and override template with id="layout"

Аватар
Відмінити
Найкраща відповідь

to complete the answer, don't forget to had a /> at the end of your meta.

If not, you won"t be able to save your code  due to a violation constraint.

exemple :  <meta name="theme-color" content="#999999" />

Аватар
Відмінити