Wednesday, May 24, 2023
2 changes · master
Enhancements to existing features
Stock valuation records can now be searched directly by their reference, such as a picking name. This makes it easier for users to find relevant valuation entries without creating custom filters.
Original PR description
before this commit, reference field is not added in the search view of the stock valuation, which contains the information like picking name, and users need to use custom filters to filter using this field. after this commit, the reference field will be added to the search view, and end users can easily search using this field without using custom filters.  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
VAT report line pages in the Argentinian localization now show the related move name in navigation breadcrumbs instead of technical record IDs. This makes the interface easier to understand when users open or switch between VAT report entries.
Original PR description
before this commit, rec_name was not defined for the model and the breadcrump was showing like account.ar.vat.line(1), account.ar.vat.line(2) etc, which is not user friendly. after this commit, move_name will be shown in breadcrump instead of account.ar.vat.line(1) 