Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
6
sale_order_archive/readme/CONTRIBUTORS.md
Executable file
6
sale_order_archive/readme/CONTRIBUTORS.md
Executable 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
|
||||
|
||||
10
sale_order_archive/readme/DESCRIPTION.md
Executable file
10
sale_order_archive/readme/DESCRIPTION.md
Executable 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.
|
||||
2
sale_order_archive/readme/INSTALL.md
Executable file
2
sale_order_archive/readme/INSTALL.md
Executable file
@@ -0,0 +1,2 @@
|
||||
You need to install *sale_management* module for accessing the needed
|
||||
menus.
|
||||
17
sale_order_archive/readme/USAGE.md
Executable file
17
sale_order_archive/readme/USAGE.md
Executable 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.
|
||||
Reference in New Issue
Block a user