Saturday, October 15, 2022
4 changes · master
Miscellaneous changes
- hr_timesheet: changed the string of the fields according to the encoding unit In this commit, we changed the following field string: Initially Planned Days Days Spent Remaining Days - fix search results for users in the task search view Steps to reproduce: - Install the project app - Create user A - Go to the project - Create a task with assignees A - Archived user A - Go to the
Original PR description
- hr_timesheet: changed the string of the fields according to the encoding unit
In this commit, we changed the following field string:
Initially Planned Days
Days Spent
Remaining Days
- fix search results for users in the task search view
Steps to reproduce:
- Install the project app
- Create user A
- Go to the project
- Create a task with assignees A
- Archived user A
- Go to the project > task
- Search: Assignees for > user A
Actual behavior:
We cannot search tasks of the archived user.
Expected behavior:
We can search tasks of the archived user.
task-2978632
Forward-Port-Of: odoo/odoo#103151
Forward-Port-Of: odoo/odoo#102427Before this commit, it was only showing 1 schedule and +x button when more than 1 schedule was there. So in this commit, it has 3 slots it sows 3 schedules and when there are more than 3 schedule it shows +x button task-2920494 Forward-Port-Of: odoo/enterprise#32747 Forward-Port-Of: odoo/enterprise#29630
Original PR description
Before this commit, it was only showing 1 schedule and +x button when more than 1 schedule was there. So in this commit, it has 3 slots it sows 3 schedules and when there are more than 3 schedule it shows +x button task-2920494 Forward-Port-Of: odoo/enterprise#32747 Forward-Port-Of: odoo/enterprise#29630
Steps to reproduce: - Install the FSM app - Create user A - Go to the FSM - Create a task with assignees A - Archived user A - Go to the FSM > task - Search: Assignees for > user A Actual behavior: We cannot search tasks of the archived user. Expected behavior: We can search tasks of the archived user. task-2978632 Forward-Port-Of: odoo/enterprise#32776 Forward-Port-Of: odoo/enterprise#32399
Original PR description
Steps to reproduce:
- Install the FSM app
- Create user A
- Go to the FSM
- Create a task with assignees A
- Archived user A - Go to the FSM > task
- Search: Assignees for > user A
Actual behavior:
We cannot search tasks of the archived user.
Expected behavior:
We can search tasks of the archived user.
task-2978632
Forward-Port-Of: odoo/enterprise#32776
Forward-Port-Of: odoo/enterprise#32399Before this commit it is impossible to cleanly override the task or project values. 1. By creating subfunctions for this it is possible to change values with a short super() instead of having to take over all values. 2. Since `name`, `column_field` & `cell_field` where defined twice with identical code we now also save code & make it cleaner/less error prone ;) Forward-Port-Of: odoo/enterprise#32606 Forward-Port-Of: odoo/enterprise#31938
Original PR description
Before this commit it is impossible to cleanly override the task or project values. 1. By creating subfunctions for this it is possible to change values with a short super() instead of having to take over all values. 2. Since `name`, `column_field` & `cell_field` where defined twice with identical code we now also save code & make it cleaner/less error prone ;) Forward-Port-Of: odoo/enterprise#32606 Forward-Port-Of: odoo/enterprise#31938