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.

20 lines
597 B

  1. # Copyright 2021 Tecnativa - David Vidal
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Portal Partner Block Data Edit",
  5. "version": "12.0.1.0.0",
  6. "category": "Customer Relationship Management",
  7. "author": "Tecnativa,"
  8. "Odoo Community Association (OCA)",
  9. "website": "https://www.github.com/OCA/partner-contact",
  10. "license": "AGPL-3",
  11. "depends": [
  12. "portal",
  13. ],
  14. "data": [
  15. "views/res_partner_views.xml",
  16. "views/portal_template.xml",
  17. "views/assets.xml",
  18. ],
  19. "installable": True,
  20. }