Skip to content

Commit

Permalink
[FIX] rma : fix label and translations for incoming shipments
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Nov 8, 2024
1 parent 60cdf67 commit ac0b63b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rma/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ msgstr "Ajustes"
#: model_terms:ir.ui.view,arch_db:rma.view_rma_form
#: model_terms:ir.ui.view,arch_db:rma.view_rma_line_form
#: model_terms:ir.ui.view,arch_db:rma.view_rma_supplier_form
msgid "Shipments"
msgid "Incoming Shipments"
msgstr "Envíos"

#. module: rma
Expand Down
4 changes: 2 additions & 2 deletions rma/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1518,8 +1518,8 @@ msgstr "Paramètres"
#. module: rma
#: model_terms:ir.ui.view,arch_db:rma.view_rma_form
#: model_terms:ir.ui.view,arch_db:rma.view_rma_line_form
msgid "Shipments"
msgstr "Expéditions"
msgid "Incoming Shipments"
msgstr "Réceptions"

#. module: rma
#: model_terms:ir.ui.view,arch_db:rma.view_rma_add_serial_wiz_customer
Expand Down
2 changes: 1 addition & 1 deletion rma/views/rma_order_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<field
name="in_shipment_count"
widget="statinfo"
string="Shipments"
string="Incoming Shipments"
/>
</button>
<button
Expand Down
2 changes: 1 addition & 1 deletion rma/views/rma_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<field
name="in_shipment_count"
widget="statinfo"
string="Shipments"
string="Incoming Shipments"
/>
</button>
<button
Expand Down

0 comments on commit ac0b63b

Please sign in to comment.