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.

27 lines
903 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  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': '10.0.1.0.0',
  10. 'category': 'Customer Relationship Management',
  11. "author": 'Antiun Ingeniería S.L., '
  12. 'Tecnativa, '
  13. 'Odoo Community Association (OCA)',
  14. "license": "AGPL-3",
  15. "application": False,
  16. 'website': 'http://www.tecnativa.com',
  17. 'depends': [
  18. 'sale',
  19. ],
  20. 'data': [
  21. 'security/ir.model.access.csv',
  22. 'views/res_partner_employee_quantity_range_view.xml',
  23. 'views/res_partner_view.xml',
  24. ],
  25. "installable": True,
  26. }