[IMP] stock_picking_batch_custom: rename operator view button to Basket Assembly

Add es/eu translations: Montaje de Cestas / Saskien Prestaketa.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
GitHub Copilot 2026-05-29 19:43:16 +02:00
parent be7f379c1e
commit a812b4385d
3 changed files with 11 additions and 1 deletions

View file

@ -228,3 +228,8 @@ msgstr "Unidad de medida"
#: model:ir.model.fields,help:stock_picking_batch_custom.field_stock_move_line__home_delivery #: model:ir.model.fields,help:stock_picking_batch_custom.field_stock_move_line__home_delivery
msgid "Whether this picking includes home delivery (from sale order)" msgid "Whether this picking includes home delivery (from sale order)"
msgstr "Si este albarán incluye entrega a domicilio (del pedido de venta)" msgstr "Si este albarán incluye entrega a domicilio (del pedido de venta)"
#. module: stock_picking_batch_custom
#: model_terms:ir.ui.view,arch_db:stock_picking_batch_custom.view_stock_picking_batch_form_inherit_summary
msgid "Basket Assembly"
msgstr "Montaje de Cestas"

View file

@ -228,3 +228,8 @@ msgstr "Neurri-unitatea"
msgid "Whether this picking includes home delivery (from sale order)" msgid "Whether this picking includes home delivery (from sale order)"
msgstr "" msgstr ""
"Albaran honek etxez etxeko entrega barne hartzen duen (salmenta-eskaeratik)" "Albaran honek etxez etxeko entrega barne hartzen duen (salmenta-eskaeratik)"
#. module: stock_picking_batch_custom
#: model_terms:ir.ui.view,arch_db:stock_picking_batch_custom.view_stock_picking_batch_form_inherit_summary
msgid "Basket Assembly"
msgstr "Saskien Prestaketa"

View file

@ -44,7 +44,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//button[@name='action_done']" position="before"> <xpath expr="//button[@name='action_done']" position="before">
<button name="action_open_operator_view" <button name="action_open_operator_view"
string="Vista Operarios" string="Basket Assembly"
type="object" type="object"
class="btn-secondary" class="btn-secondary"
invisible="state != 'in_progress'"/> invisible="state != 'in_progress'"/>