__init__.py 459 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. from . import resource
  4. from . import hr_employee
  5. from . import hr_department
  6. from . import hr_leave
  7. from . import hr_leave_allocation
  8. from . import hr_leave_type
  9. from . import hr_leave_accrual_plan_level
  10. from . import hr_leave_accrual_plan
  11. from . import hr_leave_stress_day
  12. from . import mail_message_subtype
  13. from . import res_partner
  14. from . import res_users