We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2fb1c commit c7a6a3aCopy full SHA for c7a6a3a
2 files changed
attachment_unindex_content/__manifest__.py
@@ -4,7 +4,7 @@
4
{
5
"name": "Attachment Unindex Content",
6
"summary": "Disable indexing of attachments",
7
- "version": "18.0.1.0.0",
+ "version": "19.0.1.0.0",
8
"author": "Vauxoo, Odoo Community Association (OCA)",
9
"website": "https://github.com/OCA/server-tools",
10
"maintainers": [
@@ -15,7 +15,5 @@
15
"license": "AGPL-3",
16
"category": "Tools",
17
"depends": ["base"],
18
- "installable": True,
19
- "application": False,
20
"post_init_hook": "post_init_hook",
21
}
attachment_unindex_content/readme/CREDITS.md
@@ -1 +1 @@
1
-The migration of this module from 16.0 to 18.0 was financially supported by Camptocamp.
+
0 commit comments