[NEW] partner_favorite: transfer add-on
from repo https://git.myceliandre.fr/OCA/partner-contact/commits/branch/nj-12.0-partner_gogocarto_export_api
This commit is contained in:
committed by
Stéphan Sainléger
parent
a5993e3786
commit
cc897e65a9
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': '12.0.1.1.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