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

AttributeError: module 'werkzeug.routing' has no attribute 'NumberConverter'

S'inscrire

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

Cette question a été signalée
databaseroutingwerkzeugv15
2 Réponses
22183 Vues
Avatar
velvetsands

After installing and setting up odoo15 with pycharm, its show up this message. I can access to databse creatiion page corrrectly, but after creating a database, it says 

Database creation error: module 'werkzeug.routing' has no attribute 'NumberConverter'


This are the latest logs

  File "/home/ting-er/Odoo/15.0/odoo/odoo/service/server.py", line 1210, in load_server_wide_modules
    odoo.modules.module.load_openerp_module(m)
  File "/home/ting-er/Odoo/15.0/odoo/odoo/modules/module.py", line 396, in load_openerp_module
    __import__('odoo.addons.' + module_name)
  File "/home/ting-er/Odoo/15.0/odoo/odoo/addons/base/__init__.py", line 5, in
    from . import models
  File "/home/ting-er/Odoo/15.0/odoo/odoo/addons/base/models/__init__.py", line 27, in
    from . import ir_http
  File "/home/ting-er/Odoo/15.0/odoo/odoo/addons/base/models/ir_http.py", line 71, in
    class SignedIntConverter(werkzeug.routing.NumberConverter):
AttributeError: module 'werkzeug.routing' has no attribute 'NumberConverter'
2022-07-29 14:04:11,417 79856 INFO ? odoo.service.server: HTTP service (werkzeug) running on TingEr:8015
2022-07-29 14:04:28,564 79856 INFO ? odoo.http: HTTP Configuring static files
2022-07-29 14:04:28,591 79856 INFO ? odoo.http: Generating nondb routing
2022-07-29 14:04:28,609 79856 INFO ? werkzeug: 127.0.0.1 - - [29/Jul/2022 14:04:28] "GET / HTTP/1.1" 303 - 1 0.002 0.039


and the odoo.conf file

[options]
; This is the password that allows database operations:
admin_passwd = 123456
db_host = localhost
db_user = odoo15
db_password = 123456
db_port = 5432
addons_path = /home/ting-er/桌面/Odoo/15.0/odoo/addons
http_port = 8015


0
Avatar
Ignorer
Avatar
CandidRoot Solutions Private Limited
Meilleure réponse

Hello velvetsands,

It seems, your werkzeug version is not latest.

you can check your werkzeug version by following command.

pip freeze | grep Werkzeug

As per odoo's requirement.txt file, we should use Werkzeug==0.16.1 version

you can install correct version using following command.

pip3 install Werkzeug==0.16.1  


Thanks & Regards,

​

CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
    

4
Avatar
Ignorer
Chetan

`Requirement already satisfied: Werkzeug==0.16.1 in ./.local/lib/python3.8/site-packages (0.16.1)`

still getting same error

Avatar
Usama Shakeel
Meilleure réponse

Fixed With !   pip3 install Werkzeug==0.16.1  

Thanks!

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é
Routing conflicts (web controllers) - how to deal, how to solve, how to keep them clean? Résolu
routing werkzeug routes v15 webcontroller
Avatar
Avatar
1
juil. 23
6386
I can't access to my own profile Odoo 15 Database
database v15
Avatar
Avatar
1
févr. 23
4603
Import data from Odoo 13 EE to Odoo 15 CE Résolu
import database v15
Avatar
Avatar
Avatar
2
oct. 23
2796
Access Denied when creating new DB!!
database accessdenied v15
Avatar
Avatar
1
juil. 22
3332
Logged into database, but dbfilter rejects it; logging session out. Odoo 15 Résolu
database valueerror v15
Avatar
1
avr. 22
6396
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