[FIX] stock_picking_batch_custom: require collected before batch validation
This commit is contained in:
parent
12d434d4c7
commit
d4be0ae23e
4 changed files with 107 additions and 0 deletions
28
stock_picking_batch_custom/i18n/es.po
Normal file
28
stock_picking_batch_custom/i18n/es.po
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_picking_batch_custom
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"POT-Creation-Date: 2026-03-30 00:00+0000\n"
|
||||
"PO-Revision-Date: 2026-03-30 00:00+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_picking_batch_custom
|
||||
#. odoo-python
|
||||
#: code:addons/stock_picking_batch_custom/models/stock_picking_batch.py:0
|
||||
msgid "You must mark all product lines as collected before validating the batch."
|
||||
msgstr "Debes marcar todas las líneas de producto como recogidas antes de validar el lote."
|
||||
|
||||
#. module: stock_picking_batch_custom
|
||||
#. odoo-python
|
||||
#: code:addons/stock_picking_batch_custom/models/stock_picking_batch.py:0
|
||||
msgid "Pending products: %(products)s"
|
||||
msgstr "Productos pendientes: %(products)s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue