TicTac module for Odoo
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.

38 lines
1.5 KiB

4 years ago
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # TicTac allows several HR functionalities. This program bases on Odoo v. 8. Copyright
  5. # (C) 2018 ITIS www.itis.de commissioned by Wikimedia Deutschland e.V.
  6. #
  7. # This program is free software: you can redistribute it and/or modify it under the
  8. # terms of the GNU Affero General Public License as published by the Free Software
  9. # Foundation, either version 3 of the License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful, but WITHOUT ANY
  12. # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU Affero General Public License along with
  16. # this program. If not, see <https://www.gnu.org/licenses/>.
  17. #
  18. ##############################################################################
  19. {
  20. 'name': "ITIS Ldap User Config",
  21. 'summary': """ Module to configure new ldap user with old user""",
  22. 'description': """
  23. Module to configure new ldap user with old user
  24. """,
  25. 'author': "IT IS AG",
  26. 'website': "http://www.itis-odoo.de",
  27. 'category': 'base',
  28. 'version': '1.0.55.0',
  29. 'depends': ['base','itis_hr_extend','hr_timesheet_sheet'],
  30. 'data': [
  31. 'views/ldap_view.xml',
  32. 'security/ir.model.access.csv',
  33. 'data/cron.xml',
  34. ],
  35. 'css': [],
  36. 'demo': [],
  37. }