__init__.py 380 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. from . import res_company # has to be before hr_holidays to create needed columns on res.company
  4. from . import account_analytic
  5. from . import hr_holidays
  6. from . import project_task
  7. from . import res_config_settings
  8. from . import resource_calendar_leaves
  9. from . import hr_employee