mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-19 09:02:00 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
486 B
Python
13 lines
486 B
Python
# © 2017-2019 Elico Corp (https://www.elico-corp.com).
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Project Parent",
|
|
"version": "16.0.1.1.0",
|
|
"license": "LGPL-3",
|
|
"category": "project",
|
|
"author": "Therp B.V., Elico Corp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/project",
|
|
"depends": ["project"],
|
|
"data": ["views/project_parent_views.xml"],
|
|
"demo": ["demo/project_project_demo.xml"],
|
|
}
|