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.

22 lines
1.0 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. from . import models
  20. from . import wizard