| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Discuss (mail) • Invoicing (account) |
| Lines of code | 136 |
| Technical Name |
legion_commission |
| License | AGPL-3 |
| Website | http://www.bytelegions.com |
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
Days Free Support 365
Custom Apps 1350+
Top Seller Of Odoo Marketplace
Happy Customers 8987+
Years of Experience 10+
Countries 50+
Talented Healers 100+
Industries Served 45+
Why Legion Commission?
Standard Odoo has no built-in commission calculation system for sales teams, forcing companies to manually track sales performance, calculate commission percentages in spreadsheets, and reconcile payouts outside the ERP system with significant risk of errors and disputes. The Legion Commission module automates commission calculation by allowing managers to define commission rates per salesperson and product, automatically computing total sales amounts within specified date ranges, calculating commission based on configured percentages, and combining it with base salary to produce final net payouts - all within Odoo with full audit trails and eliminating manual spreadsheet reconciliation.
Get Instant Personalized Demo
View Our Services
Odoo Customization 365
Odoo Implementation 1350+
Odoo Support Marketplace
Odoo Integration 8987+
Odoo Migration 100+
Odoo Consultancy 50+
Odoo Hosting 100+
Industries Served 45+
Create new Commission
Add Commission in basic salary
See all salesperson sheet
User go to search bar and search legion_commission then click on and install
After install user go to Apps and click on Commission
Create new Commission
Add Commission in basic salary
See all salesperson sheet
Salesperson Commission.
The Legion Commission module streamlines sales commission management by allowing managers to define commission rate sheets for individual salespeople with configurable percentages, base salaries, and performance tracking periods, then automatically calculating total commission by applying the rate to sales amounts and adding base salary to produce final net payouts
Key Features:
- Salesperson Commission Setup: Allows managers to create commission rate sheets for individual salespeople with configurable commission percentages, base salary amounts, and date ranges for tracking performance and calculating earnings over specific monthly or quarterly periods.
- Product-Specific Rates: Supports defining commission rates for specific products or product categories, enabling differentiated commission structures where high-margin products earn higher percentages than standard items to incentivize strategic selling behavior.
- Automatic Commission Calculation: Computes total commission amount automatically by applying the configured commission rate percentage to total sales amounts, then adds base salary to produce the final net payout amount salespeople will receive for the period
- Date Range Filtering: Tracks commission calculations within specific start and end date periods, allowing accurate monthly, quarterly, or custom timeframe commission reports that align with payroll cycles and performance review schedules
- Sales Performance Visibility: Displays total sales amount achieved by each salesperson during the period alongside commission earned, providing transparent performance metrics and helping sales teams understand how their efforts translate to earnings
- Integrated Commission Management: Centralizes all commission data within Odoo rather than external spreadsheets, maintaining complete audit trails of commission calculations, rate changes, and payout history for compliance, dispute resolution, and financial reporting
Frequently Asked Questions
Does the module automatically fetch sales data from confirmed orders?
NO! In the current code, total_sales_amount is a manual input field - managers must manually enter the sales amount. The module does not automatically query sale.order or account.move tables to calculate actual sales for the salesperson. This requires code modification to add automatic sales data fetching based on the salesperson's confirmed orders within the date range.
Can I set different commission rates for different products?
The module allows selecting products via the product_ids field, but it does not implement different commission rates per product - there's only one commission_rate field per commission record. To have product-specific rates (e.g., 5% for Product A, 10% for Product B), significant code enhancement would be required to create a line-based structure with rate per product.
Does commission calculate based on invoiced amount or order amount?
Currently neither - it uses the manually entered total_sales_amount field. To make it calculate from actual data, customization is needed to decide whether to use:
- Sale Orders: sale.order with state='sale' (confirmed orders)
- Invoices:account.move with state='posted' (confirmed invoices)
- Paid Invoices: Only invoices where payment_state='paid' (received payment)
Does this integrate with Odoo Payroll for automatic salary processing?
NO, this module is standalone and does not integrate with hr_payroll. The net_amount field shows the total payout but doesn't create payslip entries or salary structures automatically. If you need payroll integration, custom development is required to create payslip input lines from commission records during payroll processing.
What happens if I change the commission rate after it's already calculated?
The total_com_amount and net_amount fields are computed fields that automatically recalculate whenever you change commission_rate, total_sales_amount, or basic_salary. There's no history tracking or audit log of rate changes - the calculation simply updates to reflect current values.
Latest release
Top Contributors
Mr. Kamran Yasin
Senior Full Stack Odoo Developer
Miss Rubab Khalil
Senior Odoo Functional Consultant
Mr. Muneeb
Senior Full Stack Odoo Developer
Mr. Wasif Yasin
Senior Full Stack Odoo Developer
Mr. Hamza Khalil
Senior Full Stack Odoo Developer
Please log in to comment on this module