Skip to content

Allows you to use an AWS S3 bucket as the primary file storage in an Odoo instance.

Notifications You must be signed in to change notification settings

tvanesse/odoo-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo-S3

Dependencies

Odoo-S3 uses boto to talk to Amazon. You will need to install it on the host running Odoo.

Compatibility

This module was written for Odoo v9.0 and is only tested with this particular version. There is no warranty the addon will work for other releases.

Configuration

In order to use Odoo-S3 you will need to switch to "Developer mode" and define a new system parameter as follow

ir_attachment.location  --->  s3://<Your-AWS-Access-Key-ID>:<Your-AWS-Secret-Key>@<Your-S3-Bucket-name>

How to contribute

Pull requests are welcome. The code is fairly short and easy to understand. All the magic happens in models.py where the regular model ir_attachment is extended.

About

Allows you to use an AWS S3 bucket as the primary file storage in an Odoo instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages