diff --git a/stock_inventory/i18n/stock_inventory.pot b/stock_inventory/i18n/stock_inventory.pot index 8312ee3dc..18fa50585 100644 --- a/stock_inventory/i18n/stock_inventory.pot +++ b/stock_inventory/i18n/stock_inventory.pot @@ -13,6 +13,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__action_state_to_cancel_allowed +msgid "Action State To Cancel Allowed" +msgstr "" + #. module: stock_inventory #: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__count_stock_quants #: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__count_stock_quants_string @@ -29,6 +39,11 @@ msgstr "" msgid "Assigned to" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_attachment_count +msgid "Attachment Count" +msgstr "" + #. module: stock_inventory #: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form msgid "Back to Draft" @@ -39,6 +54,16 @@ msgstr "" msgid "Begin Adjustments" msgstr "" +#. module: stock_inventory +#: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form +msgid "Cancel" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__state__cancel +msgid "Cancelled" +msgstr "" + #. module: stock_inventory #: code:addons/stock_inventory/models/stock_inventory.py:0 #, python-format @@ -97,11 +122,37 @@ msgstr "" msgid "Exclude Sublocation" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__has_message +msgid "Has Message" +msgstr "" + #. module: stock_inventory #: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__id msgid "ID" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_needaction +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_inventory #: model:ir.model.fields,help:stock_inventory.field_stock_inventory__exclude_sublocation msgid "" @@ -150,6 +201,11 @@ msgstr "" msgid "Inventory Reference" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_is_follower +msgid "Is Follower" +msgstr "" + #. module: stock_inventory #: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory____last_update msgid "Last Modified on" @@ -181,17 +237,57 @@ msgstr "" msgid "Lot/Serial Numbers" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_inventory #: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__manual msgid "Manual Selection" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_ids +msgid "Messages" +msgstr "" + #. module: stock_inventory #: code:addons/stock_inventory/models/stock_quant.py:0 #, python-format msgid "No move lines have been created" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_inventory #: model:ir.model.fields.selection,name:stock_inventory.selection__stock_inventory__product_selection__one msgid "One Product" @@ -282,6 +378,26 @@ msgstr "" msgid "To Do" msgstr "" +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,field_description:stock_inventory.field_stock_inventory__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_inventory +#: model:ir.model.fields,help:stock_inventory.field_stock_inventory__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_inventory #: code:addons/stock_inventory/models/stock_inventory.py:0 #, python-format @@ -304,6 +420,12 @@ msgstr "" msgid "You can only delete inventory adjustments groups in draft state." msgstr "" +#. module: stock_inventory +#: code:addons/stock_inventory/models/stock_inventory.py:0 +#, python-format +msgid "You can't cancel this inventory %(display_name)s." +msgstr "" + #. module: stock_inventory #: model_terms:ir.ui.view,arch_db:stock_inventory.view_inventory_group_form msgid "e.g. Annual inventory"