Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
sale-workflow
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Guillaume MASSON
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits sales_team.crm_team_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
29 days ago
Last activity
29 days ago
Repository
OCA/sale-workflow
Pull request
[19.0] [MIG] sale_team_payment_term : Migration to 19.0 (#4488)