Monday, January 21, 2019
4 changes · master
Enhancements to existing features
The document request screen now shows an upload icon instead of a download icon, making the intended action clearer. A tooltip appears when hovering over the icon, helping users understand they can upload a file.
Original PR description
Description of the issue/feature this PR addresses: - Added file upload icon and 'upload file' tooltip on hover of the icon while requesting documents to upload - Task : https://www.odoo.com/web#id=1917559&action=327&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.49a5ef42586a960c7719b1c450710f0b Current behavior before PR: - There was an icon of **download**, and there isn't any tool tip on hover of the icon. Desired behavior after PR is merged: - Icon will be of file **upload** instead of file download and there will a tool tip on hover of the icon.
Resolved issues and error corrections
Payslips must now have a company assigned before they can be used. This prevents payroll reports from missing the company header, helping ensure printed payslips look complete and professional.
Original PR description
Description of the issue/feature this PR addresses:
Task: https://www.odoo.com/web?#id=51511&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.0a748c43b32ca19dd0d886cab5df7ba2
Current behavior before PR:
- Printing pay slips when they don't have a company id set doesn't print the header on the report
Desired behavior after PR is merged:
- If set the company_id field required
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe website editor color picker now correctly loads the opacity value from an existing color. This prevents users from seeing or applying the wrong transparency when editing content colors.
Original PR description
Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, the colorpicker was not properly initializing the opacity component of the given color anymore.
Fixed a layout issue where stat button content in the Enterprise web interface could spill outside the button after a Bootstrap update. This keeps buttons visually tidy and easier to read without changing business functionality.
Original PR description
Stats button on enterprise have the icon (30% of width) the label (70% of width) and 6px margin on the left of the icon. Thus this does not fit exactly and the content is put outside of the button. This did not happen when `white-space:nowrap` was set in button on bootstrap, but this has been removed in bootstrap 4.2.0 ( https://github.com/twbs/bootstrap/commit/24bdadf9d32 ) which is applied in Odoo as of odoo/odoo@63e52e6acf opw-1931085