Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • 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 Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & 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
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Installation of odoo 8.0 in ubuntu problem:No such file or directory

Naroči se

Get notified when there's activity on this post

This question has been flagged
installationubuntu
3 Odgovori
9107 Prikazi
Avatar
sark

I have an issue in installing odoo 8.0 in ubuntu 14.04...

the below message i got from terminal..

please help me...

sark@sark-HP-Pavilion-dv6-Notebook-PC:~$ sudo su postgres

[sudo] password for sark:

postgres@sark-HP-Pavilion-dv6-Notebook-PC:/home/sark$ postgres@openerp-desktop:/$ createuser -s openerp

bash: postgres@openerp-desktop:/$: No such file or directory

postgres@sark-HP-Pavilion-dv6-Notebook-PC:/home/sark$

0
Avatar
Opusti
Avatar
sark
Avtor Best Answer

Thank you very much guys..I tried your advise but i got the below..


byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http_core.py to http_core.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http.py to http.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/client.py to client.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http_interface.py to http_interface.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/service.py to service.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/mock_http.py to mock_http.pyc

running install_egg_info

Writing /usr/local/lib/python2.7/dist-packages/gdata-2.0.17.egg-info

root@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp/gdata-2.0.17# exit

exit

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$ sudo su nautilus /opt/openerp

No passwd entry for user 'nautilus'

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$ git clone https://github.com/odoo/odoo.git --branch 8.0

fatal: could not create work tree dir 'odoo'.: Permission denied

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$

0
Avatar
Opusti
Akhil P Sivan

Please modify the permission of the directory with command and try again: sudo chmod 777 /opt/openerp

Avatar
Akhil P Sivan
Best Answer

Hi,

After sudo su - postgres

give, createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp


A nice tutorial to install odoo 8:

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/ 

0
Avatar
Opusti
Avatar
Baiju KS
Best Answer

Hi,

Try this:-

createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt odoo
Enter password for new role: ********
Enter it again: ********

Refer this Link

Hope this helps.

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Installing odoo 12 on ubuntu LTS 22.04
installation ubuntu
Avatar
Avatar
Avatar
2
jun. 22
8984
OpenERP path on Ubuntu installation Solved
installation ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
7
dec. 23
46512
How to install Odoo 14 enterprise with source file (tar file) Solved
installation ubuntu v14
Avatar
Avatar
1
avg. 21
13226
Errors while instalation Odoo 12 + Ubunty 16.04
installation ubuntu odoo12
Avatar
Avatar
1
nov. 20
22931
How to install OpenERP v 7.0 on linux?
installation v7 ubuntu
Avatar
Avatar
Avatar
Avatar
Avatar
4
mar. 15
12242
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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