Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.1
Category
Agreement
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/contract
Last tracking update
2026-08-07 07:47:44
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Patrick Wilson, HemanginiPatel, Jérémy Didderen
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
agreement_sale_form_view agreement.form.view agreement form Inherits agreement_legal.partner_agreement_form_view
sale_order_agreement_form_view sale.order.agreement.form.view sale.order form Inherits agreement_sale.sale_order_agreement_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    copy=False args: 'account.analytic.account', 'Analytic Account'
  • sale_id Many2one → sale.order
    string='Sales Order' args: 'sale.order'
Public methods (0)

No public methods.

New fields (1)
  • sale_line_id Many2one → sale.order.line
    string='Sales Order Line' args: 'sale.order.line'
Public methods (0)

No public methods.

New fields (1)
  • agreement_template_id Many2one → agreement
    domain="[('is_template', '=', True)]" string='Agreement Template' args: 'agreement'
Public methods (2)
  • action_confirm(self)
  • create_sp_qty(self, line, order)
    Create line.product_uom_qty SP's

Loading…