19 lines
526 B
Python
19 lines
526 B
Python
# Copyright 2023 Akretion (http://www.akretion.com)
|
|
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Sale CRM Usability',
|
|
'version': '14.0.1.0.0',
|
|
'category': 'CRM',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Usability improvements on sale_crm module',
|
|
'author': 'Akretion',
|
|
'website': 'https://github.com/akretion/odoo-usability',
|
|
'depends': [
|
|
'sale_crm',
|
|
],
|
|
'data': [],
|
|
'installable': True,
|
|
}
|