Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/contract
Last tracking update
2026-08-07 08:43:01
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
sbejaoui, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
contract_sale_mandate
Description
This module allows to set a mandate mode on contract for creating the
invoices with this mandate.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
contract_contract_form_view contract.contract form view (in contract_mandate) contract.contract form Inherits contract_payment_mode.contract_contract_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • commercial_partner_id Many2one
    readonly=True related='partner_id.commercial_partner_id' string='Commercial Entity'
  • mandate_id Many2one → account.banking.mandate
    check_company=True comodel_name='account.banking.mandate' compute='_compute_mandate_id' help='If mandate required in payment method and not set mandate, invoice takes the first valid mandate' index=True ondelete='restrict' readonly=False store=True string='Direct Debit Mandate'
  • mandate_required Boolean
    readonly=True related='payment_mode_id.payment_method_id.mandate_required'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…