mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 09:12:01 +02:00
22 lines
586 B
Python
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,
|
|
}
|