Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
1622 Представления

Im trying to create a new header for a theme and to do so im following the odoo documentation v16:

https://www.odoo.com/documentation/16.0/developer/howtos/website_themes/layout.html

This is a picture from the odoo docs:

The issue is that I write the same thing as this photo and them I get an xpath error.


Does anybody know why? any help is welcome :)

Аватар
Отменить
Лучший ответ

Hi, This error is arising because you are trying to inherit the wrong record view. So Odoo is unable to locate the specified element in the parent view specified by the XPath expression.
1) Ensure that the parent view specified in the XPath expression exists and has the expected structure.
2) If the parent view is a template or inherits from another view, ensure that the target element is present in the appropriate section or location within the parent view.3) If you're referencing views or elements from other modules, ensure that the necessary dependencies are correctly specified in your module's manifest file (__manifest__.py).
4) Verify that the module containing the parent view is installed and properly configured.


Hope it helps

Аватар
Отменить
Автор Лучший ответ

OKey, I solved by coping a template of any team inside odoo, doing the module with a name diferent than theme_something and it worked.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
июл. 25
382
1
июл. 25
325
2
янв. 25
2129
0
янв. 24
1712
0
дек. 23
2292