Sunday, October 30, 2022
2 changes · master
Miscellaneous changes
**Description of the issue/feature this PR addresses**: Fix the detailed activity view user image issue. **Impacted versions:** 16.0 **Steps to Reproduce :** - Go to (any form view) Employees --> Form view and schedule an activity - Click on the detail activity icon to open the activity details - See the user image is not correctly displayed Please check the attached screenshots. **Current behaviour before PR:** system shows the bad image icon of the user. **Desired behaviour
Original PR description
**Description of the issue/feature this PR addresses**: Fix the detailed activity view user image issue. **Impacted versions:** 16.0 **Steps to Reproduce :** - Go to (any form view) Employees --> Form view and schedule an activity - Click on the detail activity icon to open the activity details - See the user image is not correctly displayed Please check the attached screenshots. **Current behaviour before PR:** system shows the bad image icon of the user. **Desired behaviour after PR is merged:** After this PR merge, System will display the correct activity detail view user image.  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#104407
Before this commit, since the rework on the style of form view, the fields displayed when the repeat field is checked are no longer placed in the same position. This commit reviews the form view xml to be able to display those fields as before. Forward-Port-Of: odoo/enterprise#33432
Original PR description
Before this commit, since the rework on the style of form view, the fields displayed when the repeat field is checked are no longer placed in the same position. This commit reviews the form view xml to be able to display those fields as before. Forward-Port-Of: odoo/enterprise#33432