Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

problem launching odoo.py on a fresh install odoo v9...

Odoberať

Get notified when there's activity on this post

This question has been flagged
odoo9.0
1 Odpoveď
2904 Zobrazenia
Avatar
Roberto Espí

Hello ... today I downloaded the nightly version of Odoo v9 on my PC.  I'm building a Raspberry Pi version of an OpenERP so that people can use it in embedded environments.   I managed to include all of the dependencies according to the requirements.txt file that comes along in the package, along with postgresql and all the initial configuration that needs to be done (pgsql templates, etc ... ).  When I run the odoo.py script I get these messages:

2016-09-19 16:19:07,114 525 INFO ? openerp: OpenERP version 9.0c-20160919
2016-09-19 16:19:07,119 525 INFO ? openerp: addons paths: ['/root/.local/share/Odoo/addons/9.0', u'/usr/lib/python2.7/site-packages/openerp/addons']
2016-09-19 16:19:07,122 525 INFO ? openerp: database: default@default:default
2016-09-19 16:19:07,125 525 WARNING ? openerp.modules.module: module web: module not found
2016-09-19 16:19:07,699 525 WARNING ? openerp.modules.module: module base: module not found
2016-09-19 16:19:07,700 525 CRITICAL ? openerp.modules.module: Couldn't load module web
2016-09-19 16:19:07,702 525 CRITICAL ? openerp.modules.module: 'version'
2016-09-19 16:19:07,703 525 ERROR ? openerp.service.server: Failed to load server-wide module `web`. The `web` module is provided by the addons found in the `openerp-web` project.
The `web` module is provided by the addons found in the `openerp-web` project.
...
...
2016-09-19 16:19:07,716 525 WARNING ? openerp.modules.module: module web_kanban: module not found
2016-09-19 16:19:07,719 525 WARNING ? openerp.modules.module: module web_kanban: module not found
2016-09-19 16:19:07,720 525 CRITICAL ? openerp.modules.module: Couldn't load module web_kanban
2016-09-19 16:19:07,721 525 CRITICAL ? openerp.modules.module: 'post_load'

From what I understand it doesn't find several modules that are in the addons directory it detects when starting the script: /usr/lib/python2.7/site-packages/openerp/addons.  

So , any advice ...

Versions:

Odoo 9.0c-20160618

PostgreSQL 9.5.2

Python 2.7.11

Python Installed Modules (long list): openerp is installed.  http://pastebin.com/05BqwtEthttp://pastebin.com/05BqwtEt

0
Avatar
Zrušiť
Avatar
Divya-vyas
Best Answer

Hello Roberto,

start your server with  =  odoo.py  --addons-path = addons

add your addons path after odoo.py script



 

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Is there any module for manage test cases in odoo?
odoo9.0
Avatar
Avatar
1
dec 24
6860
How to hide duplicate button inside form view Odoo 9
odoo9.0
Avatar
Avatar
Avatar
Avatar
3
aug 24
7649
how to know the odoo master password? Solved
odoo9.0
Avatar
Avatar
Avatar
Avatar
Avatar
4
júl 24
42631
Default value in form view Solved
odoo9.0
Avatar
Avatar
Avatar
Avatar
5
apr 23
100901
odoo 9 theme installed in addson are missing from app Solved
odoo9.0
Avatar
Avatar
Avatar
3
nov 22
5163
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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