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.

25 lines
939 B

  1. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  2. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  4. # Copyright 2018 Tecnativa - Pedro M. Baeza
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Employee quantity in partners",
  8. "summary": "Know how many employees a partner has",
  9. "version": "14.0.1.0.0",
  10. "category": "Customer Relationship Management",
  11. "author": "Tecnativa, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "website": "https://github.com/OCA/partner-contact",
  15. "depends": ["contacts"],
  16. "data": [
  17. "security/ir.model.access.csv",
  18. "views/res_partner_employee_quantity_range_view.xml",
  19. "views/res_partner_view.xml",
  20. ],
  21. "development_status": "Mature",
  22. "maintainers": ["pedrobaeza"],
  23. "installable": True,
  24. }