mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-19 08:22:04 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
471 B
Python
14 lines
471 B
Python
# Copyright 2018 Gontzal Gomez - AvanzOSC
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Project Purchase Link",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": ["project", "purchase", "hr_timesheet"],
|
|
"author": "AvanzOSC, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/project",
|
|
"category": "Project",
|
|
"data": ["views/project_project_view.xml"],
|
|
"installable": True,
|
|
}
|