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.

22 lines
669 B

  1. # Copyright (C) 2019 Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Brand",
  5. "summary": "Manage your brands and use them on your documents",
  6. "version": "12.0.1.0.0",
  7. "category": "Sales Management",
  8. "website": "https://github.com/OCA/sale-workflow",
  9. "author": "Open Source Integrators, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "depends": [
  12. "contacts",
  13. ],
  14. "data": [
  15. "views/res_partner_views.xml",
  16. "views/report_template.xml",
  17. ],
  18. "installable": True,
  19. "development_status": "Beta",
  20. "maintainers": ["osi-scampbell"],
  21. }