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,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.

View 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

View 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/))

View 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.

View 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.