Repository
OCA/contract · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.03 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
None
System dependencies
None
Required by
contract_sale_transmit_method
Description
Set transmit method (email, post, portal, ...) in contracts and
propagate it to invoices.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
contract_contract_form_view contract.contract form Inherits contract.contract_contract_form_view
contract_contract_search_view contract.contract search Inherits contract.contract_contract_search_view
contract_template_form_view contract.template form Inherits contract.contract_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • transmit_method_id Many2one
    tracking=True
Public methods (0)

No public methods.

New fields (1)
  • transmit_method_id Many2one → transmit.method
    comodel_name='transmit.method' compute='_compute_transmit_method_id' ondelete='restrict' readonly=False store=True string='Transmission Method'
Public methods (0)

No public methods.

Loading…