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
720 B

  1. # Copyright 2021 Open Source Integrators
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
  3. {
  4. "name": "Partner Stage",
  5. "summary": "Add lifecycle Stages to Partners",
  6. "author": "Open Source Integrators, Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/partner-contact",
  8. "category": "Sales/CRM",
  9. "version": "14.0.2.1.1",
  10. "license": "AGPL-3",
  11. "depends": ["contacts"],
  12. "data": [
  13. "security/ir.model.access.csv",
  14. "data/partner_stage_data.xml",
  15. "views/res_partner_stage_views.xml",
  16. "views/res_partner_views.xml",
  17. ],
  18. "post_init_hook": "post_init_hook",
  19. "installable": True,
  20. "maintainers": ["dreispt"],
  21. }