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.
19 lines
500 B
19 lines
500 B
# Copyright 2018 Oihane Crucelaegui - AvanzOSC
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Partner Social Media",
|
|
"version": "11.0.1.0.0",
|
|
"category": "Customers, Vendors, Partners,...",
|
|
"license": "AGPL-3",
|
|
"author": "AvanzOSC, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "http://www.avanzosc.es",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"data": [
|
|
"views/res_partner_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|