mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -4,18 +4,18 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Project-Id-Version: Odoo Server 13.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-08 09:03+0000\n"
|
||||
"PO-Revision-Date: 2021-01-08 10:06+0100\n"
|
||||
"Last-Translator: <>\n"
|
||||
"POT-Creation-Date: 2023-03-02 07:23+0000\n"
|
||||
"PO-Revision-Date: 2023-03-02 08:29+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: es\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: model:ir.model,name:stock_archive_constraint.model_stock_location
|
||||
@@ -23,7 +23,7 @@ msgid "Inventory Locations"
|
||||
msgstr "Ubicaciones de inventario"
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:41
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive location '%s' which has associated picking "
|
||||
@@ -33,7 +33,7 @@ msgstr ""
|
||||
"asociadas."
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:24
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive location '%s' which has associated stock "
|
||||
@@ -43,7 +43,7 @@ msgstr ""
|
||||
"de stock."
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:58
|
||||
#: code:addons/stock_archive_constraint/models/stock_location.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive location '%s' which has associated stock "
|
||||
@@ -53,17 +53,17 @@ msgstr ""
|
||||
"asociadas."
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:36
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive product '%s' which has associated picking "
|
||||
"lines."
|
||||
msgstr ""
|
||||
"No es posible archivar el producto '%s' que tiene líneas de albaranes "
|
||||
"asociadas."
|
||||
"asociadas"
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:22
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive product '%s' which has associated stock "
|
||||
@@ -73,14 +73,14 @@ msgstr ""
|
||||
"de stock."
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:50
|
||||
#: code:addons/stock_archive_constraint/models/product_product.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"It is not possible to archive product '%s' which has associated stock "
|
||||
"reservations."
|
||||
msgstr ""
|
||||
"No es posible archivar el producto '%s' que tiene reservas de stock "
|
||||
"asociadas."
|
||||
"asociadas"
|
||||
|
||||
#. module: stock_archive_constraint
|
||||
#: model:ir.model,name:stock_archive_constraint.model_product_product
|
||||
@@ -6,6 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 13.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-02 07:23+0000\n"
|
||||
"PO-Revision-Date: 2023-03-02 07:23+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -22,8 +22,9 @@ class ProductProduct(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive product '%s' which has "
|
||||
"associated stock quantities." % res[0].product_id.display_name
|
||||
"associated stock quantities."
|
||||
)
|
||||
% res[0].product_id.display_name
|
||||
)
|
||||
|
||||
@api.constrains("active")
|
||||
@@ -39,8 +40,9 @@ class ProductProduct(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive product '%s' which has "
|
||||
"associated picking lines." % res[0].product_id.display_name
|
||||
"associated picking lines."
|
||||
)
|
||||
% res[0].product_id.display_name
|
||||
)
|
||||
|
||||
@api.constrains("active")
|
||||
@@ -56,6 +58,7 @@ class ProductProduct(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive product '%s' which has "
|
||||
"associated stock reservations." % res[0].product_id.display_name
|
||||
"associated stock reservations."
|
||||
)
|
||||
% res[0].product_id.display_name
|
||||
)
|
||||
|
||||
@@ -24,8 +24,9 @@ class StockLocation(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive location '%s' which has "
|
||||
"associated stock quantities." % res[0].display_name
|
||||
"associated stock quantities."
|
||||
)
|
||||
% res[0].display_name
|
||||
)
|
||||
|
||||
@api.constrains("active")
|
||||
@@ -44,8 +45,9 @@ class StockLocation(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive location '%s' which has "
|
||||
"associated picking lines." % res[0].display_name
|
||||
"associated picking lines."
|
||||
)
|
||||
% res[0].display_name
|
||||
)
|
||||
|
||||
@api.constrains("active")
|
||||
@@ -64,6 +66,7 @@ class StockLocation(models.Model):
|
||||
raise ValidationError(
|
||||
_(
|
||||
"It is not possible to archive location '%s' which has "
|
||||
"associated stock reservations." % res[0].display_name
|
||||
"associated stock reservations."
|
||||
)
|
||||
% res[0].display_name
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user