Tuesday, January 9, 2024
3 changes · 17.0
Resolved issues and error corrections
This change updates editor configuration so JavaScript autocompletion works correctly when Odoo is used with the Enterprise code path. It does not change business workflows, but it helps developers work more efficiently and avoid navigation or suggestion issues in their tools.
Original PR description
The jsconfig.json file is used by editors to provide autocompletion but the paths were not updated when it's used in the enterprise path. 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
Fixed an issue where users could encounter an error when using the Tab key on vendor bills if analytic plans existed without any analytic accounts. The change safely skips dropdown navigation when there are no options, keeping bill entry uninterrupted.
Original PR description
Issue: - When you have analytic plans but no analytic accounts you got a traceback when you tab through the fields on a vendor bill. Steps to reproduce: - In accounting app create a vendor bill where analytic plans exist without associated analytic accounts. - Use the key 'Tab' to move through the fields on the vendor bill. - Notice Traceback error. Solution: - Checking if the dropdown is not empty before proceeding with the Tab key logic. OPW-3648815 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects Chilean electronic export invoicing so that transport type is no longer required when the service indicator is set to 4. This helps prevent valid export documents from being blocked unnecessarily, reducing manual corrections for affected users.
Original PR description
…rvice indicator is 4