上QQ阅读APP看书,第一时间看更新
How to do it…
To install partner_address_street3, follow these steps:
- Go to your project's directory:
$ cd ~/odoo-dev/my-odoo/src
- Clone the 11.0 branch of the partner-contact project in the src/ directory:
$ git clone --branch 11.0 \ https://github.com/OCA/partner-contact.git src/partner-contact
- Change the addons path to include that directory and update the addons list of your instance (refer to the Configure the addons path and Update the addon modules list recipes of this chapter). The addons_path line of instance.cfg should look like this:
addons_path = ~/odoo-dev/my-odoo/src/odoo/odoo/addons, \
~/odoo-dev/my-odoo/src/odoo/addons, \
~/odoo-dev/my-odoo/src/, \
~/odoo-dev/local-addons
- Install the partner_address_street3 addon (take a look at the previous recipe, Installing and upgrading local addon modules).