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.
21 lines
616 B
21 lines
616 B
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Partner Favorite',
|
|
'summary': "Add favorite star on Partner, and filter for favorite",
|
|
'version': '14.0.1.0.1',
|
|
'author': "Nicolas JEUDY, "
|
|
"Myceliandre, "
|
|
"Lokavaluto, "
|
|
"Odoo Community Association (OCA)",
|
|
'license': "AGPL-3",
|
|
'maintainer': 'Nicolas JEUDY',
|
|
'category': 'Extra Tools',
|
|
'website': 'https://odoo-community.org/',
|
|
'depends': ['base'],
|
|
'data': [
|
|
'views/res_partner.xml',
|
|
],
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|