diff --git a/rma/i18n/es.po b/rma/i18n/es.po
index 39200872..8f14ece3 100644
--- a/rma/i18n/es.po
+++ b/rma/i18n/es.po
@@ -28,7 +28,7 @@ msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
msgstr "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
#. module: rma
-#: code:addons/rma/models/rma_team.py:44
+#: code:addons/rma/models/rma_team.py:46
#, python-format
msgid "%s (copy)"
msgstr "%s (copia)"
@@ -536,7 +536,7 @@ msgid "Draft RMA"
msgstr "RMA en estado Borrador"
#. module: rma
-#: code:addons/rma/models/rma.py:1097
+#: code:addons/rma/models/rma.py:1098
#, python-format
msgid ""
"E-mail subject: %s\n"
@@ -639,7 +639,7 @@ msgstr ""
"sin eliminarlo."
#. module: rma
-#: code:addons/rma/models/rma.py:1101
+#: code:addons/rma/models/rma.py:1102
#, python-format
msgid "Incoming e-mail"
msgstr "Correo electrónico entrante"
@@ -746,7 +746,7 @@ msgstr "Nombre"
#. module: rma
#: code:addons/rma/models/rma.py:31 code:addons/rma/models/rma.py:495
-#: code:addons/rma/models/rma.py:1100
+#: code:addons/rma/models/rma.py:1101
#, python-format
msgid "New"
msgstr "Nuevo"
@@ -767,13 +767,13 @@ msgid "Next Activity Type"
msgstr "Siguiente tipo de actividad"
#. module: rma
-#: code:addons/rma/models/rma.py:772
+#: code:addons/rma/models/rma.py:773
#, python-format
msgid "None of the selected RMAs can perform a replacement."
msgstr "Ninguno de los RMAs seleccionados puede realizar un reemplazo."
#. module: rma
-#: code:addons/rma/models/rma.py:755
+#: code:addons/rma/models/rma.py:756
#, python-format
msgid "None of the selected RMAs can perform a return."
msgstr "Ninguno de los RMAs seleccionados puede realizar una devolución."
@@ -954,7 +954,7 @@ msgid "Quantity to extract"
msgstr "Cantidad a extraer"
#. module: rma
-#: code:addons/rma/models/rma.py:805
+#: code:addons/rma/models/rma.py:806
#, python-format
msgid ""
"Quantity to extract cannot be greater than remaining delivery quantity (%s "
@@ -1132,7 +1132,7 @@ msgid "Reference of the document that generated this RMA."
msgstr "Referencia al documento que generó este RMA."
#. module: rma
-#: code:addons/rma/models/rma.py:693
+#: code:addons/rma/models/rma.py:694
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
#: model:rma.operation,name:rma.rma_operation_refund
@@ -1188,7 +1188,7 @@ msgid "Replaced"
msgstr "Reemplazado"
#. module: rma
-#: code:addons/rma/models/rma.py:1010
+#: code:addons/rma/models/rma.py:1011
#, python-format
msgid ""
"Replacement: Move %s) ha sido creado."
#. module: rma
-#: code:addons/rma/models/rma.py:1021
+#: code:addons/rma/models/rma.py:1022
#, python-format
msgid ""
"Replacement:
Product %s"
@@ -1341,7 +1341,7 @@ msgid "Split RMA"
msgstr "Dividir RMA"
#. module: rma
-#: code:addons/rma/models/rma.py:889
+#: code:addons/rma/models/rma.py:890
#, python-format
msgid ""
"Split: %s has been "
@@ -1447,7 +1447,7 @@ msgstr ""
"inicial porque el movimiento está enlazado a un RMA (%s)."
#. module: rma
-#: code:addons/rma/models/rma.py:793
+#: code:addons/rma/models/rma.py:794
#, python-format
msgid "The quantity to return is greater than remaining quantity."
msgstr "La cantidad a devolver es mayor que la cantidad restante del RMA."
@@ -1463,19 +1463,19 @@ msgstr ""
"cantidad especificada en el RMA asociado."
#. module: rma
-#: code:addons/rma/models/rma.py:782
+#: code:addons/rma/models/rma.py:783
#, python-format
msgid "This RMA cannot be split."
msgstr "Este RMA no puede ser dividido."
#. module: rma
-#: code:addons/rma/models/rma.py:769
+#: code:addons/rma/models/rma.py:770
#, python-format
msgid "This RMA cannot perform a replacement."
msgstr "Este RMA no puede realizar un reemplazo."
#. module: rma
-#: code:addons/rma/models/rma.py:752
+#: code:addons/rma/models/rma.py:753
#, python-format
msgid "This RMA cannot perform a return."
msgstr "Este RMA no puede realizar una devolución."
@@ -1599,7 +1599,7 @@ msgid "Website communication history"
msgstr "Historial de comunicaciones del sitio web"
#. module: rma
-#: code:addons/rma/models/rma.py:516
+#: code:addons/rma/models/rma.py:517
#, python-format
msgid "You cannot delete RMAs that are not in draft state"
msgstr "No puede eliminar RMAs que no estén en estado borrador"
diff --git a/rma/i18n/pt_BR.po b/rma/i18n/pt_BR.po
index f0061455..0ddc4812 100644
--- a/rma/i18n/pt_BR.po
+++ b/rma/i18n/pt_BR.po
@@ -27,7 +27,7 @@ msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
msgstr "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
#. module: rma
-#: code:addons/rma/models/rma_team.py:44
+#: code:addons/rma/models/rma_team.py:46
#, python-format
msgid "%s (copy)"
msgstr "%s (Cópia)"
@@ -535,7 +535,7 @@ msgid "Draft RMA"
msgstr "Rascunho do RMA"
#. module: rma
-#: code:addons/rma/models/rma.py:1097
+#: code:addons/rma/models/rma.py:1098
#, python-format
msgid ""
"E-mail subject: %s\n"
@@ -638,7 +638,7 @@ msgstr ""
"sem removê-lo."
#. module: rma
-#: code:addons/rma/models/rma.py:1101
+#: code:addons/rma/models/rma.py:1102
#, python-format
msgid "Incoming e-mail"
msgstr "E-mail recebido"
@@ -745,7 +745,7 @@ msgstr "Nome"
#. module: rma
#: code:addons/rma/models/rma.py:31 code:addons/rma/models/rma.py:495
-#: code:addons/rma/models/rma.py:1100
+#: code:addons/rma/models/rma.py:1101
#, python-format
msgid "New"
msgstr "Novo(a)"
@@ -766,13 +766,13 @@ msgid "Next Activity Type"
msgstr "Tipo da Próxima Atividade"
#. module: rma
-#: code:addons/rma/models/rma.py:772
+#: code:addons/rma/models/rma.py:773
#, python-format
msgid "None of the selected RMAs can perform a replacement."
msgstr "Nenhum dos RMAs selecionados pode executar uma substituição."
#. module: rma
-#: code:addons/rma/models/rma.py:755
+#: code:addons/rma/models/rma.py:756
#, python-format
msgid "None of the selected RMAs can perform a return."
msgstr "Nenhum dos RMAs selecionados pode executar uma devolução."
@@ -953,7 +953,7 @@ msgid "Quantity to extract"
msgstr "Quantidade a extrair"
#. module: rma
-#: code:addons/rma/models/rma.py:805
+#: code:addons/rma/models/rma.py:806
#, python-format
msgid ""
"Quantity to extract cannot be greater than remaining delivery quantity (%s "
@@ -1130,7 +1130,7 @@ msgid "Reference of the document that generated this RMA."
msgstr "Referência do documento que gerou este RMA."
#. module: rma
-#: code:addons/rma/models/rma.py:693
+#: code:addons/rma/models/rma.py:694
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
#: model:rma.operation,name:rma.rma_operation_refund
@@ -1186,7 +1186,7 @@ msgid "Replaced"
msgstr "Substituído"
#. module: rma
-#: code:addons/rma/models/rma.py:1010
+#: code:addons/rma/models/rma.py:1011
#, python-format
msgid ""
"Replacement: Move %s foi criada."
#. module: rma
-#: code:addons/rma/models/rma.py:1021
+#: code:addons/rma/models/rma.py:1022
#, python-format
msgid ""
"Replacement:
Product %s"
@@ -1339,7 +1339,7 @@ msgid "Split RMA"
msgstr "Dividir RMA"
#. module: rma
-#: code:addons/rma/models/rma.py:889
+#: code:addons/rma/models/rma.py:890
#, python-format
msgid ""
"Split: %s has been "
@@ -1444,7 +1444,7 @@ msgstr ""
"inicial, porque a movimentação do estoque está vinculada a uma RMA (%s)."
#. module: rma
-#: code:addons/rma/models/rma.py:793
+#: code:addons/rma/models/rma.py:794
#, python-format
msgid "The quantity to return is greater than remaining quantity."
msgstr "A quantidade a retornar é maior que a quantidade restante."
@@ -1460,19 +1460,19 @@ msgstr ""
"especificada na sua RMA vinculada."
#. module: rma
-#: code:addons/rma/models/rma.py:782
+#: code:addons/rma/models/rma.py:783
#, python-format
msgid "This RMA cannot be split."
msgstr "Esta RMA não pode ser dividida."
#. module: rma
-#: code:addons/rma/models/rma.py:769
+#: code:addons/rma/models/rma.py:770
#, python-format
msgid "This RMA cannot perform a replacement."
msgstr "Esta RMA não pode executar uma substituição."
#. module: rma
-#: code:addons/rma/models/rma.py:752
+#: code:addons/rma/models/rma.py:753
#, python-format
msgid "This RMA cannot perform a return."
msgstr "Este RMA não pode executar uma devolução."
@@ -1596,7 +1596,7 @@ msgid "Website communication history"
msgstr "Histórico de Comunicação Através do Site"
#. module: rma
-#: code:addons/rma/models/rma.py:516
+#: code:addons/rma/models/rma.py:517
#, python-format
msgid "You cannot delete RMAs that are not in draft state"
msgstr "Você não pode apagar RMAs que não estejam na situação \"Rascunho\""