Sale Commission Margin

sale_commission_margin
REPOSITORY
REPOSITORYOCA/commission
GIT
GIThttps://github.com/OCA/commission.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/commission/tree/16.0/sale_commission_margin
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Dixmit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Dixmit
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Luis Rodriguez
WEBSITE
WEBSITEhttps://github.com/OCA/commission
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/commission:
    - sale_commission
    - account_commission
    - commission
odoo/odoo:
    - sale_margin
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of sale_margin and sale_commission to deduct commissions from margin

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_margin_form_inherit sale.order.margin.view.form sale.order xpath Inherits sale.view_order_form
Models touched (3)

New fields (2)
  • amount Monetary
    compute='_compute_amount' precompute=True store=True
  • commission_id Many2one
    compute='_compute_commission_id' precompute=True store=True
Public methods (0)

No public methods.

New fields (2)
  • agent_ids One2many
    compute='_compute_agent_ids' precompute=True store=True
  • commission_free Boolean
    compute='_compute_commission_free' precompute=True store=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/commission
PULL REQUEST
PULL REQUEST[18.0] [MIG] sale_commission_margin_oca: Migration to 18.0 + rename (#641)