Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/contract
Last tracking update
2026-08-07 09:06:34
Authors
Odoo Community Association (OCA), Tecnativa, Domatix
Maintainers
Odoo Community Association (OCA), Tecnativa, Domatix
Committers
Carlos Lopez, OCA-git-bot, oca-ci
Odoo dependencies
OCA/bank-payment:
OCA/contract:
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description
This module allows to set a payment mode on contract for creating the
invoices with this payment mode.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
contract_contract_form_view contract.contract form view (in contract_payment_mode) contract.contract form Inherits contract.contract_contract_form_view
contract_contract_search_view contract.contract search view (in contract_payment_mode) contract.contract search Inherits contract.contract_contract_search_view
contract_contract_supplier_form_view contract.contract supplier form view (in contract_payment_mode) contract.contract form Inherits contract.contract_contract_supplier_form_view
contract_contract_tree_view contract.contract tree view (in contract_payment_mode) contract.contract tree Inherits contract.contract_contract_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • payment_mode_id Many2one → account.payment.mode
    comodel_name='account.payment.mode' compute='_compute_payment_mode_id' domain=[('payment_type', '=', 'inbound')] index=True readonly=False store=True string='Payment Mode'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…