Repository
OCA/account-invoice-reporting · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting & Finance
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoice-reporting
Last tracking update
2026-08-07 09:06:28
Authors
Odoo Community Association (OCA), Agile Business Group, Tecnativa
Maintainers
Odoo Community Association (OCA), Agile Business Group, Tecnativa
Committers
Yennifer Santiago, OCA-git-bot, oca-ci, Vicent-S73
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module shows, for each (customer) invoice line, the delivered
production lots that will be also displayed on the invoice report with
their corresponding delivered quantities in case the **Tracking** has
been set to **By Lots**.

**Note:** As of v13.0, Odoo provides an option under *Settings*
(**Inventory \> Configuration \> Settings \> Traceability**) to
**Display Lots & Serial Numbers on Invoices** which provides similar
functionality. However, it has some limitations compared to this addon:
\* It will only display the associated Lots / Serial Numbers in the
generated *Invoice Report*, and not in an extra field in the Invoice
view form. \* It will display all the Lots / Serial Numbers grouped
together in an extra line in the Invoice Report. This module adds an
extra field in each line with that information.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_production_lot_report account_invoice_production_lot_report ir.ui.view qweb Inherits account.report_invoice_document
view_move_form account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • prod_lot_ids Many2many → stock.lot
    comodel_name='stock.lot' compute='_compute_prod_lots' string='Production Lots'
Public methods (1)
  • lots_grouped_by_quantity(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…