Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profit organisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

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

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
8.0website
2 Antwoorden
18096 Weergaven
Avatar
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
Avatar
Annuleer
Avatar
brahim
Auteur Beste antwoord

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
Avatar
Annuleer
Avatar
Axel Mendoza
Beste antwoord

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
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Miss leading warning messages
8.0 website
Avatar
Avatar
1
mrt. 15
4831
[8.0]How to create a documentation website like Odoo Doc
custom 8.0 website
Avatar
Avatar
Avatar
5
mei 16
6653
[8.0]website crm required field in contact form
crm 8.0 website
Avatar
0
mrt. 15
5298
cms v 8.0 - trunk-website-al
8.0 cms website
Avatar
Avatar
Avatar
2
mrt. 15
6233
How to fix duplicate content in website forum addon?
forum 8.0 website
Avatar
Avatar
1
mrt. 15
6663
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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