Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Dependencies
`Odoo-S3` uses [`boto`](https://github.com/boto/boto) to talk to Amazon. You will need to install it on the host running Odoo.
Then use it in the command below to install `boto`.

```
$ pip install boto
```

## Compatibility
This module was written for **Odoo v9.0** and is only tested with this particular version. There is no warranty the addon
Expand Down