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 to Odoo, using Odoo version 11 unable to process after database creation? on Mac

S'inscrire

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

Cette question a été signalée
databaseodoo11odoo11.0
5413 Vues
Avatar
TestCompany


I am new to odoo, I am working on odoo13, mac os. I want to install an odoo11 project into my system, but this gives error on , http://localhost:8069/web/database/manager  this page, When I simply installs odoo 11 project from scratch I cannot proceed. when I need to createm Database, I get the following error: 

INFO TestV11 odoo.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 1 connections to 'sslmode=prefer dbname=TestV11'

INFO TestV11 werkzeug: 127.0.0.1 - - [29/Jan/2020 10:46:02] "GET /web/database/selector HTTP/1.1" 200 -

INFO TestV11 odoo.modules.loading: loading 1 modules...

2INFO TestV11 odoo.modules.loading: 1 modules loaded in 0.03s, 0 queries

ERROR TestV11 odoo.sql_db: bad query: SELECT * FROM ir_model WHERE state='manual'

ERROR: relation "ir_model" does not exist

LINE 1: SELECT * FROM ir_model WHERE state='manual'

                      ^

WARNING TestV11 odoo.modules.loading: Transient module states were reset

ERROR TestV11 odoo.modules.registry: Failed to load registry

Traceback (most recent call last):

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/modules/registry.py", line 85, in new

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

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/modules/loading.py", line 383, in load_modules

    registry.setup_models(cr)

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/modules/registry.py", line 264, in setup_models

    env['ir.model']._add_manual_models()

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/addons/base/ir/ir_model.py", line 290, in _add_manual_models

    cr.execute('SELECT * FROM ir_model WHERE state=%s', ['manual'])

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/sql_db.py", line 155, in wrapper

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

  File "/usr/local/lib/python2.7/site-packages/odoo-11.0.post20200129-py2.7.egg/odoo/sql_db.py", line 232, in execute

    res = self._obj.execute(query, params)

UndefinedTable: relation "ir_model" does not exist

LINE 1: SELECT * FROM ir_model WHERE state='manual'

                      ^

0
Avatar
Ignorer
Paulo Matos

Hello,

Do you have python3 installed on your system?

Thank you

TestCompany
Auteur

yes I have installed.

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é
New fields to res.partner not saved
odoo11 odoo11.0
Avatar
1
mars 24
2090
“ % if user.signature ” - Statement remains in template
odoo11 odoo11.0
Avatar
Avatar
2
nov. 18
4918
How to set visibilities on customer according to users Résolu
odoo11 odoo11.0
Avatar
Avatar
Avatar
Avatar
3
juil. 18
3652
How to add a sequence on date that we select from date field ???
odoo11 odoo11community odoo11.0
Avatar
0
mai 22
4167
How to uninstall a module from command line odoo 11 Résolu
ubuntu odoo11 odoo11community odoo11.0
Avatar
Avatar
Avatar
Avatar
Avatar
4
juil. 24
24084
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