TIP: You can type at any time to perform a new search.
Sale Team Payment Term
sale_team_payment_term · OCA/sale-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.payment.termcompany_dependent=Truedomain="[('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'
No public methods.
New fields (1)
-
payment_term_idMany2onecompute='_compute_payment_term_id'inverse='_inverse_payment_term_id'readonly=Falsestore=True
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)