Website Digital Product
Sell digital goods and digital assets securely on your Odoo Website. Deliver downloadable files instantly upon checkout or via customer portals using local server attachments or secure private GitHub repository assets.
Module Details
- Version 19.0.1.0.0
- Developer Aura Odoo Tech
- Type Odoo App
Module Overview
Selling software, e-books, design resources, templates, or zip archives online? This module seamlessly integrates into your Odoo Website e-commerce flow, converting services into digital download products with secure access controls and flexible backend hosting.
Local Binary Attachments
Upload files directly to Odoo's database or document storage. Safe and simple for standard-sized PDF documents, images, and license keys. Odoo streams these files directly to the customer as soon as the transaction is completed.
GitHub Integration
Distribute release assets or codebases hosted in private GitHub repositories. Configure Odoo with a Personal Access Token (PAT). Odoo fetches the file or repository zipball on-the-fly and streams it to the user without exposing your repository to public access.
Key Features
Dual Download Methods
Switch between local database uploads and direct secure GitHub private repository downloads per product or variant.
Dynamic Directory Packaging
If a directory path is specified instead of a file on GitHub, Odoo pulls the branch zipball, filters contents, and streams only that directory as a zip in-memory.
Secure Download Tokens
Every download url uses a cryptographic access token that authorizes access only to the authorized buyer, preventing public url leaks.
Instant Checkout Access
As soon as the e-commerce checkout is complete and payment is verified, the order confirmation page renders instant download actions.
Customer Follow-up Portal
Customers can log back in and download their purchased digital assets directly from the Standard Odoo Customer Portal under Sale Order history.
Variant-Specific Downloads
Assign different digital files, paths, or branches to individual product variants. Ideal for packages with tiered features or versions.
Business Benefits
Automated Order Fulfillment
Reduce operational overhead. Digital product transactions process instantly, streaming links without manual intervention from your sales or administration staff.
Secure Asset Protection
Keep source code, proprietary models, and digital files away from public access. GitHub tokens remain securely on the server side and are never exposed to users.
Reduced Storage Overheads
Host large releases, build files, archives, and libraries on GitHub instead of inflating your local Odoo database size. Leverage GitHub's reliable storage infrastructure.
Tiered Version Distribution
Promote upsells by distributing basic files via simple attachments and advanced repositories, SDKs, or tools via GitHub private access keys.
Screenshots
Product Form Configuration
Website Checkout Instant Download
Customer Portal History
How It Works
1
Identify Digital Products
Tick the 'Digital Product' flag on any Service product. Select either binary attachment upload or enter GitHub repository details.
2
Automated E-commerce Checkout
Customers buy products from the web shop. When transaction confirms (invoicing, wire, card authorization), the security state updates.
3
Instant Download Streaming
Download options render directly. Odoo validates the encrypted security token, pulls files, and streams the download to the browser.
Configuration
General Settings Configuration
- Navigate to Website Settings menu.
- Scroll down to the Payment or Integrations section.
- Locate the Digital Products GitHub PAT field.
- Paste your GitHub Personal Access Token (PAT) with repository read permissions.
- Save configuration settings.
Product Setup Instructions
- Open a product template or create a new one.
- Set product type to Service.
- Enable the checkbox Digital Product.
- Go to the newly visible Digital Product tab.
- Configure the download method (file attachment or repository configuration).
- For variants, configure parameters individually.
Compatibility & Editions
Odoo Community
Fully compatible with standard Odoo 19.0 Community Edition installations.
SupportedOdoo Enterprise
Fully compatible with standard Odoo 19.0 Enterprise and Odoo.sh deployments.
SupportedInstallation Guide
Important Prerequisites
This module depends on website_sale. Please ensure the standard Odoo Website and E-commerce applications are installed and configured on your database prior to activating this module.
Step 1: Upload Module
Extract the download folder and upload
website_digital_product to your custom Odoo addons path repository.
Step 2: Update Apps List
Log in to Odoo with Administrator permissions. Enable Developer Mode, navigate to the Apps Dashboard, and select the 'Update Apps List' link.
Step 3: Activate Module
Search for 'Website Digital Product' in the apps dashboard. Select the 'Activate' button to begin installation.
Step 4: Configure & Enjoy
Go to website general settings to input your optional GitHub Personal Access Token or directly upload download assets to product files.
Frequently Asked Questions
Changelog
- Initial release of Website Digital Product for Odoo 19.0.
- Implemented local binary attachment uploads on product variant levels.
- Developed secure GitHub API connector supporting private repositories and PAT configuration.
- Added in-memory folder zip repackaging for GitHub directories.
- Integrated secure hash link generation on e-commerce checkout success pages and follower portal forms.
Customer Support
Need assistance or have specific integration requirements? We are here to support you at any stage of deployment.
Technical Support
Encountered an issue or need help configuring GitHub Personal Access Tokens? Send us a ticket details email.
Email SupportGeneral Inquiry
Interested in additional customization, feature additions, or standard integration services?
Visit Website| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Invoicing (account) • Discuss (mail) • Website (website) |
| Lines of code | 389 |
| Technical Name |
website_digital_product |
| License | OPL-1 |
| Website | https://www.auraodoo.tech |
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