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.
38 lines
842 B
38 lines
842 B
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Partner social links",
|
|
"version": "1.0.0",
|
|
"summary": """
|
|
Add social links on partner
|
|
""",
|
|
"description": """
|
|
|
|
""",
|
|
"author": "RemiFr82",
|
|
"contributors": "",
|
|
"website": "https://remifr82.me",
|
|
"license": "LGPL-3",
|
|
"category": "Marketing",
|
|
# "price": 0,
|
|
# "currency": "EUR",
|
|
"application": False,
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"pre_init_hook": "",
|
|
"post_init_hook": "",
|
|
"uninstall_hook": "",
|
|
"excludes": [],
|
|
"external_dependencies": [],
|
|
"depends": [
|
|
"social_mixin",
|
|
],
|
|
"data": [
|
|
"views/res_partner.xml",
|
|
],
|
|
"css": [],
|
|
"images": [],
|
|
"js": [],
|
|
"test": [],
|
|
"demo": [],
|
|
"maintainer": "RemiFr82",
|
|
}
|