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

New Database Creation Language Error V10

S'inscrire

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

Cette question a été signalée
languageerrordatabasecreationpack
6188 Vues
Avatar
AITLAMSALI Alaa

Hi, In Odoo V10 when i try to create new database i have this message bellow i tried many solutions for days but noway, please help me !

Frontend : 

Database creation error: Wrong value for base.language.install.lang: u'fr_FR'

--------------
Backend:

Traceback (most recent call last):

File "/home/odoouser/odoo-dev/odoo/odoo/modules/registry.py", line 83, in new

odoo.modules.load_modules(registry._db, force_demo, status, update_module)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/loading.py", line 289, in load_modules

tools.load_language(cr, lang)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/translate.py", line 1201, in load_language

installer = env['base.language.install'].create({'lang': lang})

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 3823, in create

record = self.browse(self._create(old_vals))

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 3903, in _create

self._check_selection_field_value(name, val)

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 2122, in _check_selection_field_value

field.convert_to_cache(value, self)

File "/home/odoouser/odoo-dev/odoo/odoo/fields.py", line 1780, in convert_to_cache

raise ValueError("Wrong value for %s: %r" % (self, value))

ValueError: Wrong value for base.language.install.lang: u'fr_FR'

2018-02-12 09:35:36,370 3116 ERROR TDD odoo.http: Wrong value for base.language.install.lang: u'fr_FR'

Traceback (most recent call last):

File "/home/odoouser/odoo-dev/odoo/odoo/http.py", line 118, in dispatch_rpc

result = dispatch(method, params)

File "/home/odoouser/odoo-dev/odoo/odoo/service/common.py", line 57, in dispatch

return g[exp_method_name](*params)

File "/home/odoouser/odoo-dev/odoo/odoo/service/common.py", line 29, in exp_authenticate

res_users = odoo.registry(db)['res.users']

File "/home/odoouser/odoo-dev/odoo/odoo/__init__.py", line 52, in registry

return modules.registry.Registry(database_name)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/registry.py", line 59, in __new__

return cls.new(db_name)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/registry.py", line 83, in new

odoo.modules.load_modules(registry._db, force_demo, status, update_module)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/loading.py", line 289, in load_modules

tools.load_language(cr, lang)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/translate.py", line 1201, in load_language

installer = env['base.language.install'].create({'lang': lang})

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 3823, in create

record = self.browse(self._create(old_vals))

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 3903, in _create

self._check_selection_field_value(name, val)

File "/home/odoouser/odoo-dev/odoo/odoo/models.py", line 2122, in _check_selection_field_value

field.convert_to_cache(value, self)

File "/home/odoouser/odoo-dev/odoo/odoo/fields.py", line 1780, in convert_to_cache

raise ValueError("Wrong value for %s: %r" % (self, value))

ValueError: Wrong value for base.language.install.lang: u'fr_FR'



Another message before that one, maybe it concern the same error


2018-02-12 09:35:36,284 3116 ERROR TDD odoo.service.db: CREATE DATABASE failed:

Traceback (most recent call last):

File "/home/odoouser/odoo-dev/odoo/odoo/service/db.py", line 49, in _initialize_db

registry = odoo.modules.registry.Registry.new(db_name, demo, None, update_module=True)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/registry.py", line 83, in new

odoo.modules.load_modules(registry._db, force_demo, status, update_module)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/loading.py", line 280, in load_modules

loaded_modules, processed_modules = load_module_graph(cr, graph, status, perform_checks=update_module, report=report)

File "/home/odoouser/odoo-dev/odoo/odoo/modules/loading.py", line 156, in load_module_graph

_load_data(cr, module_name, idref, mode, kind='data')

File "/home/odoouser/odoo-dev/odoo/odoo/modules/loading.py", line 95, in _load_data

tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 845, in convert_file

convert_xml_import(cr, module, fp, idref, mode, noupdate, report)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 915, in convert_xml_import

obj.parse(doc.getroot(), mode=mode)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 796, in parse

self.parse(rec, mode)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 799, in parse

self._tags[rec.tag](rec, de, mode=mode)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 697, in _tag_record

f_val = _eval_xml(self, field, self.env)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/convert.py", line 144, in _eval_xml

with file_open(node.get('file'), 'rb') as f:

File "/home/odoouser/odoo-dev/odoo/odoo/tools/misc.py", line 195, in file_open

return _fileopen(name, mode=mode, basedir=rtp, pathinfo=pathinfo, basename=basename)

File "/home/odoouser/odoo-dev/odoo/odoo/tools/misc.py", line 251, in _fileopen

raise IOError('File not found: %s' % basename)

ParseError: "File not found: base/static/img/main_partner-image.png" while parsing /home/odoouser/odoo-dev/odoo/odoo/addons/base/base_data.xml:17, near

<record id="main_partner" model="res.partner" context="{'default_is_company': True}">

<field name="name">My Company</field>

<field name="company_id" eval="None"/>

<field name="image" type="base64" file="base/static/img/main_partner-image.png"/>

<field name="customer" eval="False"/>

<field name="is_company" eval="True"/>

<field name="street"/>

<field name="city"/>

<field name="zip"/>

<field name="phone"/>

<field name="email">info@yourcompany.com</field>

<field name="website">www.yourcompany.com</field>

</record>


Thanks for your help

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é
Odoo Community 15 - local windows server 2008 R2 Standard
error database creation access
Avatar
1
août 22
2317
Database creation error: could not translate host name Résolu
error database creation postgresql installer
Avatar
Avatar
2
févr. 24
4272
Error en Odoo al cambiar el entre idiomas
language error
Avatar
Avatar
2
juil. 24
1845
database creation error
error database
Avatar
0
juin 23
7210
Critical database error "KeyError: 'hr'" when launching odoo
error database
Avatar
4
nov. 20
5883
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