Monday, August 5, 2024
2 changes · 17.0
Enhancements to existing features
The web company selector has been adjusted so it can be extended instead of fully rebuilt when custom behavior is needed. This makes future customizations simpler and reduces development effort and maintenance risk for organizations using multiple companies.
Original PR description
Currently, it is not possible to inherit the company selector widget. To modify the behavior of the widget, developers need to create a new one instead of inheriting it, which is not ideal. This commit introduces changes that allow inheriting the company selector widget and also makes it easier to replace or extend the CompanySelector class within the SwitchCompanyMenu. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the accounting move form experience in Odoo's Accounting app. It is intended to make daily accounting work smoother for users, with limited business impact based on the available change details.
Original PR description
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