forked from OCA/OpenUpgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
18 lines (18 loc) · 745 Bytes
/
__manifest__.py
File metadata and controls
18 lines (18 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Odoo Community Association (OCA)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Openupgrade Framework",
"summary": """Module to integrate in the server_wide_modules
option to make upgrades between two major revisions.""",
"author": "Odoo Community Association (OCA), Therp BV, Opener B.V., GRAP, "
"Hunki Enterprises BV",
"maintainers": ["legalsylvain", "StefanRijnhart", "hbrunn"],
"website": "https://github.com/OCA/OpenUpgrade",
"category": "Migration",
"version": "18.0.1.0.3",
"license": "AGPL-3",
"depends": ["base"],
"images": ["static/description/banner.jpg"],
"external_dependencies": {"python": ["openupgradelib"]},
"installable": True,
}