[MIG] attachment_unindex_content: Migration to 16.0
- Manifest's "Version" updated to "16.0.1.0.0" - Translation files updated to new versionpull/2563/head
parent
cb92cba5c2
commit
b12c3e7723
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"name": "Attachment Unindex Content",
|
||||
"summary": "Disable indexing of attachments",
|
||||
"version": "14.0.1.0.1",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Vauxoo, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"maintainers": [
|
||||
|
|
|
@ -4,8 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-02-23 21:42+0000\n"
|
||||
"PO-Revision-Date: 2023-02-23 21:42+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -17,18 +19,3 @@ msgstr ""
|
|||
#: model:ir.model,name:attachment_unindex_content.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: attachment_unindex_content
|
||||
#: model:ir.model.fields,field_description:attachment_unindex_content.field_ir_attachment__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: attachment_unindex_content
|
||||
#: model:ir.model.fields,field_description:attachment_unindex_content.field_ir_attachment__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: attachment_unindex_content
|
||||
#: model:ir.model.fields,field_description:attachment_unindex_content.field_ir_attachment____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../../attachment_unindex_content
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue