__manifest__.py 515 B

12345678910111213141516171819
  1. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  2. {
  3. 'name': 'Employees - Mexico',
  4. 'version': '1.0',
  5. 'category': 'Human Resources/Employees',
  6. 'icon': '/l10n_mx/static/description/icon.png',
  7. 'sequence': 120,
  8. 'summary': 'Adds specific fields to Employees for Mexican companies.',
  9. 'depends': ['hr'],
  10. 'data': [
  11. 'views/hr_employee_views.xml',
  12. ],
  13. 'installable': True,
  14. 'application': False,
  15. 'auto_install': False,
  16. 'license': 'LGPL-3',
  17. }