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

Problems with Product module

S'inscrire

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

Cette question a été signalée
errorproductodoo8.0
4 Réponses
3829 Vues
Avatar
Andriy

Hi, everyone. Please, help me in solving my problem. We use Odoo 8. On Ubuntu server. When I open a Product list, no matter in which view (tree, canban or form), I see this Odoo Server Error:

Traceback (most recent call last): File "/opt/odoo/odoo/openerp/http.py", line 530, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/openerp/http.py", line 567, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo/openerp/http.py", line 303, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo/openerp/service/model.py", line 113, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo/openerp/http.py", line 300, in checked_call return self.endpoint(*a, **kw) File "/opt/odoo/odoo/openerp/http.py", line 796, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo/openerp/http.py", line 396, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 876, in search_read return self.do_search_read(model, fields, offset, limit, domain, sort) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 897, in do_search_read request.context) File "/opt/odoo/odoo/openerp/http.py", line 900, in proxy result = meth(cr, request.uid, *args, **kw) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 5127, in search_read result = self.read(cr, uid, record_ids, fields, context=read_ctx) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 3125, in read result = BaseModel.read(records, fields, load=load) File "/opt/odoo/odoo/openerp/api.py", line 239, in wrapper return new_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 3160, in read self._read_from_database(stored, inherited) File "/opt/odoo/odoo/openerp/api.py", line 239, in wrapper return new_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 3325, in _read_from_database res2 = self._columns[fs[0]].get(cr, self._model, ids, fs, user, context=context, values=result) File "/opt/odoo/odoo/openerp/osv/fields.py", line 1446, in get result = self._fnct(obj, cr, uid, ids, name, self._arg, context) File "/opt/odoo/odoo/addons/stock/product.py", line 340, in _product_available variant_available= self.pool['product.product']._product_available(cr, uid, var_ids, context=context) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/addons/stock/product.py", line 153, in _product_available moves_in = self.pool.get('stock.move').read_group(cr, uid, domain_move_in, ['product_id', 'product_qty'], ['product_id'], context=context) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 2071, in read_group query = self._where_calc(cr, uid, domain, context=context) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/models.py", line 4444, in _where_calc e = expression.expression(cr, user, domain, self, context) File "/opt/odoo/odoo/openerp/osv/expression.py", line 643, in __init__ self.expression = distribute_not(normalize_domain(exp)) File "/opt/odoo/odoo/openerp/osv/expression.py", line 305, in distribute_not return [domain[0]] + distribute_not(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 305, in distribute_not return [domain[0]] + distribute_not(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 305, in distribute_not return [domain[0]] + distribute_not(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 305, in distribute_not return [domain[0]] + distribute_not(domain[1:])

...

File "/opt/odoo/odoo/openerp/osv/expression.py", line 299, in distribute_negate done1, todo1 = distribute_negate(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 299, in distribute_negate done1, todo1 = distribute_negate(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 299, in distribute_negate done1, todo1 = distribute_negate(domain[1:]) File "/opt/odoo/odoo/openerp/osv/expression.py", line 292, in distribute_negate if is_leaf(domain[0]): File "/opt/odoo/odoo/openerp/osv/expression.py", line 400, in is_leaf return (isinstance(element, tuple) or isinstance(element, list)) \RuntimeError: maximum recursion depth exceeded while calling a Python object

0
Avatar
Ignorer
Andriy
Auteur

What is very strangely, because I don't see any reason for this error - nobody nothing was doing with this or any others modules for last time.

Ermin Trevisan

Thanks, Ayman Mohamed Adam, for quick answering. Code of what have I to share? Product module includes many xml files. I also updated Product module, but there is no result.

Avatar
Andriy
Auteur Meilleure réponse

Can anybody solve this problem for money? We really need it.

0
Avatar
Ignorer
Avatar
ayman mohammed adam
Meilleure réponse

Dear Andriy,

I think this error related to domain that modified or written on xml view

Please share your code and then we can solve this error.

0
Avatar
Ignorer
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é
Integrity error while adding calendar view.
error odoo8.0
Avatar
0
août 15
3788
Error: column product_template.attribute_set_id does not exist
error product
Avatar
0
mars 15
4024
error too many values to unpack when display new field on tree view Résolu
error product tree_view
Avatar
Avatar
Avatar
3
mars 24
2769
Product model not defined, Please contact your administrator.
error product label
Avatar
Avatar
1
avr. 24
2575
How to configure "error page" in V13 ? Résolu
sales error product
Avatar
Avatar
Avatar
2
mars 24
5767
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