Skip to content
Snippets Groups Projects
Commit f61687a4 authored by RomainLibert's avatar RomainLibert
Browse files

[IMP] hr_holidays : split hr.holidays into hr.leave and hr.leave.allocation

Purpose
=======

Have a clear distinction between leave and allocation requests instead of
using the same model to mix 2 different concepts.

Splitting the model will allow different business code to be run on each
model as allocations and leaves are not exactly the same thing; this
will add some code but simplify future improvements

Specification
=============

1/ Completely separate the models

Model hr.holidays has been split into leave.request and
leave.allocation.

2/ Make reporting working again by using an SQL view aggregating data
from leaves and allocations

A new report has been added in order to aggregate
datas from both allocations and requests. The views have been modified
accordingly.
parent 1103dda8
No related branches found
No related tags found
No related merge requests found
Showing
with 915 additions and 316 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment