Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
Category
Sales
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-19 11:39:08
Authors
Odoo Community Association (OCA), Serpent CS, ForgeFlow
Maintainers
Odoo Community Association (OCA), Serpent CS, ForgeFlow
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Displays the sequence of Sale order line and helps to maintain the
order. The line sequence number is also displayed in sale order reports.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
report_invoice_document_inherit_sale_sequence report_invoice_document_inherit_sale_sequence ir.ui.view qweb Inherits account.report_invoice_document
report_saleorder_document_sequence report_saleorder_document_sequence ir.ui.view qweb Inherits sale.report_saleorder_document
sale_order_portal_content_sequence sale_order_portal_content_sequence ir.ui.view qweb Inherits sale.sale_order_portal_content
view_move_form account.move.form account.move form Inherits account.view_move_form
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • related_so_sequence Char
    compute='_compute_related_so_sequence' string='SO Line Number'
Public methods (0)

No public methods.

New fields (1)
  • max_line_sequence Integer
    compute='_compute_max_line_sequence' store=True string='Max sequence in lines'
Public methods (0)

No public methods.

New fields (2)
  • sequence Integer
    default=9999 help='Gives the sequence of this line when displaying the sale order.'
  • visible_sequence Integer
    compute='_compute_visible_sequence' help='Displays the sequence of the line in the sale order.' store=True args: 'Line Number'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…