Skip to content

Commit e194f13

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 e194f13

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

attachment_unindex_content/README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ Contributors
101101
Other credits
102102
-------------
103103

104-
The migration of this module from 16.0 to 18.0 was financially supported
105-
by Camptocamp.
104+
106105

107106
Maintainers
108107
-----------

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+

attachment_unindex_content/static/description/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
441441
</div>
442442
<div class="section" id="other-credits">
443443
<h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
444-
<p>The migration of this module from 16.0 to 18.0 was financially supported
445-
by Camptocamp.</p>
446444
</div>
447445
<div class="section" id="maintainers">
448446
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>

0 commit comments

Comments
 (0)