-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_elaboration: pre-commit auto fixes
- Loading branch information
Showing
14 changed files
with
82 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
To configure this module you need to: | ||
|
||
1. Go to *Sale \> Configuration \> Products \> Sale Elaboration*. | ||
2. Create a new record. | ||
3. Set a product linked to the elaboration. | ||
4. Also you can select a route to procure this elaboration. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1. Go to *Sale \> Quotations*. | ||
2. Create a sales order. | ||
3. Add a new line. | ||
4. Select an elaboration in the line. | ||
5. Confirm the sales order. | ||
6. Go to the picking created by this sales order and validate it. | ||
7. Go back to the sales order. A new line is created with the product | ||
linked to the elaboration. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters