Thursday, July 13, 2023
2 changes
Resolved issues and error corrections
Vendor bills in Ecuador localization are adjusted so they are not automatically assigned the company's default sales team or salesperson. This prevents hidden sales-related values from being set on supplier bills, reducing confusion and keeping vendor bill data cleaner.
Original PR description
When creating a Vendor Bill, the default Sales Team & Person of the company is assigned to the Vendor Bill. The field isn't even displayed, it's hidden, you can only display it with Studio and can't even change it. In the community PR (https://github.com/odoo/odoo/pull/120628), we add a condition on the filling of this field but by doing so we need to modify this test. task-id: 3279233
Users can now close the onboarding panel shown on appointment pages without seeing an error. The panel also stays closed after the page is refreshed, reducing confusion and interruptions.
Original PR description
When the user opens an appointment, there is an onboarding panel at the top that users can close. But currently, it gives a traceback instead of closing it, and on the page refresh it will come back. This issue was introduced at https://github.com/odoo/enterprise/commit/6ee68e93dc4c06df079a51a9a2c679cc86d16117. Now, users can close the onboarding panel without traceback. **Task**-3418687