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 IDNameModelTypeStatus
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_mode Boolean
    string='Specific payment mode for contracts created from sale orders'
Public methods (0)

No public methods.

New fields (1)
  • specific_contract_payment_mode Boolean
    readonly=False related='company_id.specific_contract_payment_mode' string='Specific payment mode for contracts created from sale orders'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

Loading…