diff --git a/rma/README.rst b/rma/README.rst
index 855d4bf9..4361cc0a 100644
--- a/rma/README.rst
+++ b/rma/README.rst
@@ -51,6 +51,11 @@ If you want RMAs to be created from incoming emails, you need to:
one.
#. Go to 'Email' tab and set an 'Email Alias'.
+If you want to manually finish RMAs, you need to:
+
+#. Go to *Settings > Inventory*.
+#. Set *Finish RMAs manually* checkbox on.
+
Usage
=====
@@ -79,6 +84,11 @@ To use this module, you need to:
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.
+#. 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 selection of preconfigured ones.
+ Be sure to configure them in advance on *RMA > Configuration > Finalization Reasons*.
+ Once the RMA is finished, it will be set to that state and the reason will be
+ registered.
An RMA can also be created from a return of a delivery order:
diff --git a/rma/__manifest__.py b/rma/__manifest__.py
index 84b39b7d..9a52e5e1 100644
--- a/rma/__manifest__.py
+++ b/rma/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Return Merchandise Authorization Management",
"summary": "Return Merchandise Authorization (RMA)",
- "version": "14.0.1.1.0",
+ "version": "14.0.2.0.0",
"development_status": "Production/Stable",
"category": "RMA",
"website": "https://github.com/OCA/rma",
@@ -21,9 +21,11 @@
"security/ir.model.access.csv",
"wizard/stock_picking_return_views.xml",
"wizard/rma_delivery_views.xml",
+ "wizard/rma_finalization_wizard_views.xml",
"wizard/rma_split_views.xml",
"views/menus.xml",
"views/res_partner_views.xml",
+ "views/rma_finalization_views.xml",
"views/rma_portal_templates.xml",
"views/rma_team_views.xml",
"views/rma_views.xml",
diff --git a/rma/i18n/es.po b/rma/i18n/es.po
index 195cdd26..b932f1a0 100644
--- a/rma/i18n/es.po
+++ b/rma/i18n/es.po
@@ -10,6 +10,7 @@ msgstr ""
"PO-Revision-Date: 2022-01-17 12:39+0000\n"
"Last-Translator: xavigutipujol
E-mail body:
%s"
msgstr ""
-"Asunto del correo electrónico: %s
Cuerpo del correo electrónico:
%s"
+"Asunto del correo electrónico: %s
Cuerpo del correo "
+"electrónico:
%s"
#. module: rma
#: model:mail.template,body_html:rma.mail_template_rma_notification
@@ -75,7 +77,8 @@ msgid ""
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
"
\n"
-" Here is the RMA ${object.name} from ${object.company_id.name}.\n"
+" Here is the RMA ${object.name} from ${object.company_id."
+"name}.\n"
"
\n"
" Do not hesitate to contact us if you have any question.\n"
"
If you want to manually finish RMAs, you need to:
+An RMA can also be created from a return of a delivery order:
+ Create a new RMA finalization +
+ Manage RMA finalization reasons to better classify them for tracking and analysis purposes. +
+