Skip to content

Commit

Permalink
[UPD] Update purchase_order_type.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-travis committed Oct 14, 2019
1 parent b64e79f commit 9f788fb
Showing 1 changed file with 64 additions and 20 deletions.
84 changes: 64 additions & 20 deletions purchase_order_type/i18n/purchase_order_type.pot
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
Expand All @@ -14,58 +14,90 @@ msgstr ""
"Plural-Forms: \n"

#. module: purchase_order_type
#: field:purchase.order.type,active:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_active
msgid "Active"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,invoice_method:0
msgid "Create Invoice"
#: model:ir.actions.act_window,help:purchase_order_type.action_purchase_order_type_view
msgid "Click to set a new type for purchase order."
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,create_uid:0
#: model:ir.model,name:purchase_order_type.model_res_partner
msgid "Contact"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_create_uid
msgid "Created by"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,create_date:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_create_date
msgid "Created on"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,display_name:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_description
msgid "Description"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_display_name
msgid "Display Name"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,id:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_sequence_id
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_search
msgid "Entry Sequence"
msgstr ""

#. module: purchase_order_type
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_search
msgid "Group By"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_id
msgid "ID"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,__last_update:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_incoterm_id
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_search
msgid "Incoterm"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type___last_update
msgid "Last Modified on"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,write_uid:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_write_uid
msgid "Last Updated by"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,write_date:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_write_date
msgid "Last Updated on"
msgstr ""

#. module: purchase_order_type
#: field:purchase.order.type,name:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_name
msgid "Name"
msgstr ""

#. module: purchase_order_type
#: model:ir.model,name:purchase_order_type.model_res_partner
msgid "Partner"
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_search
msgid "Payment Term"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_payment_term_id
msgid "Payment Terms"
msgstr ""

#. module: purchase_order_type
Expand All @@ -74,22 +106,34 @@ msgid "Purchase Order"
msgstr ""

#. module: purchase_order_type
#: view:res.partner:purchase_order_type.res_partner_purchase_type_form_view
#: field:res.partner,purchase_type:0
#: model:ir.model.fields,field_description:purchase_order_type.field_res_partner_purchase_type
#: model:ir.model.fields,field_description:purchase_order_type.field_res_users_purchase_type
#: model:ir.ui.view,arch_db:purchase_order_type.res_partner_purchase_type_form_view
msgid "Purchase Order Type"
msgstr ""

#. module: purchase_order_type
#: model:ir.actions.act_window,name:purchase_order_type.action_purchase_order_type_view
#: model:ir.ui.menu,name:purchase_order_type.menu_purchase_order_type
#: view:purchase.order.type:purchase_order_type.view_purchase_order_type_search
#: view:purchase.order.type:purchase_order_type.view_purchase_order_type_tree
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_search
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_tree
msgid "Purchase Order Types"
msgstr ""

#. module: purchase_order_type
#: view:purchase.order:purchase_order_type.view_purchase_order_filter
#: field:purchase.order,order_type:0
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_type_sequence
msgid "Sequence"
msgstr ""

#. module: purchase_order_type
#: model:ir.model.fields,field_description:purchase_order_type.field_purchase_order_order_type
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_filter
#: model:ir.ui.view,arch_db:purchase_order_type.view_purchase_order_type_form
msgid "Type"
msgstr ""

#. module: purchase_order_type
#: model:ir.model,name:purchase_order_type.model_purchase_order_type
msgid "Type of purchase order"
msgstr ""

0 comments on commit 9f788fb

Please sign in to comment.