Daily updates from Odoo
Tuesday, April 1, 2025
5 changes · master
Enhancements to existing features
Preparation time settings for Urban Piper point of sale integrations are now shown in minutes instead of seconds. This makes the timing easier for restaurant staff and managers to understand and configure accurately.
Original PR description
**pos_urban_piper_enhancements Following this commit: - Preparation time would be displayed in minutes instead of seconds. Related PR - https://github.com/odoo/upgrade/pull/7412 task-4581925
This update removes a duplicate internal way of scheduling activities in Belgian reports and uses the existing standard process instead. It helps keep the module simpler and reduces the chance of inconsistent behavior, with no expected change for everyday users.
Original PR description
Due to an oversight, we added an unnecessary activity scheduling method in d684d074af82fbd0fac6b3a1c56b4e01a17dd74a. This should be replaced by the already existing `activity_schedule` method in `account.move`. No task ID.
The Documents app now offers a cleaner right-side panel with better access to details, chatter, and record linking across views. Users can review document information, navigate lists, and manage folder downloads more smoothly, improving day-to-day document handling.
Original PR description
Task-4596337
Indian localization now offers a trial balance XLSX export with account balances broken down by partner. This gives finance teams more detailed reporting for reconciliation, review, and partner-level analysis without manual spreadsheet work.
Original PR description
Enhance Trial Balance XLSX Export with Partner-Level Breakdown for Indian Localization. This update introduces an XLSX export variant for the trial balance, featuring a detailed breakdown per partner for each account. The implementation extends the grouping functionality to include partners, aligning with the requirements and providing more detailed reporting. >Task:4339611
Payslip reports now show clearer section headings for items such as taxes, pre-deductions, and post-deductions. This makes payslips easier for employees and payroll teams to read, while avoiding unnecessary validation of heading-only lines.
Original PR description
This PR improves the salary rules in the payslip report by adding bold and underlined titles for different groups such as taxes, pre-deductions, and post-deductions. task-4615212