-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
238 additions
and
220 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,22 @@ | ||
If you want RMAs to be created from incoming emails, you need to: | ||
|
||
1. Go to *Settings \> General Settings*. | ||
2. Check 'External Email Servers' checkbox under *Discuss* section. | ||
3. Set an 'alias domain' and an incoming server. | ||
4. Go to *RMA \> Configuration \> RMA Team* and select a team or create | ||
a new one. | ||
5. Go to 'Email' tab and set an 'Email Alias'. | ||
|
||
If you want to manually finish RMAs, you need to: | ||
|
||
1. Go to *Settings \> Inventory*. | ||
2. Set *Finish RMAs manually* checkbox on. | ||
|
||
By default, returns to customer are grouped by shipping address, | ||
warehouse and company. If you want to avoid this grouping you can: | ||
|
||
1. Go to *Settings \> Inventory*. | ||
2. Set *Group RMA returns by customer address and warehouse* checkbox | ||
off. | ||
|
||
The users will still be able to group those pickings from the wizard. |
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): | ||
- Ernesto Tejeda | ||
- Pedro M. Baeza | ||
- David Vidal | ||
- Víctor Martínez | ||
- Chafique Delli \<<chafique.delli@akretion.com>\> | ||
- Giovanni Serra - Ooops \<<giovanni@ooops404.com>\> |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
This module allows you to manage `Return Merchandise Authorization (RMA) | ||
<https://en.wikipedia.org/wiki/Return_merchandise_authorization>`_. | ||
This module allows you to manage [Return Merchandise Authorization | ||
(RMA)](https://en.wikipedia.org/wiki/Return_merchandise_authorization). | ||
RMA documents can be created from scratch, from a delivery order or from | ||
an incoming email. Product receptions and returning delivery operations | ||
of the RMA module are fully integrated with the Receipts and Deliveries | ||
Operations of Odoo inventory core module. It also allows you to generate | ||
refunds in the same way as Odoo generates it. | ||
Besides, you have full integration of the RMA documents in the customer portal. | ||
refunds in the same way as Odoo generates it. Besides, you have full | ||
integration of the RMA documents in the customer portal. |
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 @@ | ||
- As soon as the picking is selected, the user should select the move, | ||
but perhaps stock.move \_rec_name could be improved to better show | ||
what the product of that move is. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.