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

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingeniería S.L. - Antonio Espinosa
  3. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Employee amount in partners',
  7. 'summary': 'Know how many employees a partner has',
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Customer Relationship Management',
  10. 'author': 'Antiun Ingeniería S.L.',
  11. 'website': 'http://www.antiun.com',
  12. 'depends': [
  13. 'base',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'views/res_partner_employee_amount_range_view.xml',
  18. 'views/res_partner_view.xml',
  19. ],
  20. "installable": True,
  21. }