Skip to content

Commit

Permalink
[UPD] Update shopfloor.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Oct 14, 2024
1 parent ca3b2e8 commit 0a11629
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions shopfloor/i18n/shopfloor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,32 @@ msgid ""
"destination'."
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid ""
"<code>get_sort_key_assigned_to_current_user</code>: Return sort key to get "
"line assigned to current user first. (return a tuple)"
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid ""
"<code>get_sort_key_location</code>: Return sort key to sort by location. "
"(return a tuple)"
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid ""
"<code>get_sort_key_priority</code>: Return sort key to sort by priority. "
"(return a tuple)"
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid "<code>line</code>: The move line for with the key must be computed."
msgstr ""

#. module: shopfloor
#: model:ir.model,name:shopfloor.model_shopfloor_app
msgid "A Shopfloor application"
Expand All @@ -127,6 +153,11 @@ msgstr ""
msgid "Activate Zero Check"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__move_line_search_additional_domain
msgid "Additional domain used when searching move lines"
msgstr ""

#. module: shopfloor
#: model:ir.model,name:shopfloor.model_shopfloor_priority_postpone_mixin
msgid "Adds shopfloor priority/postpone fields"
Expand Down Expand Up @@ -324,6 +355,35 @@ msgstr ""
msgid "Creation of moves is not allowed for menu {}."
msgstr ""

#. module: shopfloor
#: model:ir.model.fields.selection,name:shopfloor.selection__shopfloor_menu__move_line_search_sort_order__custom_code
msgid "Custom code"
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid "Custom code to construct the key to sort move lines"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__move_line_search_sort_order_custom_code
msgid "Custom sort key code"
msgstr ""

#. module: shopfloor
#. odoo-python
#: code:addons/shopfloor/models/shopfloor_menu.py:0
#, python-format
msgid "Custom sort key code is only allowed when 'Custom code' is selected."
msgstr ""

#. module: shopfloor
#. odoo-python
#: code:addons/shopfloor/models/shopfloor_menu.py:0
#, python-format
msgid "Custom sort key code is required when 'Custom code' is selected."
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_stock_move_line__date_planned
msgid "Date Scheduled"
Expand Down Expand Up @@ -460,6 +520,11 @@ msgstr ""
msgid "Lines have different destination location."
msgstr ""

#. module: shopfloor
#: model:ir.model.fields.selection,name:shopfloor.selection__shopfloor_menu__move_line_search_sort_order__location
msgid "Location"
msgstr ""

#. module: shopfloor
#. odoo-python
#: code:addons/shopfloor/actions/message.py:0
Expand Down Expand Up @@ -585,6 +650,16 @@ msgstr ""
msgid "Move Line Count"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__move_line_search_additional_domain_is_possible
msgid "Move Line Search Additional Domain Is Possible"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__move_line_search_sort_order_is_possible
msgid "Move Line Search Sort Order Is Possible"
msgstr ""

#. module: shopfloor
#. odoo-python
#: code:addons/shopfloor/actions/message.py:0
Expand Down Expand Up @@ -1086,6 +1161,11 @@ msgstr ""
msgid "Prepackaged Product Is Possible"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields.selection,name:shopfloor.selection__shopfloor_menu__move_line_search_sort_order__priority
msgid "Priority"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__allow_prepackaged_product
msgid "Process as pre-packaged"
Expand Down Expand Up @@ -1147,6 +1227,11 @@ msgstr ""
msgid "Product(s) processed as raw product(s)"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,help:shopfloor.field_shopfloor_menu__move_line_search_sort_order_custom_code
msgid "Python code to sort move lines. "
msgstr ""

#. module: shopfloor
#: model:ir.model,name:shopfloor.model_stock_quant
msgid "Quants"
Expand Down Expand Up @@ -1421,6 +1506,11 @@ msgstr ""
msgid "Someone is already working on these transfers"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_shopfloor_menu__move_line_search_sort_order
msgid "Sort method used when searching move lines"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_stock_location__source_move_line_ids
msgid "Source Move Line"
Expand Down Expand Up @@ -1735,6 +1825,18 @@ msgstr ""
msgid "This transfer does not exist or is not available anymore."
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid "Three variables are available:"
msgstr ""

#. module: shopfloor
#: model_terms:ir.ui.view,arch_db:shopfloor.shopfloor_menu_form_view
msgid ""
"To assign the key value: <code>key = "
"get_sort_key_assigned_to_current_user(line) + (line.x, )</code>"
msgstr ""

#. module: shopfloor
#: model:ir.model.fields,field_description:shopfloor.field_stock_picking__total_weight
#: model:ir.model.fields,field_description:shopfloor.field_stock_picking_batch__total_weight
Expand Down

0 comments on commit 0a11629

Please sign in to comment.