Monday, January 27, 2025
8 changes
4 changes
Enhancements to existing features
The Spanish localization reports have been updated to support the 2024 Mod 390 annual VAT declaration requirements. This helps businesses in Spain prepare compliant tax filings using the latest official reporting format.
Original PR description
TODO
This work updates recruitment-related screens and referral campaign setup, including job views connected to Monster integration and employee referrals. It should make recruitment workflows clearer or more consistent for teams managing job postings and referral campaigns.
This update refreshes parts of the recruitment and employee referral experience, especially the referral campaign wizard and job position forms. It should make configuring job postings and referral campaigns clearer and easier for HR teams.
Recruitment-related settings and reporting screens have been updated to provide a cleaner, more consistent interface. This should make it easier for users to configure recruitment features and review hiring reports.
Original PR description
- made the changes for the hr.recruitment views and functionality Task: 4463696
4 changes
Enhancements to existing features
Point of Sale now reduces background server requests by handling preparation updates directly on the server. Device synchronization is more robust by checking local records during each request, helping avoid issues when orders or related data were changed or removed elsewhere.
Original PR description
*: pos_restaurant, pos_event Reduce number of XHR request by handling preparation change notification directly in the backend. The synchronisation is now more robust, each time we receive a request all local ids are checked to ensure that the record wasn't deleted or modified in the meantime.
Users can now manage document versions from a dedicated dialog, including downloading, deleting, and uploading versions. The Documents list view also gains clearer action ordering plus Export and Insert in Spreadsheet options, improving consistency and day-to-day document workflows.
Original PR description
Purpose ======= Allow managing documents version like it was done in 17.4. We created a new action for it, that will open a dialog in which we can download and delete versions, but also upload new ones. Reorder the actions we can do when selecting documents. Add "Export" and "Insert In Spreadsheet" actions, for consistency with other views, those actions are available only in the list view. Task-4480340
Point of Sale device synchronization has been improved to reduce unnecessary background requests and handle preparation updates directly on the server. This should make order preparation displays and related localizations more reliable when records are changed or removed during use.
Original PR description
*: l10n_cl_edi_pos, l10n_de_pos_res_cert, pos_preparation_display, l10n_it_pos, pos_restaurant_preparation_display, pos_settle_due Reduce number of XHR request by handling preparation change notification directly in the backend. The synchronisation is now more robust, each time we receive a request all local ids are checked to ensure that the record wasn't deleted or modified in the meantime.
Documents uploaded from company-level areas are now accessible to the right users instead of being limited to administrators. The Documents interface also improves upload routing, search panel behavior, and folder visibility so users can find and manage files more easily.
Original PR description
NB: both commits must be updated in FW port for change in company root owner. [FIX] documents: ensure access after upload in Company Otherwise, documents are only accessible by superusers as the document is not shared with anyone and owned by OdooBot. [IMP] documents: improve backend UI Based on users feedback, * partial revert of 78b21e99 regarding the search panel. * Redirect uploads in Recent and All to My Drive. * Increase visibility of record parent folder. Note that this will only occur after the views are updated. Task-4485969