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.

24 lines
773 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 quantity 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., Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. 'website': 'http://www.antiun.com',
  14. 'depends': [
  15. 'base',
  16. ],
  17. 'data': [
  18. 'security/ir.model.access.csv',
  19. 'views/res_partner_employee_quantity_range_view.xml',
  20. 'views/res_partner_view.xml',
  21. ],
  22. "installable": True,
  23. }