Tuesday, June 3, 2025
2 changes · 18.0
Enhancements to existing features
The Replenishment screen now uses clearer wording by renaming the confusing “Supplier” field to “Vendor Pricelist.” It also removes a duplicate grouping option, making custom filters and grouping easier for users to understand.
Original PR description
Task: 4642595 Description of the issue/feature this PR addresses: Custom filters in Replenishment display "Vendor" and "Supplier" fields separately. In some contexts, both of these words mean the same thing, which might be confusing for the users. Because of that, the "Supplier" field is being renamed to "Vendor Pricelist". Moreover, at the moment grouping by "Vendor" and "Vendor Pricelist" has the same effect. For that reason, "Vendor Pricelist" is being removed from "Add Custom Group" dropdown. 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
Payslip input type names in Payroll can now be translated, making payroll configuration clearer for users working in different languages. This improves localization support and helps multilingual teams see payroll labels in their preferred language.
Original PR description
In this PR, I enabled the translate setting for the name attribute within the hr_payslip_input_type model. Before:  After:    This work is related to the task: [4840358](https://www.odoo.com/odoo/project/1251/tasks/4840358).