Skip to content

Commit

Permalink
Corrected README example for Odoo 9 installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 30, 2016
1 parent b27d333 commit df6a906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This module has now been renamed to locp-odoo. Please see the following:
### What odoo affects

* Installs the `odoo` package from the Odoo repository.
* Configures `/etc/odoo/openerp-server.conf`.
* Configures `/etc/odoo/odoo.conf`.
* Manipulates the running state of the `odoo` service.
* Optionally configures repositories to enable package installations from
the Odoo nightly builds.
Expand Down Expand Up @@ -62,6 +62,7 @@ class { '::odoo::repo9':
}
class { '::odoo':
config_file => '/etc/odoo/openerp-server.conf',
install_wkhtmltopdf => true,
settings => {
'options' => {
Expand All @@ -73,6 +74,7 @@ class { '::odoo':
'addons_path' => '/usr/lib/python2.7/dist-packages/openerp/addons',
}
},
version => present,
}
```

Expand Down

0 comments on commit df6a906

Please sign in to comment.