mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
20 lines
629 B
Python
20 lines
629 B
Python
# Copyright 2018 - TODAY Serpent Consulting Services Pvt. Ltd.
|
|
# (<http://www.serpentcs.com>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Search Partner Phone/Mobile/Email',
|
|
'version': '1.0.1.0.1',
|
|
'category': 'Extra Tools',
|
|
'summary': 'Partner Search by Phone/Mobile/Email',
|
|
'author': "Serpent Consulting Services Pvt. Ltd.,"
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://gitlab.com/flectra-community/partner-contact',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'base',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|