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.

30 lines
985 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 (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Employee quantity in partners',
  8. 'summary': 'Know how many employees a partner has',
  9. 'version': '12.0.1.0.0',
  10. 'category': 'Customer Relationship Management',
  11. "author": 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. "license": "AGPL-3",
  14. "application": False,
  15. 'website': 'https://github.com/OCA/partner-contact',
  16. 'depends': [
  17. 'contacts',
  18. ],
  19. 'data': [
  20. 'security/ir.model.access.csv',
  21. 'views/res_partner_employee_quantity_range_view.xml',
  22. 'views/res_partner_view.xml',
  23. ],
  24. 'development_status': 'Mature',
  25. 'maintainers': [
  26. 'pedrobaeza',
  27. ],
  28. "installable": True,
  29. }