mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:32:01 +02:00
8 lines
300 B
Python
8 lines
300 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_browsable_object
|
|
from . import test_hr_payslip_worked_days
|
|
from . import test_hr_salary_rule
|
|
from . import test_payslip_flow
|
|
from . import test_hr_payroll_cancel
|
|
from . import test_hr_payslip_change_state
|