Repository
OCA/l10n-italy · module folder · Try on Runboat
Module version
1.0.0
Category
Localization/Italy
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-italy
Last tracking update
2026-08-07 08:42:51
Authors
Odoo Community Association (OCA), Openindustry.it Sas
Maintainers
Odoo Community Association (OCA), Openindustry.it Sas
Committers
OCA-git-bot, oca-ci, Borruso
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
**English**

This module link delivery notes to sale/purchase orders.

**Italiano**

Questo modulo consente di collegare gli ordini di vendita/acquisto ai
DDT.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form_view_delivery_note purchase.order.form purchase.order form Inherits purchase_stock.purchase_order_view_form_inherit
sale_order_form_view sale.order.form sale.order form Inherits sale_stock.view_order_form_inherit_sale_stock
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • delivery_note_count Integer
    compute='_compute_delivery_notes'
  • delivery_note_ids Many2many → stock.delivery.note
    compute='_compute_delivery_notes' args: 'stock.delivery.note'
Public methods (1)
  • goto_delivery_notes(self, **kwargs)

New fields (2)
  • delivery_note_line_ids One2many → stock.delivery.note.line
    readonly=True args: 'stock.delivery.note.line', 'purchase_line_id'
  • delivery_picking_id Many2one → stock.picking
    copy=False readonly=True args: 'stock.picking'
Public methods (0)

No public methods.

New fields (2)
  • delivery_note_count Integer
    compute='_compute_delivery_notes'
  • delivery_note_ids Many2many → stock.delivery.note
    compute='_compute_delivery_notes' args: 'stock.delivery.note'
Public methods (0)

No public methods.

New fields (1)
  • purchase_line_id Many2one → purchase.order.line
    related='move_id.purchase_line_id' store=True args: 'purchase.order.line'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
195 days ago
Last activity
188 days ago
Repository
OCA/l10n-italy
Pull request
[19.0][MIG] l10n_it_delivery_note_order_link: Migration to 19.0 (#5080)