oca-project/odoo-bringout-oca-project-project_purchase_link/project_purchase_link/__manifest__.py
Ernad Husremovic 6094c218b2 Move 124 sale modules to oca-sale, create oca-project with 56 project modules from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:04:10 +02:00

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,
}