Sale Team Payment Term

sale_team_payment_term
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_team_payment_term
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYsale-workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Guillaume MASSON
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - 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 allows to set payment term by sales team, if none is set on
partner.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
crm_team_view_form crm.team group Inherits sales_team.crm_team_view_form
Models touched (2)

New fields (1)
  • team_payment_term_id Many2one → account.payment.term
    company_dependent=True domain="[('company_id', 'in', [current_company_id, False])]" help='This payment method will be used if none is indicated on the customer profil, and will apply on sale orders and invoices.' string='Payment term' args: 'account.payment.term'
Public methods (0)

No public methods.

New fields (1)
  • payment_term_id Many2one
    compute='_compute_payment_term_id' inverse='_inverse_payment_term_id' readonly=False store=True
Public methods (0)

No public methods.