Daily updates from Odoo
Friday, October 27, 2023
3 changes
Code cleanup and technical improvements
The system has been updated to generate asset bundles more efficiently by removing unnecessary processing steps. This change simplifies the technical infrastructure and improves system performance without affecting how users interact with financial reports.
Original PR description
This is not useful anymore with companion pr odoo/odoo#131353
This update removes unnecessary code from the Point of Sale preparation display module to improve code quality and maintainability. The cleanup simplifies the codebase without changing any user-facing functionality, making the system easier to maintain and understand.
Original PR description
Remove useless code
The "Amounts to settle" button in the Vendors menu has been reorganized to split its functionality into two separate actions, improving clarity and usability. This change aligns the enterprise version with updates made to the community version, ensuring consistency across Odoo platforms.
Original PR description
Current behavior before PR: Currently, the "Amounts to settle" button in the "Vendors" drop-down menu opens a view showing all the account.move.line that are to be reconciled. --- Desired behavior after PR is merged: This commit is linked to a commit in community which splits the action responsible for this into two and therefore, the action should be renamed everywhere. --- Community: https://github.com/odoo/odoo/pull/140040 task-3572482