Sebastiano Picchi
Sebastiano Picchi
With this PR we restore the pill colours as they are shown in the normal Odoo tree view _Before these changes_  _The state is almost invisible,...
New email template for newly created tickets. This email template is modelled like the already existing ones for Closed and Changed State) This template was originally introduced in 98e5ef7f4a2e074283da3674654f662a28f02eed. As...
The method `_get_number_of_days` introduced in `hr_work_entry_holidays`, is not being passed `exclude_public_holidays` in the context. With this PR we propagate it in the calling methods too.
When creating a new line on a project task via the "Start Work", if there is another line which is present in a `hr_timesheet_sheet` in state `confirm` or `done`, the...
In a multi-company environment there might be cases where our user is in the `operating_unit.group_manager_operating_unit` group and is trying to see another user's form view. If the other user has...
This is a Work In Progress PR, which attempts to address this issue https://github.com/OCA/rest-framework/issues/446. Any suggestion is welcome EDIT: depends on https://github.com/OCA/rest-framework/pull/524
If we go into production right now, the FastAPI documentation endpoints (Swagger, Redoc, OpenAPI) are reachable by anyone. There might be cases where this feature is not required or even...
This PR is a temporary fix for https://github.com/OCA/rest-framework/issues/391 until the other module gets taken care of
In odoo 16.0 the class `oe_edit_only` serves no purpose. With this PR we remove it, avoiding possible confusion
The problem described here https://github.com/OCA/timesheet/pull/754 also happens in `17.0`, this PR should fix it