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 699923e
Show file tree
Hide file tree
Showing 5 changed files with 11 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
6 changes: 6 additions & 0 deletions rma/i18n/rma.pot
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ msgstr ""
msgid "Action Needed"
msgstr ""

#. 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 "Incoming Shipments"
msgstr ""

#. module: rma
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
msgid "Active"
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 699923e

Please sign in to comment.