Skip to content
/ odoo Public
forked from odoo/odoo

Odoo. Open Source Apps To Grow Your Business.

License

Notifications You must be signed in to change notification settings

tpphu/odoo

 
 

Repository files navigation

[![Build Status](http://runbot.odoo.com/runbot/badge/flat/1/master.svg)](http://runbot.odoo.com/runbot)

Tech Doc Help Nightly Builds

Odoo

Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, ...

Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.

Getting started with Odoo

For a standard installation please follow the Setup instructions from the documentation.

To learn the software, we recommend the Odoo eLearning, or Scale-up, the business game. Developers can start with the developer tutorials

./odoo-bin -i base --database odoo --stop-after-init --db_host=127.0.0.1 --db_user default --db_password=secret --db_port 5432

Change password admin

~$ python3

from passlib.context import CryptContext setpw = CryptContext(schemes=['pbkdf2_sha512']) setpw.encrypt('YourNewPassword') Copy the Hash created Ctrl D ~$ sudo su postgres ~$ psql postgres=# \connect Your_Database_Name You are now connected to database "Your_database_Name" as user "postgres" YOurDatabase_Name=# UPDATE res_users SET password='YourCopiedHash' WHERE id=2; YOurDatabase_Name=# \q

About

Odoo. Open Source Apps To Grow Your Business.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • Python 47.3%
  • SCSS 2.5%
  • CSS 0.7%
  • HTML 0.3%
  • Shell 0.1%