Repository
OCA/agreement · module folder · Try on Runboat
Module version
1.0.2
Category
Contract
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/agreement
Last tracking update
2026-08-07 08:43:00
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds *Agreement* field on invoices.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
agreement_form invoice.button.agreement.form agreement form Inherits agreement.agreement_form
invoice_form agreement.customer.invoice.form account.move form Inherits account.view_move_form
invoice_supplier_form agreement.supplier.invoice.form account.move form Inherits account.view_move_form
view_account_invoice_filter agreement.account.move.search account.move search Inherits account.view_account_invoice_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • agreement_id Many2one → agreement
    comodel_name='agreement' copy=False ondelete='restrict' string='Agreement' tracking=True
Public methods (0)

No public methods.

New fields (3)
  • in_invoice_count Integer
    compute='_compute_invoice_count' string='# of Vendor Bills'
  • invoice_ids One2many → account.move
    readonly=True string='Invoices' args: 'account.move', 'agreement_id'
  • out_invoice_count Integer
    compute='_compute_invoice_count' string='# of Customer Invoices'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
109 days ago
Last activity
51 days ago
Repository
OCA/agreement
Pull request
[19.0][MIG] agreement_account: Migration to 19.0 (#112)