oca-crm/odoo-bringout-oca-crm-crm_location/crm_location/__manifest__.py
Ernad Husremovic 0608132c9e Add oca-crm submodule with 26 CRM modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:44:33 +02:00

15 lines
537 B
Python

# Copyright 2015 Antiun Ingenieria - Endika Iglesias <endikaig@antiun.com>
# Copyright 2017 Tecnativa - Luis Martínez
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
{
"name": "CRM location",
"category": "Customer Relationship Management",
"version": "16.0.1.0.1",
"depends": ["crm", "base_location"],
"data": ["views/crm_lead_view.xml"],
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
"license": "AGPL-3",
"installable": True,
}