[IMP] hr_timesheet_time_control_begin_end: show begin/end in portal#905
[IMP] hr_timesheet_time_control_begin_end: show begin/end in portal#905NICO-SOLUTIONS wants to merge 1 commit into
Conversation
NICO-SOLUTIONS
commented
Apr 27, 2026
- add begin/end hour fields to portal table
- adjusted groupby colspan
|
Hi @CRogos, |
0b82d88 to
003b3fd
Compare
@CRogos |
|
@CRogos The so_line / order_id / invoice_id grouping logic only exists when sale_timesheet is installed, so any XPath or colspan adjustments become unreliable or may break depending on whether the module is present. We probably need to decide between:
Otherwise, we end up with fragile view inheritance depending on optional template blocks. What do you think? |
003b3fd to
9b49501
Compare
added a direct dependency on sale_timesheet |
I think we should go this way. |
|
@CRogos |
|
sale_timesheet also install all the sales dependencies. I think this module could also be used in a project/task only scenario. I think best would be to add the fields here and only do the fixes needed with sales, into a separate module. |
|
@CRogos |
9b49501 to
e1450ed
Compare
e1450ed to
362fe1a
Compare
- add begin/end hour fields to portal table - adjusted groupby colspan logic
362fe1a to
ed3977c
Compare

