Monday, October 28, 2024
102 changes
Resolved issues and error corrections
This update resolves a bug on mobile devices where the document inspector was unexpectedly opening repeatedly when navigating between documents. The fix corrects a logic error in the code that caused the inspector to open unnecessarily, ensuring a smoother document viewing experience.
Original PR description
Steps to reproduce: 1. Go to documents on mobile 2. Click on doc thumbnail 3. The inspector open where preview should open When the preview is open, click on an arrow to see the previous or the next doc 1. The inspector opens again where the previous or next should Technical Reason: In 'documents_inspector.js' file, a condition set only open the inspector if there is only one selected element, so every time it get executed and opens the inspector. After this commit: 1. Click on a doc thumbnail, the preview will open. 2. When the preview is open, click on an arrow to see the previous or the next doc will not open the inspector. Task-3919285 Forward-Port-Of: odoo/enterprise#62957
This update resolves a minor typo in the Japanese accounting module (l10n_jp_zengin). The fix ensures that all messages displayed to users are grammatically correct and professional, improving the overall user experience. This change has no impact on core functionality.
Original PR description
X-original-commit: 698b81c