Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Accounting (accountant)
• Sales (sale_management) • Invoicing (account) • Discuss (mail) |
Lines of code | 236 |
Technical Name |
sales_analytics |
License | OPL-1 |
Website | https://websers.odoo.com |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Accounting (accountant)
• Sales (sale_management) • Invoicing (account) • Discuss (mail) |
Lines of code | 236 |
Technical Name |
sales_analytics |
License | OPL-1 |
Website | https://websers.odoo.com |
Versions | 17.0 18.0 |
Summary
A simple Odoo module that extends the product brand functionality to include basic sales analytics capabilities. This module integrates with Odoo's sales management system to provide brand-based analytics.
Description
This module enhances the standard product brand management in Odoo by adding basic analytical capabilities. It allows businesses to track sales performance by brand, providing insights for decision-making. The module integrates with Odoo's sales system, enabling basic financial tracking per brand.
Screenshots
Module in Apps List:

Brand plan Configuration (Sales > Configuration > Product Catalog > Brand Plan):

Create a new Product Brand (Sales > Configuration > Products > Product Brands):



Assign a brand to a product:

Kanban view of products by brand (Sales > Configuration > Products > Product Brands > "Brand Name"):

Sales Analytics by Brand Region (Sales > Reporting > Sales):

Invoice Analysis by Brand Region (Accounting > Reporting > Management > Invoice Analysis):

Key Features
- Brand Management: Create and manage product brands with basic information like name, logo, and description.
- Sales Analysis by Brand: View sales reports grouped by brand to track performance and revenue.
- Invoice Analysis: Analyze invoices with brand-based grouping for better financial insights.
- Product Organization: Assign brands to products for better categorization and filtering.
- Simple Integration: Works seamlessly with Odoo's standard sales and accounting modules.
- Basic Reporting: Access brand-based reports in both sales and invoicing modules.
- User-Friendly Interface: Easy-to-use brand management and reporting interface.
Dependencies
- Odoo Modules:
sale
,accountant
,sale_management
Installation
- Download: Obtain the
sales_analytics_by_brand_region
module folder. - Place in Addons: Copy the
sales_analytics_by_brand_region
folder into your Odoo custom addons directory. - Update Apps List: Restart Odoo, activate developer mode, and go to Apps -> Update Apps List.
- Install: Search for "sales_analytics" and click "Install".
Configuration
- After installation, go to Sales > Configuration > Product Catalog > Brand Plan
- Configure the Brand Plan:
- Select an analytic plan for brand tracking
- This plan will be used to categorize and track brand-related analytics
- For each product brand:
- Assign an analytic account from the configured brand plan
- This will enable tracking of sales and financial data per brand
Usage
- Brand Management:
- Go to Sales > Configuration > Products > Product Brands
- Create new brands by setting their logo, associating partners, and adding descriptions
- Manage existing brands and their analytic account associations
- View brand-specific product listings
- Product Configuration:
- Edit any product to assign it to a brand
- The Brand field appears below the product's name
- Products can be filtered and grouped by brand in product views
- Sales Analytics:
- Access sales reports through Sales > Reporting > Sales
- Group by brand or add it as a dimension in the pivot view
- Invoice Analysis:
- Go to Accounting > Reporting > Management > Invoice Analysis
- Group by brand or add it as a dimension in the pivot view
Important Notes
- Ensure proper configuration of analytic accounts before assigning them to brands
- Regular backup of analytic data is recommended
- Brand assignments should be consistent across the organization
- Consider data volume when setting up brand analytics
Technical Details
- The module extends the
product.brand
model to include analytic account integration, allowing for detailed financial tracking per brand. - It implements custom methods for dynamic domain filtering of analytic accounts based on configured brand plans.
- The module enhances the
sale.report
model with brand-specific fields and grouping capabilities for comprehensive sales analytics. - View inheritance is implemented to extend both form and list views of product brands:
- Form view: Adds analytic account field in a new group after the main group
- List view: Adds analytic account as an optional column after the partner field
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