이 섹션은 odoo-8이 무엇인지, 왜 개발자가 그것을 사용하고 싶어하는지에 대한 개요를 제공합니다. 또한 odoo-8 내의 큰 주제를 언급하고 관련 주제와 연결됩니다. Odoo-8의 문서는 새로운 것이므로 관련 주제의 초기 버전을 만들어야 할 수도 있습니다. Odoo free download - Odoo, Odoo Contacts, Odoo Theme Kingfisher, and many more programs. Download Slack for free for mobile devices and desktop. Keep up with the conversation with our apps for iOS, Android, Mac, Windows and Linux. Download PostgreSQL packages or installers free from EDB. Get PostgreSQL for Windows, Linux and MacOS platforms. Download 32-bit or 64-bit versions. Download open-source PostgreSQL now. Trusted Windows (PC) download Odoo 13.0.20200917. Virus-free and 100% clean download. Get Odoo alternative downloads. I am afraid No. Only for Windows and Linux. Bitnami also provides local installers (of Odoo) for Windows and Linux only but not for Mac. Odoo Official Downloads - OpenERP Odoo - Bitnami installers page.
There are multiple ways to install Odoo, or not install it at all, dependingon the intended use case.
This documents attempts to describe most of the installation options.
- Online
- The easiest way to use Odoo in production or to try it.
- Packaged installers
- Suitable for testing Odoo, developing modules and can be used forlong-term production use with additional deployment and maintenance work.
- Source Install
- Provides greater flexibility: e.g. allow multiple running Odoo versions onthe same system. Good for developing modules, can be used as base forproduction deployment.
- Docker
- If you usually use docker for development or deployment, an officialdocker base image is available.
Editions
There are two different Editions of Odoo: the Community and Enterprise versions.Using the Enterprise version is possible on our SaaS and accessing the code isrestricted to Enterprise customers and partners. The Community version is freelyavailable to anyone.
If you already use the Community version and wish to upgrade to Enterprise, pleaserefer to From Community to Enterprise (except for Source Install).
Online
Demo
To simply get a quick idea of Odoo, demo instances are available. They areshared instances which only live for a few hours, and can be used to browsearound and try things out with no commitment.
Demo instances require no local installation, just a web browser.
SaaS
Trivial to start with, fully managed and migrated by Odoo S.A., Odoo’s SaaSprovides private instances and starts out free. It can be used to discover andtest Odoo and do non-code customizations (i.e. incompatible with custom modulesor the Odoo Apps Store) without having to install it locally.
Can be used for both testing Odoo and long-term production use.
Like demo instances, SaaS instances require no local installation, a webbrowser is sufficient.
Packaged installers
Odoo provides packaged installers for Windows, deb-based distributions(Debian, Ubuntu, …) and RPM-based distributions (Fedora, CentOS, RHEL, …) forboth the Community and Enterprise versions.
These packages automatically set up all dependencies (for the Community version),but may be difficult to keep up-to-date.
Official Community packages with all relevant dependency requirements areavailable on our nightly server. Both Communtiy and Enterprise packages canbe downloaded from our download page (you must to be logged in as a payingcustomer or partner to download the Enterprise packages).
Windows
- Download the installer from our nightly server (Community only) or the Windows installer fromthe download page (any edition).
Execute the downloaded file.
Warning
On Windows 8 and later you may see a warning titled “Windows protected your PC”.- Accept the UAC prompt.
- Go through the various installation steps.
Odoo will automatically be started at the end of the installation.
Linux
Debian/Ubuntu
Odoo 13.0 ‘deb’ package currently supports Debian Buster, Ubuntu 18.04 or above.
Prepare
Odoo needs a PostgreSQL server to run properly. The default configuration forthe Odoo ‘deb’ package is to use the PostgreSQL server on the same host as yourOdoo instance. Execute the following command in order to install the PostgreSQL server:
Warning
wkhtmltopdf
is not installed through pip and must be installed manually inversion 0.12.5 for it to support headers andfooters. See our wiki for moredetails on the various versions.
Repository
Odoo S.A. provides a repository that can be used with Debian and Ubuntu distributions. It can beused to install Odoo Community Edition by executing the following commands as root:
You can then use the usual apt-get upgrade
command to keep your installation up-to-date.
Download Odoo 8 For Mac Iso
At this moment, there is no nightly repository for the Enterprise Edition.
Deb Package
Instead of using the repository as described above, the ‘deb’ packages for both the Community andEnterprise editions can be downloaded from the official download page.
Next, execute the following commands as root:
This will install Odoo as a service, create the necessary PostgreSQL userand automatically start the server.
Warning
The python3-xlwt
Debian package does not exists in Debian Buster nor Ubuntu 18.04.This python module is needed to export into xls format.
If you need the feature, you can install it manually with:
Warning
The num2words
python package does not exists in Debian Buster nor Ubuntu 18.04.Textual amounts will not be rendered by Odoo and this could cause problems with thel10n_mx_edi
module.
If you need this feature, you can install manually with:
Fedora
Odoo 13.0 ‘rpm’ package supports Fedora 30.
Prepare
Odoo needs a PostgreSQL server to run properly. Make sure that the sudo
command is availableand well configured and, only then, execute the following command in order to install the PostgreSQLserver:
Warning
wkhtmltopdf
is not installed through pip and must be installed manually inversion 0.12.5 for it to support headers andfooters. See our wiki for moredetails on the various versions.
Repository
Odoo S.A. provides a repository that can be used with the Fedora distributions.It can be used to install Odoo Community Edition by executing the followingcommands:
RPM package
Instead of using the repository as described above, the ‘rpm’ packages for both the Community andEnterprise editions can be downloaded from the official download page.
Once downloaded, the package can be installed using the ‘dnf’ package manager:
Source Install
The source “installation” is really about not installing Odoo, and running it directly from sourceinstead.
This can be more convenient for module developers as the Odoo source is more easily accessiblethan using packaged installation (for information or to build this documentation and have itavailable offline).
It also makes starting and stopping Odoo more flexible and explicit than the services set up by thepackaged installations, and allows overriding settings usingcommand-line parameters without needing to edit a configuration file.
Finally it provides greater control over the system’s set up, and allows to more easily keep(and run) multiple versions of Odoo side-by-side.
Windows
Fetch the sources
There are two ways to obtain the source code of Odoo: as a zip archive or through git.
Archive
Community Edition:
Enterprise Edition:
Git
The following requires git to be installed on your machine and that you have basic knowledge ofgit commands.
Community Edition:
Enterprise Edition: (see Editions to get access)
Note
The Enterprise git repository does not contain the full Odoo source code. It is onlya collection of extra add-ons. The main server code is in the Community version. Runningthe Enterprise version actually means running the server from the Community version withthe addons-path option set to the folder with the Enterprise version. You need to cloneboth the Community and Enterprise repository to have a working Odoo Enterpriseinstallation.
Prepare
Python
Odoo requires Python 3.6 or later to run. Visit Python’s download pageto download and install the latest version of Python 3 on your machine.
During installation, check Add Python 3 to PATH, then click Customize Installation and makesure that pip is checked.
Note
If Python 3 is already installed, make sure that the version is 3.6 or above, as previousversions are not compatible with Odoo.
Verify also that pip is installed for this version.
PostgreSQL
Odoo uses PostgreSQL as database management system. Download and install PostgreSQL(supported version: 10.0 and later).
By default, the only user is postgres
but Odoo forbids connecting as postgres
, so you need tocreate a new PostgreSQL user:
- Add PostgreSQL’s
bin
directory (by default:C:Program FilesPostgreSQL<version>bin
) toyourPATH
. Create a postgres user with a password using the pg admin gui:
- Open pgAdmin.
- Double-click the server to create a connection.
- Select Object ‣ Create ‣ Login/Group Role.
- Enter the username in the Role Name field (e.g.
odoo
). - Open the Definition tab and enter the password (e.g.
odoo
), then click Save. - Open the Privileges tab and switch Can login? to
Yes
and Create database? toYes
.
Dependencies
Before installing the dependencies, you must download and install theBuild Tools for Visual Studio.When prompted, select C++ build tools in the Workloads tab and install them.
Odoo dependencies are listed in the requirements.txt
file located at the root of the Odoocommunity directory.
Tip
It can be preferable to not mix python modules packages between different instances of Odooor with your system. You can use virtualenv to create isolated Python environments.
Navigate to the path of your Odoo Community installation (CommunityPath
) and run pipon the requirements file in a terminal with Administrator privileges:
Warning
wkhtmltopdf
is not installed through pip and must be installed manually inversion 0.12.5 for it to support headers andfooters. See our wiki for moredetails on the various versions.
For languages with right-to-left interface (such as Arabic or Hebrew), the package rtlcss
isneeded:
- Download and install nodejs.
Install
rtlcss
:- Edit the System Environment’s variable
PATH
to add the folder wherertlcss.cmd
is located(typically:C:Users<user>AppDataRoamingnpm
).
Running Odoo
Once all dependencies are set up, Odoo can be launched by running odoo-bin
, thecommand-line interface of the server. It is located at the root of the Odoo Community directory.
To configure the server, you can either specify command-line arguments or aconfiguration file.
Tip
For the Enterprise edition, you must add the path to the enterprise
addons to theaddons-path
argument. Note that it must come before the other paths in addons-path
foraddons to be loaded correctly.
Common necessary configurations are:
- PostgreSQL user and password.
- Custom addon paths beyond the defaults, to load your own modules.
A typical way to run the server would be:
Where CommunityPath
is the path of the Odoo Community installation, dbuser
is thePostgreSQL login, dbpassword
is the PostgreSQL passwordand mydb
is the default database to serve on localhost:8069
. You can add otherdirectory paths separated by a comma to addons
at the end of the addons-path option.
Linux
Fetch the sources
There are two ways to obtain the source code of Odoo: as a zip archive or through git.
Archive
Community Edition:
Enterprise Edition:
Git
The following requires git to be installed on your machine and that you have basic knowledge ofgit commands.
Community Edition:
Enterprise Edition: (see Editions to get access)
Note
The Enterprise git repository does not contain the full Odoo source code. It is onlya collection of extra add-ons. The main server code is in the Community version. Runningthe Enterprise version actually means running the server from the Community version withthe addons-path option set to the folder with the Enterprise version. You need to cloneboth the Community and Enterprise repository to have a working Odoo Enterpriseinstallation.
Prepare
Python
Odoo requires Python 3.6 or later to run. Use your package manager to download and install Python 3on your machine if it is not already done.
Note
If Python 3 is already installed, make sure that the version is 3.6 or above, as previousversions are not compatible with Odoo.
Verify also that pip is installed for this version.
PostgreSQL
Odoo uses PostgreSQL as database management system. Use your package manager to download and installPostgreSQL (supported version: 10.0 and later).
On Debian/Unbuntu, it can be achieved by executing the following:
By default, the only user is postgres
but Odoo forbids connecting as postgres
, so you need tocreate a new PostgreSQL user:
Note
Because your PostgreSQL user has the same name as your Unix login, you will be able toconnect to the database without password.
Dependencies
For libraries using native code, it is necessary to install development tools and nativedependencies before the Python dependencies of Odoo. They are available in -dev
or -devel
packages for Python, PostgreSQL, libxml2, libxslt1, libevent, libsasl2 and libldap2.
On Debian/Unbuntu, the following command should install all the required libraries:
Odoo dependencies are listed in the requirements.txt
file located at the root of the Odoocommunity directory.
Tip
It can be preferable to not mix python modules packages between different instances of Odooor with your system. You can use virtualenv to create isolated Python environments.
Navigate to the path of your Odoo Community installation (CommunityPath
) and run pipon the requirements file:
Warning
wkhtmltopdf
is not installed through pip and must be installed manually inversion 0.12.5 for it to support headers andfooters. See our wiki for moredetails on the various versions.
For languages with right-to-left interface (such as Arabic or Hebrew), the package rtlcss
isneeded:
- Download and install nodejs and npm with your package manager.
Install
rtlcss
:
Running Odoo
Once all dependencies are set up, Odoo can be launched by running odoo-bin
, thecommand-line interface of the server. It is located at the root of the Odoo Community directory.
To configure the server, you can either specify command-line arguments or aconfiguration file.
Tip
For the Enterprise edition, you must add the path to the enterprise
addons to theaddons-path
argument. Note that it must come before the other paths in addons-path
foraddons to be loaded correctly.
Common necessary configurations are:
- PostgreSQL user and password. Odoo has no defaults beyondpsycopg2’s defaults: connects over a UNIX socket onport
5432
with the current user and no password. - Custom addon paths beyond the defaults, to load your own modules.
A typical way to run the server would be:
Where CommunityPath
is the path of the Odoo Community installationand mydb
is the default database to serve on localhost:8069
. You can add otherdirectory paths separated by a comma to addons
at the end of the addons-path option.
Mac OS
Fetch the sources
There are two ways to obtain the source code of Odoo: as a zip archive or through git.
Archive
Community Edition:
Enterprise Edition:
Odoo 8 Download
Git
The following requires git to be installed on your machine and that you have basic knowledge ofgit commands.
Community Edition:
Enterprise Edition: (see Editions to get access)
Note
The Enterprise git repository does not contain the full Odoo source code. It is onlya collection of extra add-ons. The main server code is in the Community version. Runningthe Enterprise version actually means running the server from the Community version withthe addons-path option set to the folder with the Enterprise version. You need to cloneboth the Community and Enterprise repository to have a working Odoo Enterpriseinstallation.
Prepare
Python
Odoo requires Python 3.6 or later to run. Use your preferred package manager (homebrew, macports)to download and install Python 3 on your machine if it is not already done.
Note
If Python 3 is already installed, make sure that the version is 3.6 or above, as previousversions are not compatible with Odoo.
Verify also that pip is installed for this version.
PostgreSQL
Odoo uses PostgreSQL as database management system. Use postgres.appto download and install PostgreSQL (supported version: 10.0 and later).
By default, the only user is postgres
but Odoo forbids connecting as postgres
, so you need tocreate a new PostgreSQL user:
Note
Because your PostgreSQL user has the same name as your Unix login, you will be able toconnect to the database without password.
Dependencies
Odoo dependencies are listed in the requirements.txt
file located at the root of the Odoocommunity directory.
Tip
It can be preferable to not mix python modules packages between different instances of Odooor with your system. You can use virtualenv to create isolated Python environments.
Navigate to the path of your Odoo Community installation (CommunityPath
) and run pipon the requirements file:
Warning
Non-Python dependencies need to be installed with a package manager:
Download and install the Command Line Tools:
- Download and install the package manager of your choice (homebrew, macports).
- Install non-python dependencies.
Warning
wkhtmltopdf
is not installed through pip and must be installed manually inversion 0.12.5 for it to support headers andfooters. See our wiki for moredetails on the various versions.
For languages with right-to-left interface (such as Arabic or Hebrew), the package rtlcss
isneeded:
- Download and install nodejs with your preferred package manager (homebrew, macports).
Install
rtlcss
:
Running Odoo
Once all dependencies are set up, Odoo can be launched by running odoo-bin
, thecommand-line interface of the server. It is located at the root of the Odoo Community directory.
To configure the server, you can either specify command-line arguments or aconfiguration file.
Tip
For the Enterprise edition, you must add the path to the enterprise
addons to theaddons-path
argument. Note that it must come before the other paths in addons-path
foraddons to be loaded correctly.
Common necessary configurations are:
- PostgreSQL user and password. Odoo has no defaults beyondpsycopg2’s defaults: connects over a UNIX socket onport
5432
with the current user and no password. - Custom addon paths beyond the defaults, to load your own modules.
A typical way to run the server would be:
Where CommunityPath
is the path of the Odoo Community installationand mydb
is the default database to serve on localhost:8069
. You can add otherdirectory paths separated by a comma to addons
at the end of the addons-path option.
Docker
The full documentation on how to use Odoo with Docker can be found on theofficial Odoo docker image page.
Please Note: EDB no longer provides Linux installers for PostgreSQL 11 and later versions, and users are encouraged to use the platform-native packages. Version 10.x and below will be supported until their end of life. For more information, please see this blog post on Platform Native EDB Packages for Linux Users.
PostgreSQL 13.0 Installation Guide
PostgreSQL 13.0 Language Pack Guide
PostgreSQL is the world’s most advanced open source database and the fourth most popular database. In development for more than 20 years, PostgreSQL is managed by a well-organized and highly principled and experienced open source community. It is an object-oriented database that is fully ACID compliant and highly extensible, enabling the community to add new features and capabilities as workload demands evolved.
Because of its extensibility, PostgreSQL offers a wide variety of built-in PostgreSQL data types including JSON, XML, HSTORE (key-value), Geo-spatial (PostGIS), IPv6; flexible indexing, featuring composite indexes, GiST, SP- GiST, GIN; full Text Search, online index reorganization; background workers such as a managed process known as Mongress, which accepts MongoDB queries to interface with Postgres data; a contrib module interface: pgcrypto (data encryption), pg_trgm (find 'similar' data), HSTORE (schema-less data); and extensive SQL support.
PostgreSQL runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, macOS, Solaris), and Windows. It offers the following programming languages: PL/pgSQL, PL/SQL, Java, Python, Ruby, C/C+, PHP, Perl, Tcl, Scheme. Postgres also offers the following Library interfaces: OCI, libpq, JDBC, ODBC, .NET, Perl, Python, Ruby, C/C+, PHP, Lisp, Scheme, and Qt.
PostgreSQL databases provide enterprise-class database solutions and are used by a wide variety of enterprises across many industries, including financial services, information technology, government and media & communications.
Download PostgreSQL today to enjoy the benefits of open source databases.