Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Onestein
Maintainers
Odoo Community Association (OCA), Onestein
Committers
Karl Southern, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
On a system with a high volume of sales, the number of sale orders
displayed in the list view can become huge. This module allows to
archive Sale Orders that are in status Locked or Cancelled.

If a sale order is archived, it will be hidden from the sale orders list
view.

This module only depends on module sale, but it could be used in
combination with OCA module 'record_archiver' in order to automatically
archive old sale orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_archive_form_view sale.order form Inherits sale.view_order_form
sale_order_archive_search_view sale.order search Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • active Boolean
    copy=False default=True
Public methods (1)
  • action_archive(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…