Skip to content

Commit 14dc826

Browse files
[MIG] attachment_zipped_download: Migration to 19.0
1 parent 8f77dc7 commit 14dc826

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

attachment_zipped_download/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
33
{
44
"name": "Attachment Zipped Download",
5-
"version": "18.0.1.0.0",
5+
"version": "19.0.1.0.0",
66
"category": "Tools",
77
"website": "https://github.com/OCA/knowledge",
88
"author": "Tecnativa, Odoo Community Association (OCA)",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[project]
2+
name = "odoo-addon-attachment_zipped_download"
3+
dynamic = ["version"]
4+
5+
[build-system]
6+
requires = ["whool"]
7+
build-backend = "whool.buildapi"

0 commit comments

Comments
 (0)