TIP: You can type at any time to perform a new search.
Contract Sale Payment Mode
contract_sale_payment_mode · OCA/contract
- Repository
- OCA/contract · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/contract
- Last tracking update
- 2026-08-07 08:43:01
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- sbejaoui, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- python-dateutil
- System dependencies
- None
- Required by
- None
- Description
This module manages the payment mode from sale order to contract.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_form_view |
res.config.settings | form | Inherits sale.res_config_settings_view_form | |
sale_order_form_view |
sale.order | form | Inherits account_payment_sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
specific_contract_payment_modeBooleanstring='Specific payment mode for contracts created from sale orders'
No public methods.
New fields (1)
-
specific_contract_payment_modeBooleanreadonly=Falserelated='company_id.specific_contract_payment_mode'string='Specific payment mode for contracts created from sale orders'
No public methods.
New fields (2)
-
contract_payment_mode_idMany2one → account.payment.modecomodel_name='account.payment.mode'domain=[('payment_type', '=', 'inbound')]index=Truestring='Contract Payment Mode' -
specific_contract_payment_modeBooleanrelated='company_id.specific_contract_payment_mode'string='Different payment mode for contracts generated from sale orders'
No public methods.
Loading…