Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.1
Category
Contract
Folder size
0.08 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
Alexandre Fayolle, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Patrick Wilson
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
partner_agreement_form_view_stock agreement.form.stock agreement form Inherits agreement_legal.partner_agreement_form_view
search_product_lot_filter_agreement stock.production.lot.select.agreement stock.production.lot search Inherits stock.search_product_lot_filter
stock_picking_form_view_agreement stock.picking.form.agreement stock.picking form Inherits stock.view_picking_form
view_move_form_agreement stock.move.form.agreement stock.move form Inherits stock.view_move_form
view_production_lot_form_agreement stock.production.lot.form.agreement stock.production.lot form Inherits stock.view_production_lot_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (3)
  • lot_count Integer
    compute='_compute_lot_count' args: '# Lots/Serials'
  • move_count Integer
    compute='_compute_move_count' args: '# Moves'
  • picking_count Integer
    compute='_compute_picking_count' args: '# Pickings'
Public methods (0)

No public methods.

New fields (1)
  • agreement_id Many2one → agreement
    related='picking_id.agreement_id' store=True string='Agreement' args: 'agreement'
Public methods (0)

No public methods.

New fields (1)
  • agreement_id Many2one → agreement
    args: 'agreement', 'Agreement'
Public methods (0)

No public methods.

New fields (2)
  • agreement_id Many2one → agreement
    args: 'agreement', 'Agreement'
  • serviceprofile_id Many2one → agreement.serviceprofile
    args: 'agreement.serviceprofile', 'Service Profile'
Public methods (0)

No public methods.

Loading…

Loading…

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