Commission Simple
This module is a simple module to compute commission for salesman. From my experience, companies often use very specific methods to compute commissions and it's impossible to develop a module that can support all of them. So the goal of this module is just to have a simple base to build the company-specific commissionning system by inheriting this simple module.
Here is a short description of this module:
- create commission profiles using rules (per product category, per product, per product and customer, etc.),
- the commission rules can have a start and end date (optional),
- commissionning can happen on invoicing or on payment,
- each invoice line can only be commissionned to one salesman,
- commission reports are stored in Odoo.
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
Please log in to comment on this module