You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
465 B
15 lines
465 B
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Partner auto salesman - v11',
|
|
'version': '11.0.0.1.0',
|
|
'category': 'Customer Relationship Management',
|
|
'complexity': "easy",
|
|
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
|
|
'website': 'http://www.savoirfairelinux.com',
|
|
'license': 'AGPL-3',
|
|
'depends': ['base'],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|