mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 16:52:03 +02:00
15 lines
536 B
Python
15 lines
536 B
Python
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
|
|
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
|
|
|
|
{
|
|
"name": "Project Key",
|
|
"summary": "Module decorates projects and tasks with Project Key",
|
|
"category": "Project",
|
|
"version": "16.0.1.0.3",
|
|
"license": "LGPL-3",
|
|
"author": "Modoolar, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/project",
|
|
"depends": ["project"],
|
|
"data": ["views/project_key_views.xml"],
|
|
"post_init_hook": "post_init_hook",
|
|
}
|