Thursday, February 16, 2023
2 changes · master
Resolved issues and error corrections
This fix allows employees to create timesheets for projects whose analytic account is not tied to a specific company. It prevents unnecessary timesheet creation failures in shared or company-neutral project setups.
Original PR description
This commit's purpose is to allow the creation of timesheet even if the analytic account of the project has no company_id Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where user avatar fields in kanban views could use the wrong display component. The change helps ensure assigned users or collaborators are shown correctly, improving clarity in records that rely on avatar-based user lists.
Original PR description
Before this commit, since the commit [1] changing the field registry, the component used for the `kanban.many2many_avatar_user` widget is not right one. This commit fixes the issue by setting the right component for the widget. [1] 9f4622492c5cd84847368d32bf02b0b538a6dd69