-
-
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
1 parent
1ec04c7
commit 7d1411b
Showing
4 changed files
with
44 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Return Merchandise Authorization Management | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:8f36869aece97a0f6af8aa5d76b446e9cf0bd589d914c1f5e12c628e87317021 | ||
!! source digest: sha256:6ea461b6c1041acb71b7933199e58032ecb6d1fb5cb65544d84ec0e1758065d0 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
|
@@ -87,16 +87,16 @@ To use this module, you need to: | |
quantity to another RMA, preview the RMA in the website. All of these | ||
operations can be done by clicking on the buttons in the status bar. | ||
|
||
- If you click on 'To Refund' button, a refund will be created, and | ||
it will be accessible via the smart button labeled Refund. The RMA | ||
will be set automatically to 'Refunded' state when the refund is | ||
validated. | ||
- If you click on 'Replace' or 'Return to customer' button instead, | ||
a popup wizard will guide you to create a Delivery order to the | ||
client and this order will be accessible via the smart button | ||
labeled Delivery. The RMA will be set automatically to 'Replaced' | ||
or 'Returned' state when the RMA quantity is equal or lower than | ||
the quantity in done delivery orders linked to it. | ||
- If you click on 'To Refund' button, a refund will be created, and | ||
it will be accessible via the smart button labeled Refund. The RMA | ||
will be set automatically to 'Refunded' state when the refund is | ||
validated. | ||
- If you click on 'Replace' or 'Return to customer' button instead, a | ||
popup wizard will guide you to create a Delivery order to the | ||
client and this order will be accessible via the smart button | ||
labeled Delivery. The RMA will be set automatically to 'Replaced' | ||
or 'Returned' state when the RMA quantity is equal or lower than | ||
the quantity in done delivery orders linked to it. | ||
|
||
6. You can also finish the RMA without further ado. To do so click on | ||
the *Finish* button. A wizard will ask you for the reason from a | ||
|
@@ -117,32 +117,32 @@ An RMA can also be created from a return of a delivery order: | |
|
||
There are Optional RMA Teams that can be used for: | ||
|
||
- Organize RMAs in sections. | ||
- Subscribe users to notifications. | ||
- Create RMAs from incoming mail to special aliases (See | ||
configuration section). | ||
- Organize RMAs in sections. | ||
- Subscribe users to notifications. | ||
- Create RMAs from incoming mail to special aliases (See | ||
configuration section). | ||
|
||
To create an RMA Team (RMA Responsible user level required): | ||
|
||
1. Go to *RMA > Configuration > RMA Teams* | ||
2. Create a new team and assign a name, a responsible and members. | ||
3. Subscribe users to notifications, that can be of these subtypes: | ||
|
||
- RMA draft. When a new RMA is created. | ||
- Notes, Debates, Activities. As in standard Odoo. | ||
- RMA draft. When a new RMA is created. | ||
- Notes, Debates, Activities. As in standard Odoo. | ||
|
||
4. In the list view, use the cross handle to sort RMA Teams. The top | ||
team will be the default one if no team is set. | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
- 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. | ||
- Add RMA reception and/or RMA delivery on several steps - 2 or 3 - | ||
like normal receptions/deliveries. It should be a separate option | ||
inside the warehouse definition. | ||
- 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. | ||
- Add RMA reception and/or RMA delivery on several steps - 2 or 3 - like | ||
normal receptions/deliveries. It should be a separate option inside | ||
the warehouse definition. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -165,22 +165,22 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Ernesto Tejeda | ||
- Pedro M. Baeza | ||
- David Vidal | ||
- Víctor Martínez | ||
- Ernesto Tejeda | ||
- Pedro M. Baeza | ||
- David Vidal | ||
- Víctor Martínez | ||
|
||
- Chafique Delli <[email protected]> | ||
- Giovanni Serra - Ooops <[email protected]> | ||
- `APSL-Nagarro <https://www.apsl.tech>`__: | ||
- Chafique Delli <[email protected]> | ||
- Giovanni Serra - Ooops <[email protected]> | ||
- `APSL-Nagarro <https://www.apsl.tech>`__: | ||
|
||
- Antoni Marroig <[email protected]> | ||
- Antoni Marroig <[email protected]> | ||
|
||
- Michael Tietz (MT Software) [email protected] | ||
- Jacques-Etienne Baudoux - BCIM [email protected] | ||
- Souheil Bejaoui - ACSONE SA/NV [email protected] | ||
- Michael Tietz (MT Software) [email protected] | ||
- Jacques-Etienne Baudoux - BCIM [email protected] | ||
- Souheil Bejaoui - ACSONE SA/NV [email protected] | ||
|
||
Maintainers | ||
----------- | ||
|
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