Skip to content

Commit

Permalink
[MIG] attachment_unindex_content: Migration to 16.0
Browse files Browse the repository at this point in the history
- Manifest's "Version" updated to "16.0.1.0.0"
- Translation files updated to new version
  • Loading branch information
Rodrigosu-Vauxoo committed Mar 1, 2023
1 parent cb92cba commit b12c3e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion attachment_unindex_content/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
19 changes: 3 additions & 16 deletions attachment_unindex_content/i18n/attachment_unindex_content.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 ""
6 changes: 6 additions & 0 deletions setup/attachment_unindex_content/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit b12c3e7

Please sign in to comment.