Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:42:46
Authors
Camptocamp, Odoo Community Association (OCA), Serpent CS, ForgeFlow
Maintainers
Camptocamp, Odoo Community Association (OCA), Serpent CS, ForgeFlow
Committers
OCA-git-bot, oca-ci, tendil
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Provides a new visible sequence field on invoice lines which helps users to
identify invoice lines in the UI and printed reports.

The sequence number always starts at 1 and rises incrementally: 1, 2, 3,
... To keep it that way, all sequence numbers are recalculated when invoice
lines are created or reordered. Section and note lines are skipped. The line
number is printed on the invoice report.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_invoice_sequence_qweb report_invoice_sequence_qweb 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 (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, values)

New fields (1)
  • sequence2 Integer
    help='Shows the sequence of this line in the invoice.' store=True string='Line Number'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks running
Open since
365 days ago
Last activity
4 days ago
Repository
OCA/account-invoicing
Pull request
[16.0] [MIG] account_invoice_line_sequence: Migration to 16.0 (#2086)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
524 days ago
Last activity
116 days ago
Repository
OCA/account-invoicing
Pull request
[16.0][MIG] account_invoice_line_sequence: Migration to 16.0 (#1945)