Friday, May 17, 2024
6 changes · master
Enhancements to existing features
This update adds clearer internal labels to the Mexican electronic invoicing report fields for product code and unit code. It helps teams and implementers customize invoice layouts more reliably without changing the visible invoice content.
Original PR description
Inside the `l10n_mx_edi.report_invoice_document` report, it is difficult to locate the `<th/>` and `<td/>` tags associated with "Unit code" and "Product code" headers and values using xpaths. This fix aims to make this easier by adding name attributes to both
Bank statement CSV files can now be imported when their transactions are ordered from newest to oldest. This helps businesses use files from banks that export statements in descending date order without manually reordering them first.
Original PR description
This commit added the option to import bank lines ordered by dates in descending order. Before that, only ascending order of lines by dates was accepted. Some banks provide csv files that are sorted by date descendingly. task-3839831
The deferred entries list has been simplified by removing unnecessary columns, making it easier for accounting users to focus on the information they need. This improves day-to-day navigation and reduces visual clutter without changing accounting behavior.
Original PR description
The current tree view is polluted with useless columns. This commit cleans it up. task-id 3928442
Inventory reporting labels and menus were adjusted to make them clearer and better organized. The recurring product filter now uses simpler wording, and the Performance report menu is placed under technical features so business users see a cleaner reporting menu.
Original PR description
In this commit: ================== - Rephrased 'Can be Recurring' to 'Recurring' in product views filters. - Under Reporting/Performance : - Moved the 'Performance' menu to technical features for better categorization. task-3721429
The appointment leave management wizard no longer uses a separate resource calendar field. This streamlines the leave setup flow and reduces confusion for users managing appointment availability.
Original PR description
Remove and clean the use of a resource calendar in the appointment manage leaves wizard. Follow-up of odoo/enterprise#56617 task-3773104
Documentation links in several Odoo Enterprise screens now use a version-aware link widget instead of fixed links to a specific documentation version. This reduces maintenance work across releases and helps users land on the correct documentation for the Odoo version they are using.
Original PR description
Before this commit, in many views the links to the documentation was a absolute link to a given version of the documentation. Because of that, the links had to be changed for each version of Odoo. After this commit, most of the link to the documentation use a widget with a relative link that will be adpted with the current version odoo running on the server. task-id: 3605445