Friday, October 14, 2022
5 changes · master
Resolved issues and error corrections
The timesheet view on project tasks now keeps the allocated hours information on a single line. This makes the task planning details easier to read and avoids confusing line breaks in the interface.
Original PR description
before this commit, allocated hours line isn't in one line. in this commit, 'allocated hours' is aligned with and (incl. x on sub-tasks) in project task timesheet notebook. task - 3000757 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
Miscellaneous changes
Forward-Port-Of: odoo/odoo#102679
Original PR description
Forward-Port-Of: odoo/odoo#102679
This commit fixes the alignment of the progressbar in form views. A fix that has been introduced in commit fae1d7a3e22bb6d295ca7d0550d425a9b1af934e made the progressbar aligned to the right in its readonly state, before turning into edition, which displayed the field on the left. Since the right alignment is only needed in list views, the style has been adapted to only show the 'end' alignment on that specific case. Forward-Port-Of: odoo/odoo#102876
Original PR description
This commit fixes the alignment of the progressbar in form views. A fix that has been introduced in commit fae1d7a3e22bb6d295ca7d0550d425a9b1af934e made the progressbar aligned to the right in its readonly state, before turning into edition, which displayed the field on the left. Since the right alignment is only needed in list views, the style has been adapted to only show the 'end' alignment on that specific case. Forward-Port-Of: odoo/odoo#102876
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 Forward-Port-Of: odoo/odoo#103156
Original PR description
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 Forward-Port-Of: odoo/odoo#103156
Following 46c8f08b, the new component was not responding properly as one of its internal reference was forwarded to another component that altered it. This commit fixes the issue. Forward-Port-Of: odoo/enterprise#32631
Original PR description
Following 46c8f08b, the new component was not responding properly as one of its internal reference was forwarded to another component that altered it. This commit fixes the issue. Forward-Port-Of: odoo/enterprise#32631