Key Features
Connect Odoo to Dropbox â per-record folders, one-click attachment push, shareable links, and optional storage offload
OAuth connections
Connect one or more Dropbox accounts via OAuth with offline refresh tokens â App Folder or Full Dropbox scope, per company.
Per-record folders
Every business record gets a tidy folder â Root / Model / Record â so attachments land exactly where they belong.
One-click push
Push attachments to Dropbox from the form, the list action, the chatter or a wizard â one click, without leaving the record.
Offload & fetch back
Optionally convert a pushed attachment to a Dropbox link and free the binary from Odoo â then fetch it back whenever you need it.
Shared links
Create public, team or password-protected share links with an optional expiry â and revoke any of them in one click.
Auto-push rules
Define per-model domains and let a scheduled cron push matching attachments to Dropbox automatically â no manual steps.
Folder browser
Browse, navigate and search your Dropbox folders straight from Odoo, and open any synced file or its root folder in one click.
Conflict detection
Lightweight rev / content_hash checks flag when a Dropbox file changed â resolve with Force Upload or Fetch Back.
Secure & logged
Secrets and tokens stay Manager-only, the OAuth state is validated on callback, and the activity log never stores secrets.
Dropbox App Settings
Dropbox App Permissions
Odoo Settings
Connection Setup
OAuth Consent
Connected
One-Click Push
Synced Files
User guide
Create a Dropbox app, connect it to Odoo over OAuth, and start pushing attachments into tidy per-record folders â with optional offload, auto-push and sharing.
1. Create a Dropbox app
- In the Dropbox App Console, create an app (App Folder or Full Dropbox) and copy the App key and App secret.
- Under Permissions, enable the file metadata/content and sharing scopes.
- Under OAuth 2, add the redirect URI /dropbox/oauth/callback shown on the Odoo connection.
2. Connect in Odoo
- Open Dropbox → Configuration → Connections and create a connection.
- Enter the App Key/Secret, choose the matching permission type, then click Connect and grant consent.
- Use Test Connection anytime; Disconnect revokes the token.
3. Push & manage
- On any record, attach a file and click Upload to Dropbox â it lands under Root / Model / Record.
- Enable Offload binaries and Auto-Push Rules for hands-off syncing; Share to create links.
- Track everything under Synced Files â open a file, Fetch Back a binary, or resolve a conflict.
Frequently Asked Questions
1. Do I need Odoo Enterprise?
dropbox Python library) and runs on Odoo Community. The optional Documents bridge activates only if Enterprise Documents is installed.
2. How are files organized in Dropbox?
3. Can it free up Odoo storage?
4. Is synchronization two-way?
rev/content_hash checks flag when a Dropbox file changed so you can resolve it.
5. Can I automate the uploads?
6. How are shared links controlled?
7. Is it secure?
state is validated on callback, and activity logs never store tokens or secrets.
Module Support & SLA
Standard response time (SLA) for support queries is typically 1 to 2 working days.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 2044 |
| Technical Name |
oe_dropbox_connector |
| License | OPL-1 |
| Website | https://odooerp.ae |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module