mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
This will make it possible to be more abstract with 'work_type' or 'worked days lines' and overtime.
6 lines
145 B
Python
6 lines
145 B
Python
from . import browsable_object
|
|
from . import hr_contract
|
|
from . import hr_payslip
|
|
from . import hr_salary_rule
|
|
from . import res_config_settings
|