Sometimes we meet a problem about develop, learning or use a software, cause we just have one computer or one operating system. Like this case, we want to install odoo on mac. Actually odoo is made for linux operating system, mostly developer use linux for develop with odoo cause it can be fast to develop. But how about the other, like my friend. Official download page of Odoo for Windows, Linux, Sources,.Deb Both Community and Enterprise versions. Odoo Apps are amazing! It's a full featured open source erp system! In this Odoo 9 Tutorial for beginners and programmers we install Odoo 9 on a Mac OSX in order to develop Odoo 9 on a Mac. Odoo Mac Tutorial 1 - How to install Odoo 10 on Mac - step by step. Public Channel / Odoo Mac Tutorial. Unsubscribe Subscribe. 0 0 About Share Comments Transcript Statistics.
Odoo Mac Tutorial 1 - How to install Odoo 10 on Mac - step by step
Public Channel / Odoo Mac Tutorial
Share on Social Networks
Share Link

Share with a friend
Please login to send this video by email!
This is 9 step tutorial explaining the instalation process of Odoo. Feel free to ask any question. Take care
Actions
- 0 Social Shares
- 0 Likes
- 0 Dislikes
- 0 Comments
Share count
- 0 Facebook
- 0 Twitter
- 0 LinkedIn
- 0 Google+
Odoo Mac Tutorial 2 - how to install new apps
1521 Views .Odoo Tutorial - how to add new products
1510 Views .Odoo - how to build website and change company logo
2637 Views .Odoo - adding new customers and finalising transactions
1342 Views .Odoo - how to change currency and add delivery methods
1797 Views .Odoo Mac Tutorial 3 - Internal Server Error - Solution
2568 Views .
Odoo - how to build website and change company logo
2637 Views .Odoo Mac Tutorial 3 - Internal Server Error - Solution
2568 Views .Odoo - How to print Bank Account Details on Invoice (Odoo9, 10, 11)
2538 Views .Odoo - how to change currency and add delivery methods
1797 Views .Odoo Salesperson on Delivery Form & Slip
1760 Views .Odoo - Change Shipping Address on Invoices
1652 Views .Odoo - how to change filename for documents (Odoo10, 11, 12)
1592 Views .Odoo Mac Tutorial 2 - how to install new apps
1521 Views .Odoo Tutorial - how to add new products
1510 Views .Odoo Product Last Price Tab
1486 Views .How to disable automatic mail from Odoo?
1386 Views .Odoo - adding new customers and finalising transactions
1342 Views .Odoo - Pinterest and Dribbble social links
1286 Views .Diet Catering Management Creating Order from the backend
1011 Views .Diet Catering Management creating a meal plan
844 Views .
It is strongly recommended that you create a backup before starting the update process. If you have important data, it is advisable that you create and try to restore a backup to ensure that everything works properly.

WARNING: The process described in this section, only works in the same major version of Odoo (i.e. upgrading from Odoo11.x.y to Odoo11.x.z). If you want to upgrade between Odoo Major versions (i.e. upgrading from Odoo10.x to Odoo11.y) please check the Odoo Community Forum and this Odoo Community Association project.
Upgrade Odoo and all Stack components (recommended)
Go to your Odoo installation and instead of logging in, click “Manage Databases”.
From this web interface, create a backup of the bitnami_odoo database.
Stop the running application.
Install a new version of Bitnami Odoo (or deploy a new server).
From the “Manage Databases” interface, restore the bitnami_odoo database.
Stop all servers except PostgreSQL and migrate your data as explained in the section on migration.
NOTE: The default database name changed since the Odoo 10 version was released. If you are upgrading a prior version, the default database name is bitnami_openerp.
Upgrade only Odoo in the Bitnami Odoo Stack

Download Odoo 10
Linux and Mac OS X
This approach is not recommended because a new Odoo version may have new dependencies not included in your base stack.
NOTE: If you are using Odoo 10 or earlier, you need to replace the python3 command with python.
Download and install the latest Odoo version. For example:
Change the line
to
in the installdir/apps/odoo/bin/odoo-bin file.
Update your configuration to point to this version of Odoo. Edit the installdir/apps/odoo/conf/odoo-server.conf file and replace the addons path to point to the new Odoo version.
Migrate data to the new Odoo installation
Free Odoo Software
Once your Odoo installation have been updated, follow the steps below to migrate data to the new installation.
Stop monit and other services
Start the Odoo server with the following parameters:
Wait until the server is completely started and the modules updated. You can check the start-up status in the Odoo log file as shown below:
The upgrade process is finished when the messages “INFO bitnami_odoo odoo.service: Hit CTRL-C again or send a second signal to force the shutdown” or “Odoo waiting for connections” appear in the log file.
Start all the servers:
Remember that when importing the data, you will also be importing the Odoo users, including the admin user and its password.
NOTE: The Odoo server configuration file, the Odoo log file and the default database name changed since Odoo 10 version. If you are using a prior version, the Odoo server configuration file is at installdir/apps/odoo/conf/openerp-server.conf, the Odoo log file is at installdir/apps/odoo/log/openerp-server.log and the default database name is bitnami_openerp.
