Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Element '<xpath expr="//header//a[@class='navbar-brand']">' cannot be located in parent view

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
8.0website
2 Răspunsuri
18094 Vizualizări
Imagine profil
brahim

Hello,


i had suddenly this error in my database (odoo 8.0):

 

Field(s) `arch` failed against a constraint: Invalid view definition
Error details:
Element '<xpath expr="//header//a[@class='navbar-brand']">' cannot be located in parent view
Error context:
View `Show Logo`
[view_id: 846, xml_id: website.layout_logo_show, model: n/a, parent_id: 844]" while parsing None:173, near
<data inherit_id="website.layout" customize_show="True" name="Show Logo">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a href="/" class="navbar-brand logo">
<img src="/logo.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
</a>
</xpath>
</data>


no configuration or operation was made before

to resolve this issue i tried the following:

- update the module by command line - d databasename -u website

- update the module by command line - d databasename -u all

- comment the view "Show Logo" and update website module

- comment the view "Show Logo" and update all modules

none of the above procedures worked then i tried this step

- delete view from ir_ui_view table directly from database using name='Show Logo'  as a condition then updated the database with view 'Show logo' commented  in odoo-server/addons/website/views/website_templates.xml

this procedure worked for me. 

Now my question is why this error happened ? and is it correct to modify directly in website module ?

 

0
Imagine profil
Abandonează
Imagine profil
brahim
Autor Cel mai bun răspuns

Thank you for your answer, i did a complete search in all directories  "header//a[@class='navbar-brand']" is only used in website module and in a custom module not installed in my database.  commenting this one in custom modulte didnt resolve the issue.

i took a look in  views there is only one view with external id = "website.layout"   Main Layout here is its content:


<t name="Main layout" t-name="website.layout">&lt;!DOCTYPE html&gt;
    <html t-att-lang="lang and lang.replace('_', '-')" t-att-data-website-id="website.id if editable and website else None"          t-att-data-editable="'1' if editable else None"          t-att-data-translatable="'1' if translatable else None"          t-att-data-view-xmlid="xmlid if editable else None" t-att-data-main-object="repr(main_object) if editable else None"          t-att-data-oe-company-name="res_company.name">        <head>            <meta charset="utf-8"/><t t-if="main_object and 'website_meta_title' in main_object and not title">            <t t-set="title" t-value="main_object.website_meta_title"/>        </t><t t-if="main_object and 'name' in main_object and not title and not additional_title">            <t t-set="additional_title" t-value="main_object.name"/></t>            <t t-if="not title"><t t-set="title"><t t-if="additional_title">                <t t-raw="additional_title"/> | </t><t t-esc="(website or res_company).name"/></t>            </t><meta name="viewport" content="initial-scale=1"/><meta name="description" t-att-content="main_object and 'website_meta_description' in main_object                 and main_object.website_meta_description or website_meta_description"/><meta name="keywords" t-att-content="main_object and 'website_meta_keywords' in main_object                 and main_object.website_meta_keywords or website_meta_keywords"/><meta name="generator" content="Odoo"/><title><t t-esc="title"/></title><t t-set="languages" t-value="website.get_languages() if website else None"/><t t-if="request and request.website_multilang and website"><t t-foreach="website.get_alternate_languages(request.httprequest)" t-as="lg"><link rel="alternate" t-att-hreflang="lg['hreflang']" t-att-href="lg['href']"/></t></t><t t-call-assets="web.assets_common" t-js="false"/><t t-call-assets="website.assets_frontend" t-js="false"/><t t-raw="head or ''" name="layout_head"/>        </head>        <body>            <div id="wrapwrap">            <header>                <div class="navbar navbar-default navbar-static-top">                    <div class="container">            <div class="navbar-header">                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-top-collapse">                    <span class="sr-only">Basculer la navigation</span><span class="icon-bar"/><span class="icon-bar"/><span class="icon-bar"/></button><span data-cke-widget-id="107" data-cke-display-name="a" class="cke_widget_wrapper cke_widget_inline" data-cke-filter="off" data-cke-widget-wrapper="1" tabindex="-1">        <a class="navbar-brand cke_widget_editable cke_widget_element" data-cke-enter-mode="2" data-cke-filter="43" data-cke-saved-href="/" data-cke-widget-data="{}" data-cke-widget-editable="text" data-cke-widget-keep-attr="0" data-widget="oeref" href="/" t-field="res_company.name"/></span></div><div class="collapse navbar-collapse navbar-top-collapse"><ul class="nav navbar-nav navbar-right" id="top_menu"><t t-foreach="website.menu_id.child_id" t-as="submenu"><t t-call="website.submenu"/></t><li class="divider" t-ignore="true" t-if="website.user_id != user_id"/><li class="dropdown" t-ignore="true" t-if="website.user_id != user_id"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><b><span t-esc="user_id.name"/><span class="caret"/></b></a><ul class="dropdown-menu js_usermenu" role="menu"><li><a href="/web" role="menuitem">My Account</a></li><li class="divider"/><li><a t-attf-href="/web/session/logout?redirect=/" role="menuitem">Logout</a></li></ul></li></ul></div></div></div>            </header><main><t t-raw="0"/></main><footer><div id="footer_container">                    </div></footer></div>        <t t-call-assets="web.assets_common" t-css="false"/>        <t t-call-assets="website.assets_frontend" t-css="false"/>        <script t-if="website and website.google_analytics_key">                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
                ga('create', _.str.trim('<t t-esc="website.google_analytics_key"/>'), 'auto');
                ga('send','pageview');
            </script>    </body></html></t>


could you check if the expression is correct ?   <xpath expr="//header//a[@class='navbar-brand']" position="replace">


i don know why but "navbar-brand" cant be located in the original website.layout view


Thanks.

0
Imagine profil
Abandonează
Imagine profil
Axel Mendoza
Cel mai bun răspuns

That error could be related to that another view extension perhaps in another module or theme change the website.layout template making the xpath expr "//header//a[@class='navbar-brand']" unable to retrieve any node to transform and that cause the error. Perhaps the template was changed manually using the website editor or backend view form.

To determine what is the root of the issue you need to see what views are inheriting from the same view of your trouble view, in this case is website.layout the base view, so open up all the view that inherit from that view, you could do it in the views form in the backend with the technical features activated, in the menu /Settings/Technical/User Interface/Views

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Miss leading warning messages
8.0 website
Imagine profil
Imagine profil
1
mar. 15
4831
[8.0]How to create a documentation website like Odoo Doc
custom 8.0 website
Imagine profil
Imagine profil
Imagine profil
5
mai 16
6652
[8.0]website crm required field in contact form
crm 8.0 website
Imagine profil
0
mar. 15
5297
cms v 8.0 - trunk-website-al
8.0 cms website
Imagine profil
Imagine profil
Imagine profil
2
mar. 15
6233
How to fix duplicate content in website forum addon?
forum 8.0 website
Imagine profil
Imagine profil
1
mar. 15
6663
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now