[MIG] partner_favorite : Migration to 16.0
This commit is contained in:
21
partner_favorite/__manifest__.py
Normal file
21
partner_favorite/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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': "16.0.1.0.0",
|
||||
'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,
|
||||
}
|
Reference in New Issue
Block a user