Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
- Kinner Vachhani
- Ruchir Shukla \<<ruchir@bizzappdev.com>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
- Bhavesh Heliconia

View File

@@ -0,0 +1,10 @@
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.

View File

@@ -0,0 +1,2 @@
You need to install *sale_management* module for accessing the needed
menus.

View File

@@ -0,0 +1,17 @@
To archive sale orders, you need to:
1. Open the tree view of sale orders.
2. Select a sale order (in status Locked or Cancelled) you want to
archive.
3. Click on Action \> Archive. Confirm.
4. The sale order is now archived.
To unarchive sale orders, you need to:
1. Open the tree view of sale orders.
2. In the filter box select the Archived filter. The list of archived
sale orders will be displayed.
3. Select the sale order (in status Locked or Cancelled) you want to
restore to Active.
4. Click on the Action \> Unarchive.
5. The sale order is now active.