更新时间:2021-06-25 22:50:09
封面
版权信息
Packt Upsell
Why subscribe?
PacktPub.com
Contributors
About the authors
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Installing the Odoo Development Environment
Introduction
Easy installation of Odoo from source
How to do it...
How it works...
Virtual environments
PostgreSQL configuration
Git configuration
Downloading the Odoo source code
Starting the instance
Managing Odoo environments using the start command
Managing Odoo server databases
Accessing the database management interface
Setting or changing the master password
Creating a new database
Duplicating a database
Removing a database
Backing up a database
Restoring a database backup
There's more...
Storing the instance configuration in a file
Activating the Odoo developer tools
Updating Odoo from source
Managing Odoo Server Instances
Configuring the addons path
Updating the addon modules list
Standardizing your instance directory layout
Installing and upgrading local addon modules
From the web interface
From the command line
Addon installation
Addon update
Installing addon modules from GitHub
Applying changes to addons
Applying and trying proposed pull requests