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

Enterprise HTML Error V10

S'inscrire

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

Cette question a été signalée
htmleditor
4451 Vues
Avatar
Greg Hintz

I edited the HTML editor under customize in my ecommerce during browser. Odoo Enterprise v10, Ubuntu 16.04 installed of DPKG

It was under the website_sales.product when you browse into a product. I cant seem to locate this file on the server in order to remove the lines of code I added.


This is the error I get when I browse down to a single Item now.

Error to render compiling AST
AttributeError: 'NoneType' object has no attribute 'product_id'
Template: 1292
Path: /templates/t/t/div/section/div[2]/div[2]/td
Node: <td t-if="line.product_id.product_tmpl_id"> 

                  <div>

                         <strong t-field="line.product_id.with_context(display_default_code=True).display_name"/>

                    </div>

    </td>
             
0
Avatar
Ignorer
Greg Hintz
Auteur

Server Error Log

2017-12-17 10:07:10,663 37069 ERROR garys-corp odoo.addons.website.models.ir_http: 500 Internal Server Error:

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 273, in _handle_exception

    response = super(Http, cls)._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception

    return request._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 768, in _handle_exception

    return super(HttpRequest, self)._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 195, in _dispatch

    result = request.dispatch()

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 827, in dispatch

    r = self._call_function(**self.params)

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 333, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 101, in wrapper

    return f(dbname, *args, **kwargs)

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 329, in checked_call

    result.flatten()

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1259, in flatten

    self.response.append(self.render())

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1252, in render

    return env["ir.ui.view"].render_template(self.template, self.qcontext)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 1043, in render_template

    return self.browse(self.get_view_id(template)).render(values, engine)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_ui_view.py", line 115, in render

    return super(View, self).render(values, engine=engine)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/web_editor/models/ir_ui_view.py", line 26, in render

    return super(IrUiView, self).render(values=values, engine=engine)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 1063, in render

    return self.env[engine].render(self.id, qcontext)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/ir_qweb.py", line 53, in render

    return super(IrQWeb, self).render(id_or_xml_id, values=values, **context)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 248, in render

    self.compile(template, options)(self, body.append, values or {})

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 322, in _compiled_fn

    raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0]), name)

QWebException: 'NoneType' object has no attribute 'product_id'

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 315, in _compiled_fn

    return compiled(self, append, values, options, log)

  File "<template>", line 1, in template_1292_16769

  File "<template>", line 3, in body_call_content_16768 AttributeError: 'NoneType' object has no attribute 'product_id'

Error to render compiling AST AttributeError: 'NoneType' object has no attribute 'product_id'

Template: 1292 Path: /templates/t/t/div/section/div[2]/div[2]/td Node: <td t-if="line.product_id.product_tmpl_id">

                  <div>

                         <strong t-field="line.product_id.with_context(display_default_code=True).display_name"/>

                    </div>

    </td>

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é
How to use text fields with HTML-Formatting Résolu
html editor
Avatar
Avatar
1
juil. 25
54954
HTML A tags being sanitized unusable in html editor
html editor
Avatar
Avatar
1
juin 15
7397
HTML Editor bar options
html editor odoo17
Avatar
Avatar
1
déc. 24
1993
login form Résolu
login html editor
Avatar
1
nov. 23
2029
v15 - How to delete custom JS file for frontend )web_assets_common_minmal_js)
html js editor
Avatar
Avatar
1
août 22
4842
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