Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Error in view, cannot go to action menu

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
debugview
1 Répondre
7852 Vues
Avatar
Tobias Frankl

After configuring around in developer mode in the action menu one view can not be opened any more.

The product category throws this message: View error Can't find field 'virtual_available' in the following view parts composing the view of object model 'product.product': * product.product.tree Either you wrongly customized this view, or some modules bringing those views are not compatible with your current data model

Can I repair this in some xml, or do I have to go back to the last backup. Only one day, but some work...

Thanks in advance

0
Avatar
Ignorer
Avatar
Kalmen Chia
Meilleure réponse

Hi ,

yes you should be able to do it without restoring the db and you can follow the steps below,

  • you can use your menu to find out what is the name of your view , you must know exactly the name of your view , this is easier , as you do not have to guess your view. (but you still need to go to the setting menu below to look for it as you can't edit over here any more as it threw you error)
  • or you can directly look for in under setting ->user interface->view and search the name of your view.

then you can edit the view remove the <field> name is "virtual_available" , please remove the all tag <field name="virtual_available"/> ,

hope this help . kalmen

1
Avatar
Ignorer
Tobias Frankl
Auteur

Thank you for your help. I Think I entered product.product.tree into the field product.category.search which was empty before. When I delete the field "virtual_available", as you recommended, the system comes up with the same error but the field is now "price". So I would have to delete a few fields. to come back to my view :-(, but I will try that after saving my starting view.....

Luke Branch

I'm having a similar problem that i've referred to here: https://www.odoo.com/forum/Help-1/question/ImportError-No-module-named-product-55590 and here (main thread regarding the module from v7): https://www.odoo.com/forum/Help-1/question/OpenERP-7-How-can-I-add-images-in-saleoderline-or-in-treeview-generally-483 my XML is as follows (in /odoo/addons/product_image_SO/product_view.xml): product.product.treeproduct.product and i'm getting the following error message: Error details: Field `virtual_available` does not exist Error context: View `product.product.tree` [view_id: 2129, xml_id: n/a, model: product.product, parent_id: 256]" while parsing /opt/odoo/odoo-server/addons/product_image_SO/product_view.xml:4, near product.product.treeproduct.product I believe it may be due to incorrect XML syntax, however I am currently stuck on this error message. Any input or insight would be very much appreciated.

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Where is 'Manage views' in debug menu? Résolu
debug view developer
Avatar
Avatar
Avatar
Avatar
Avatar
5
janv. 24
15281
404 errors loading .js .css .png Résolu
debug error view
Avatar
Avatar
Avatar
3
déc. 23
26904
Webhook. How can i send webhook by execute code?
debug
Avatar
0
nov. 25
5
(@@Iberia^AR@@)¿Cómo se llama ahora Iberia?
debug
Avatar
0
nov. 25
3
Facing trouble with my appointment section
debug
Avatar
0
oct. 25
732
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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