Daily updates from Odoo
Thursday, October 9, 2025
10 changes · master
Enhancements to existing features
Belgian payroll now uses a clearer residency status with Resident, Non-Resident, and Frontalier options. For Frontaliers, withholding tax exemption is applied automatically and locked in the interface, reducing manual errors while keeping flexibility for other employees.
Original PR description
- Add l10n_be_resident_situation field with 3 options: Resident, Non-Resident, Frontalier - Compute no_withholding_taxes automatically for Frontaliers with readonly UI behavior - Maintain backward compatibility with computed is_non_resident field - Update employee and contract template views to use new selection field - Update test data to use new field structure Frontaliers now automatically get no withholding taxes with a disabled checkbox, while Residents and Non-Residents can still manually control the setting. task-4936512
A new filter helps users quickly find salary offers that are waiting for their signature. This makes it easier to focus on pending actions and replaces an older default filter with the clearer, dedicated option.
Original PR description
Add filter for 'Waiting For Me' in salary offer search view, returning only offers with signature expected (half signed). Also context filter replaced with the newly introduced one Task ID: 5031087
Users can now duplicate existing records even when creating brand-new records is disabled. This gives businesses more precise control, allowing teams to reuse approved records while still preventing unrestricted new entries.
Original PR description
*: documents, web_studio This commit allows record duplication even when creation is disabled (create="0"). Duplication permissions should depend only on specific duplication rules (e.g., duplicate attribute) and server-side access rights — not on the create attribute. This makes sense in cases where users are allowed to duplicate existing records but not create new ones from scratch. task-5131124
The VoIP call history and softphone views now show clear icons when calls include recordings or AI-generated transcriptions. This helps users quickly identify which past conversations have supporting audio or text records available for review.
Original PR description
Task-4962728
Work entries now show where they came from, such as schedules, time off, planning, attendance, or manual creation. Access to work entries is also aligned with HR and payroll roles, helping teams review payroll-related records with clearer ownership and permissions.
Original PR description
- added Source field in `hr_work_entry_view_form` which takes value from:
- `resource_calendar_id` if the work entry has been generated from the working schedule
- `leave_id` if the work entry has been generated from a time off
- `planning_slot_id` if the work entry has been generated from a planning
- `attendance_id` if the work entry has been generated from attendance
- Manual if the work entry has been generated manually
- removed the expand button in the `hr_work_entry` pop up
- added inherited views for `hr_work_entry_view_form` in `hr_work_entry_attendance` and `hr_work_entry_palnning` to show corresponding fields
- changed access of the work entries smart button to be only `group_hr_manager` and then change to `group_hr_payroll_user` when payroll is installed
- removed access to work entries from `group_hr_manager` when payroll is installed
Task [link](https://www.odoo.com/odoo/project.task/5118852)
task-5118852Financial reports now use parent accounts to group and present accounting data, replacing the previous account group approach. This makes reports such as trial balance, aged partner balance, asset reports, and localizations more consistent and easier to interpret for finance teams.
Original PR description
WIP: implement parent account in reports Task: [5055586](https://www.odoo.com/odoo/project/967/tasks/5055586)
Cashiers can now use a dedicated Food Platform button on the POS ticket screen to quickly view orders received through UrbanPiper. This makes it easier to separate third-party delivery orders from in-store sales, while replacing the previous UrbanPiper search filter with a clearer workflow.
Original PR description
In this commit: =============== - Added a "Food Platform" filter button on the ticket screen to show only orders received from UrbanPiper. This helps cashiers quickly identify and manage third-party food platform orders separately from in-store orders. - Removed the UrbanPiper search filter since a dedicated filter button has now been added on the ticket screen for managing UrbanPiper orders. Task-5033759 Related PR: https://github.com/odoo/odoo/pull/224217
Payroll salary rules can now be created without assigning them to a category. This simplifies payroll setup by avoiding unnecessary one-off categories and makes salary rule management easier for teams.
Original PR description
**Issue** To simplify salary rule configuration and reduce unnecessary records the salary rule category field is made non-mandatory, to avoid creating categories that contain only a single rule and making the setup easier to manage. Task ID: 5126314
This update changes Bangladesh payroll benefits so they are handled as employee properties rather than fixed payroll inputs. It makes benefit setup more flexible and helps payroll calculations retrieve configured values more reliably.
Payroll users can now generate payslip PDFs more conveniently from list views, with small batches created immediately. Printed payslips are also saved directly on the employee payslip record, making documents easier to find and manage.