Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
27
sale_elaboration/readme/CONFIGURE.md
Executable file
27
sale_elaboration/readme/CONFIGURE.md
Executable file
@@ -0,0 +1,27 @@
|
||||
To configure this module you need to:
|
||||
|
||||
1. Go to *Sale \> Configuration \> Elaborations \> Sale Elaboration*.
|
||||
2. Create a new record.
|
||||
3. Set a product linked to the elaboration.
|
||||
4. If you use Multi-Step Routes, you can also select a route to procure
|
||||
this elaboration.
|
||||
5. Go to *Settings \> Inventory \> Traceability* and select *Display
|
||||
Elaboration notes on Delivery Slips* if you want to show
|
||||
elaborations on Delivery Slips or *Display Elaboration notes on
|
||||
Picking Operations* if you want to show elaborations on Picking
|
||||
Operations.
|
||||
|
||||
You can define elaboration profiles to limit the elaborations that can be
|
||||
selected for each product.
|
||||
|
||||
To set the profile globally for a product category:
|
||||
|
||||
1. Go to *Inventory > Configuration > Product Categories* and choose one.
|
||||
2. In the **Logistics** sections, you can set the desired **Elaboration profile**.
|
||||
|
||||
If you want to set an specific elaboration profile for a product:
|
||||
|
||||
1. Go to *Sale \> Configuration \> Elaborations \> Sale Elaboration Profile*.
|
||||
2. Create a new record.
|
||||
3. Select the elaborations included to the profile.
|
||||
4. Set the elaboration to the related products.
|
||||
4
sale_elaboration/readme/CONTEXT.md
Executable file
4
sale_elaboration/readme/CONTEXT.md
Executable file
@@ -0,0 +1,4 @@
|
||||
This module was created to meet the need of providing
|
||||
the customer with products that are not transformed
|
||||
into something new, but rather require a simple
|
||||
preparation process. Example: Scaling a fish
|
||||
7
sale_elaboration/readme/CONTRIBUTORS.md
Executable file
7
sale_elaboration/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,7 @@
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Sergio Teruel
|
||||
- Pedro M. Baeza
|
||||
- Carlos Roca
|
||||
- Ernesto Tejeda
|
||||
- Eduardo de Miguel ([Moduon](https://www.moduon.team/))
|
||||
- Jairo Llopis ([Moduon](https://www.moduon.team/))
|
||||
12
sale_elaboration/readme/DESCRIPTION.md
Executable file
12
sale_elaboration/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,12 @@
|
||||
This module extends the functionality of sales orders to allow to set an
|
||||
elaboration on lines that will add an extra order line with an
|
||||
elaboration product linked to it when the delivery order is validated.
|
||||
|
||||
An **elaboration** is a process that needs to be done over the product,
|
||||
usually on picking/handling phase. It doesn't modify too much the
|
||||
product for needing an specific product, but it adds a surcharge on the
|
||||
final price.
|
||||
|
||||
If the elaboration has a defined route, selecting the elaboration,
|
||||
it is set on the order line, which will result in the generation of
|
||||
multiple delivery notes depending on the established route.
|
||||
11
sale_elaboration/readme/USAGE.md
Executable file
11
sale_elaboration/readme/USAGE.md
Executable file
@@ -0,0 +1,11 @@
|
||||
1. Go to *Sale \> Quotations*.
|
||||
2. Create a sales order.
|
||||
3. Add a new line.
|
||||
4. Select an elaboration in the line. If the product has an elaboration
|
||||
profile selected, you will just be able to select the elaborations set
|
||||
on the profile.
|
||||
5. Confirm the sales order.
|
||||
6. Go to the picking created by this sales order and validate it.
|
||||
7. Print Delivery Slip and Picking Operations.
|
||||
8. Go back to the sales order. A new line is created with the product
|
||||
linked to the elaboration.
|
||||
Reference in New Issue
Block a user