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

E-commerce bug

S'inscrire

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

Cette question a été signalée
dockere-commerce13
3 Réponses
3459 Vues
Avatar
Kolda

I created odoov13 container from github.com/zurawsm3/odoov13RPI 

I got Odoo source code from: github.com/odoo/docker/tree/master/13.0

EROR:

web_1 | 2020-02-13 09:45:43,404 1 ERROR nowa_baza odoo.http: Exception during JSON request handling. 
web_1 | Traceback (most recent call last):
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 619, in _handle_exception
web_1 | return super(JsonRequest, self)._handle_exception(exception)
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 309, in _handle_exception
web_1 | raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
web_1 | File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise
web_1 | raise value
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 664, in dispatch
web_1 | result = self._call_function(**self.params)
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 345, in _call_function
web_1 | return checked_call(self.db, *args, **kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 93, in wrapper
web_1 | return f(dbname, *args, **kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 338, in checked_call
web_1 | result = self.endpoint(*a, **kw)
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 910, in __call__
web_1 | return self.method(*args, **kw)
web_1 | File "/usr/lib/python3/dist-packages/odoo/http.py", line 510, in response_wrap
web_1 | response = f(*args, **kw)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1320, in call_kw
web_1 | return self._call_kw(model, method, args, kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1312, in _call_kw
web_1 | return call_kw(request.env[model], method, args, kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/api.py", line 395, in call_kw
web_1 | result = _call_kw_multi(method, model, args, kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/api.py", line 382, in _call_kw_multi
web_1 | result = method(recs, *args, **kwargs)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_ui_view.py", line 430, in save
web_1 | super(View, self).save(value, xpath=xpath)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/web_editor/models/ir_ui_view.py", line 184, in save
web_1 | self.save_embedded_field(arch_section)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/web_editor/models/ir_ui_view.py", line 50, in save_embedded_field
web_1 | value = converter.from_html(Model, Model._fields[field], el)
web_1 | File "/usr/lib/python3/dist-packages/odoo/addons/web_editor/models/ir_qweb.py", line 408, in from_html
web_1 | return float(value.replace(lang.thousands_sep, '')
web_1 | TypeError: replace() argument 1 must be str, not bool

I see in logs that before 'save' I didn't have any errors/warnings

I tried with older versions of odoov13 nightly builds and postgresql v12.0. I've got the same error

IMHO changing price of product is common feature. I don't know why it's not working


0
Avatar
Ignorer
Kolda
Auteur

What I did is in comment, because I have number of chars limit:

1) docker-compose up

2) create database * in GUI

3) install Website app

4) choose Bootswatch

5) install E-commerce app

6) add product

7) edit product price

8) save

Kolda
Auteur

I realized that in English language everything works, but in Polish language not

Avatar
Ravi Gadhia
Meilleure réponse

I confirm this is a bug. 
Error raise because of thousand separators not set for polish language.
ref: https://imgur.com/a/oZsD6xZ
I wonder why this bug is not detected earlier because there are many languages were a thousand separators not available.
ref: https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/data/res.lang.csv

1
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é
I can't find created modules
module scaffold docker 13
Avatar
0
févr. 20
5876
Generate user after checkout completion
e-commerce
Avatar
0
sept. 25
1805
Price configuration in e-commerce
e-commerce
Avatar
Avatar
1
avr. 24
3037
How to automate initial configuration? Résolu
13
Avatar
Avatar
Avatar
Avatar
4
févr. 24
8048
Where can I find a report on cash in / out? Résolu
13
Avatar
Avatar
Avatar
Avatar
3
mars 24
3735
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