Friday, January 31, 2020
7 changes
Resolved issues and error corrections
The document indexing feature no longer depends on a PDF processing library that is unavailable on some supported Ubuntu systems. If the library is missing, the system logs a warning and continues indexing other document types, reducing installation and maintenance issues.
Original PR description
As pdfminer does not have a Debian package in Ubuntu Bionic, it cannot be declared as a strong requirement. With this commit, a warning is logged if the library is not installed. It does not prevent to index other types of documents.
This fixes an issue that could prevent survey date or time selection limits from working correctly. Survey participants should now have a smoother experience when answering questions that use date or time inputs.
Original PR description
Fixing 59a50e7628e3, were minDate & maxDate are declared before usage. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects a typo that prevented the event registration close action from being properly referenced. It helps ensure event organizers can close registrations as expected, avoiding confusion or manual workarounds.
Original PR description
Bug === Typo error in the name of the action. Introduced in e2f16573d257257198b1fabb9fe5f619614fb1cf Task 2186587
This fix ensures the media icon is shown on social posts even before they are sent. Users can now clearly see when a draft or scheduled live post includes media, reducing confusion during publishing preparation.
Original PR description
Bug === No icon displayed if the post is not yet sent.
The Field Service worksheet screen no longer shows the “Design Worksheet Template” button on mobile devices. This avoids showing an action that is not practical on smaller screens, making the mobile experience cleaner and easier to use.
Original PR description
Task : https://www.odoo.com/web?#id=2152318&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.66310d7ccc0377249827064ccf6f0ae3
The asset report no longer relies on account groups to build a hierarchy, because that structure is not appropriate for assets. This prevents misleading or incorrect asset report organization and keeps the report aligned with how assets are managed.
Original PR description
Since 1789db58dc3fef6358bf2465cfd9ca120bbd6120 we need to have account groups in order to have a hierarchy, but it doesn't make sense for assets.
This update fixes a problem that could occur when uninstalling the Sale Timesheet Enterprise app. It ensures related setup data is handled before the underlying components are removed, helping avoid uninstall errors for administrators.
Original PR description
Purpose ======= It's better to manipulate the models before they disappear. TaskID: 2185403