Thursday, May 8, 2025
3 changes · 18.0
Enhancements to existing features
Partner lists now include the invoice sending method as a hidden field, allowing teams to use mass editing when they need to update how invoices are sent. This reduces manual work when maintaining customer billing preferences.
Original PR description
Add the Invoice Sending Method field to the partner's list view to enable mass edit. task-no (feedback from WTA)
The purchase product category search view now places the “In the order” filter in its own section and in a clearer position. This makes it easier for purchasing users to compare products and prices when reviewing order-related items.
Original PR description
Description of the issue/feature this PR addresses: When purchasing a product in a unit different than the product unit, it is not easy to compare price for purchaser (alternative, ...) Current behavior before PR: Desired behavior after PR is merged: - One line change for purchase category search view, to add the "In the order" filter in its own section and change its order within the search view, the rest of the changes are on-save auto format. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Financial report settings now show the integer rounding option directly in the report options. This makes the setting easier to discover and use without needing technical knowledge or code inspection.
Original PR description
This is a useful option that is hard to know about unless you read the code or are told it exists. It should be visible in the report options. In the context of: task-4734528