| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/commission |
| GIT | |
| GIT | https://github.com/OCA/commission.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/commission/tree/18.0/commission_formula_oca |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Commission |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Abstract |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Abstract |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Borruso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/commission |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/commission: - commission_oca odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom - account - onboarding - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends commission to introduce the use of formulas to compute the agent commissions. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
commission_form |
commission.form.inherit | commission | xpath | Inherits commission_oca.commission_form |
commission_type
Selection
ondelete={'formula': 'set default'}
selection_add=[('formula', 'Formula')]
formula
Text
default="if line._name == 'sale.order.line':\n result = 0\nif line._name == 'account.move.line':\n result = 0\n"
No public methods.
No new fields.
Public methods (0)No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/commission |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] commission formula oca (#679) |