| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/contract |
| GIT | |
| GIT | https://github.com/OCA/contract.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/contract/tree/18.0/contract_sale_payment_mode |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | sbejaoui, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/contract |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_sale - account_payment_partner - account_payment_mode OCA/contract: - product_contract - contract_termination - contract_line_successor - contract - contract_payment_mode odoo/odoo: - sale - sales_team - base - 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 |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module manages the payment mode from sale order to contract. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_form_view |
res.config.settings | xpath | Inherits sale.res_config_settings_view_form | |
sale_order_form_view |
sale.order | xpath | Inherits account_payment_sale.view_order_form |
specific_contract_payment_mode
Boolean
string='Specific payment mode for contracts created from sale orders'
No public methods.
specific_contract_payment_mode
Boolean
readonly=False
related='company_id.specific_contract_payment_mode'
string='Specific payment mode for contracts created from sale orders'
No public methods.
contract_payment_mode_id
Many2one → account.payment.mode
comodel_name='account.payment.mode'
domain=[('payment_type', '=', 'inbound')]
index=True
string='Contract Payment Mode'
specific_contract_payment_mode
Boolean
related='company_id.specific_contract_payment_mode'
string='Different payment mode for contracts generated from sale orders'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/contract |
| GIT | |
| GIT | https://github.com/OCA/contract.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/contract/tree/12.0/contract_sale_payment_mode |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, sbejaoui, OCA Transbot, Thomas Binsfeld, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/contract |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_sale - account_payment_partner - account_payment_mode OCA/contract: - product_contract - contract_sale - contract odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_form_view |
res.config.settings | xpath | Inherits sale.res_config_settings_view_form | |
sale_order_form_view |
sale.order | xpath | Inherits account_payment_sale.view_order_form |
specific_contract_payment_mode
Boolean
string='Specific payment mode for contracts created from sale orders'
No public methods.
specific_contract_payment_mode
Boolean
readonly=False
related='company_id.specific_contract_payment_mode'
string='Specific payment mode for contracts created from sale orders'
No public methods.
contract_payment_mode_id
Many2one → account.payment.mode
comodel_name='account.payment.mode'
domain=[('payment_type', '=', 'inbound')]
index=True
string='Contract Payment Mode'
specific_contract_payment_mode
Boolean
related='company_id.specific_contract_payment_mode'
string='Different payment mode for contracts generated from sale orders'
onchange_partner_id(self)