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
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • 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
    Others
    • 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
  • Help

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

The requested URL was not found on the server.

Odoberať

Get notified when there's activity on this post

This question has been flagged
url404
2 Replies
30723 Zobrazenia
Avatar
othmane

Hi, 

I create a new Odoo 8 module, and I started the server using the following command: python odoo.py --addons openerp/addons
(my project is created in / home / othmane / Odoo / openerp / addons)

in the browser gives me this erreur : 

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

and this is what gives me in the terminal: 

othmane@othmane-HP-Pavilion-dv6-Notebook-PC:~/odoo$ python odoo.py --addons openerp/addons
2015-01-18 17:12:08,548 13154 INFO ? openerp: OpenERP version 8.0
2015-01-18 17:12:08,548 13154 INFO ? openerp: addons paths: ['/home/othmane/.local/share/Odoo/addons/8.0', u'/home/othmane/odoo/openerp/addons']
2015-01-18 17:12:08,548 13154 INFO ? openerp: database hostname: localhost
2015-01-18 17:12:08,548 13154 INFO ? openerp: database port: 5432
2015-01-18 17:12:08,548 13154 INFO ? openerp: database user: othmane
2015-01-18 17:12:08,549 13154 WARNING ? openerp.modules.module: module web: module not found
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: Couldn't load module web
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: No module named web
2015-01-18 17:12:08,549 13154 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.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/home/othmane/odoo/openerp/service/server.py", line 850, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/home/othmane/odoo/openerp/modules/module.py", line 314, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/othmane/odoo/openerp/modules/module.py", line 78, in load_module
    f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web
2015-01-18 17:12:08,549 13154 WARNING ? openerp.modules.module: module web_kanban: module not found
2015-01-18 17:12:08,549 13154 CRITICAL ? openerp.modules.module: Couldn't load module web_kanban
2015-01-18 17:12:08,550 13154 CRITICAL ? openerp.modules.module: No module named web_kanban
2015-01-18 17:12:08,550 13154 ERROR ? openerp.service.server: Failed to load server-wide module `web_kanban`.
Traceback (most recent call last):
  File "/home/othmane/odoo/openerp/service/server.py", line 850, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/home/othmane/odoo/openerp/modules/module.py", line 314, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/othmane/odoo/openerp/modules/module.py", line 78, in load_module
    f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web_kanban
2015-01-18 17:12:08,550 13154 INFO ? openerp.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
2015-01-18 17:12:31,787 13154 INFO ? openerp.http: HTTP Configuring static files
2015-01-18 17:12:31,801 13154 INFO odoo openerp.modules.loading: loading 1 modules...
2015-01-18 17:12:31,976 13154 INFO odoo openerp.modules.loading: 1 modules loaded in 0.17s, 0 queries
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.module: module im_odoo_support: module not found
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.graph: module im_odoo_support: not installable, skipped
2015-01-18 17:12:31,979 13154 WARNING odoo openerp.modules.module: module web_tests: module not found

 

thank you for helpping :)

 

0
Avatar
Zrušiť
Avatar
Bole
Best Answer

Addons path is wrong.. 
try putting absolute paths to correct folders fro addons.. 
if you got the code from nightly build, then ../server/addons is only path you need,
if the code came from github, then at least two paths should be used:
../server/addons,../server/openerp/addons

IMPORTANT NOTE : no spaces between paths!

hope it helps

1
Avatar
Zrušiť
Avatar
AinnovateX
Best Answer

log as odoo user and start server by folowing  commands

sudo su odoo

python /home/othmane/odoo/openerp-server --config=/etc/odoo-server.conf

such as your new module is in your specific addons (etc/odoo-server.conf)

hope it help you

1
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
System redirect to a wrong url Solved
url
Avatar
1
máj 25
1528
Chane screen's URL in odoo 17
url
Avatar
0
nov 24
2173
Change meta tag to domain name
url
Avatar
0
mar 24
1963
Odoo 404 error Solved
404
Avatar
1
júl 23
5693
[Solved] How can I get current url, not previous ? Solved
url
Avatar
Avatar
1
dec 23
8056
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