oca-technical/odoo-bringout-oca-crm-crm_lead_currency/crm_lead_currency/__manifest__.py
2025-08-29 15:43:03 +02:00

22 lines
586 B
Python

# Copyright 2019 Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "CRM Lead Currency",
"summary": """
On leads/opportunities, add the amount in the customer's currency.""",
"maintainers": [
"luisg123v",
],
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Camptocamp SA,Odoo Community Association (OCA),Vauxoo",
"website": "https://github.com/OCA/crm",
"depends": [
"crm",
],
"data": [
"views/crm_lead_views.xml",
],
"installable": True,
}