Skip to content

Commit

Permalink
[UPD] Update sale_restricted_qty.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed May 18, 2024
1 parent 6f5434e commit f7d285b
Showing 1 changed file with 16 additions and 34 deletions.
50 changes: 16 additions & 34 deletions sale_restricted_qty/i18n/sale_restricted_qty.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -14,6 +14,7 @@ msgstr ""
"Plural-Forms: \n"

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid ""
Expand All @@ -22,6 +23,7 @@ msgid ""
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid ""
Expand All @@ -30,6 +32,7 @@ msgid ""
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid ""
Expand All @@ -38,18 +41,21 @@ msgid ""
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Check maximum order quantity for this products: * \n"
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Check minimum order quantity for this products: * \n"
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Check multiple order quantity for this products: * \n"
Expand Down Expand Up @@ -110,15 +116,6 @@ msgid ""
"Template/product category/parent categoroies "
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_category__display_name
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_product__display_name
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_restricted_qty_mixin__display_name
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_template__display_name
#: model:ir.model.fields,field_description:sale_restricted_qty.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_category__force_sale_max_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_product__force_sale_max_qty
Expand All @@ -145,15 +142,6 @@ msgstr ""
msgid "Force Sale Min Qty"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_category__id
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_product__id
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_restricted_qty_mixin__id
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_template__id
#: model:ir.model.fields,field_description:sale_restricted_qty.field_sale_order_line__id
msgid "ID"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,help:sale_restricted_qty.field_product_category__manual_force_sale_max_qty
#: model:ir.model.fields,help:sale_restricted_qty.field_product_product__manual_force_sale_max_qty
Expand All @@ -174,15 +162,6 @@ msgid ""
" not test we check parent value"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_category____last_update
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_product____last_update
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_restricted_qty_mixin____last_update
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_template____last_update
#: model:ir.model.fields,field_description:sale_restricted_qty.field_sale_order_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_category__manual_force_sale_max_qty
#: model:ir.model.fields,field_description:sale_restricted_qty.field_product_product__manual_force_sale_max_qty
Expand Down Expand Up @@ -281,26 +260,29 @@ msgid "Not Multiple Qty"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model,name:sale_restricted_qty.model_product_product
#: model:ir.model,name:sale_restricted_qty.model_product_template
msgid "Product"
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Product \"%s\": Min Quantity %s."
msgid "Product \"%(product)s\": Min Quantity %(min_qty)s."
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Product \"%s\": max Quantity %s."
msgid "Product \"%(product)s\": max Quantity %(max_qty)s."
msgstr ""

#. module: sale_restricted_qty
#. odoo-python
#: code:addons/sale_restricted_qty/models/sale.py:0
#, python-format
msgid "Product \"%s\": multiple Quantity %s."
msgid "Product \"%(product)s\": multiple Quantity %(multiple_qty)s."
msgstr ""

#. module: sale_restricted_qty
Expand All @@ -314,8 +296,8 @@ msgid "Product Restrict Qty Mixin"
msgstr ""

#. module: sale_restricted_qty
#: model:ir.model,name:sale_restricted_qty.model_product_template
msgid "Product Template"
#: model:ir.model,name:sale_restricted_qty.model_product_product
msgid "Product Variant"
msgstr ""

#. module: sale_restricted_qty
Expand Down

0 comments on commit f7d285b

Please sign in to comment.