Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
83
sale_invoice_blocking/i18n/sale_invoice_blocking.pot
Executable file
83
sale_invoice_blocking/i18n/sale_invoice_blocking.pot
Executable file
@@ -0,0 +1,83 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_invoice_blocking
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#. odoo-python
|
||||
#: code:addons/sale_invoice_blocking/models/sale_order.py:0
|
||||
msgid ""
|
||||
"\n"
|
||||
"- You may have an invoice blocking reason on the sale order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_sale_order__invoice_blocking_reason_id
|
||||
msgid "Blocking for invoicing"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.actions.act_window,name:sale_invoice_blocking.invoice_blocking_reason_action
|
||||
#: model:ir.ui.menu,name:sale_invoice_blocking.menu_invoice_blocking_reason
|
||||
msgid "Invoicing block reasons"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__name
|
||||
msgid "Reason"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model,name:sale_invoice_blocking.model_invoice_blocking_reason
|
||||
msgid "Sale invoice blocking reason"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model,name:sale_invoice_blocking.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_invoice_blocking
|
||||
#: model:ir.model.constraint,message:sale_invoice_blocking.constraint_invoice_blocking_reason_name_uniq
|
||||
msgid "You cannot have two invoice blocking reasons with the same name."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user