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

  1. # Copyright 2018 Oihane Crucelaegui - AvanzOSC
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Social Media",
  5. "version": "11.0.1.0.0",
  6. "category": "Customers, Vendors, Partners,...",
  7. "license": "AGPL-3",
  8. "author": "AvanzOSC, "
  9. "Odoo Community Association (OCA)",
  10. "website": "http://www.avanzosc.es",
  11. "depends": [
  12. "base",
  13. ],
  14. "data": [
  15. "views/res_partner_view.xml",
  16. ],
  17. "installable": True,
  18. }