Skip to content

Commit c7a6a3a

Browse files
committed
[19.0][MIG] attachment_unindex_content: Migration to 19.0.
* Remove superfluous keys in the manifest * Remove financed migrations by other companies * Bump manifest version
1 parent 6d2fb1c commit c7a6a3a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

attachment_unindex_content/__manifest__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Attachment Unindex Content",
66
"summary": "Disable indexing of attachments",
7-
"version": "18.0.1.0.0",
7+
"version": "19.0.1.0.0",
88
"author": "Vauxoo, Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/server-tools",
1010
"maintainers": [
@@ -15,7 +15,5 @@
1515
"license": "AGPL-3",
1616
"category": "Tools",
1717
"depends": ["base"],
18-
"installable": True,
19-
"application": False,
2018
"post_init_hook": "post_init_hook",
2119
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The migration of this module from 16.0 to 18.0 was financially supported by Camptocamp.
1+

0 commit comments

Comments
 (0)