[NEW] partner_favorite: transfer add-on

from repo https://git.myceliandre.fr/OCA/partner-contact/src/branch/nj-12.0-partner_gogocarto_export_api
This commit is contained in:
Stéphan Sainléger
2023-09-22 12:25:02 +02:00
parent 880f784510
commit 11acd8541f
12 changed files with 144 additions and 0 deletions

View 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,
}