Monday, September 1, 2025
5 changes · master
Enhancements to existing features
Document-related settings have been reorganized across several connected Odoo apps, making configuration easier to find and understand. This should reduce setup friction for teams using Documents with accounting, approvals, fleet, recruitment, products, projects, or signing workflows.
Original PR description
\* includes: documents_account, documents_approvals, documents_fleet, documents_hr_recruitment, documents_product, documents_project, and documents_sign. This commit simply reorganize all those bridges settings. Task-4910842
VoIP call session handling has been reorganized into a dedicated structure, making the call experience easier to maintain and extend. This supports ongoing improvements in VoIP and AI-assisted VoIP features without changing the core user workflow.
Original PR description
Introduce a Session class to hold the ever-growing amount of session-related logic.
The office printer test action now prints a PDF report instead of a basic test output. This makes printer checks better match real business documents and helps users confirm that report printing works as expected.
Original PR description
When clicking "test" on an office printer, we now print a pdf report, making the test print more realistic. Forward-Port-Of: odoo/enterprise#92531
The HR work entry export employee list now shows the "Contracts" column header with consistent capitalization. This small wording polish improves readability and presentation quality for payroll users exporting work entry information.
Original PR description
Capitalized the "Contracts" column header in the HR work entry export employee list view Task ID: 5047763
The Indian reporting feature has been decoupled from the electronic signature app. This reduces unnecessary app dependencies, making setup and maintenance simpler for businesses that only need reporting.
Original PR description
This commit removes dependency between `l10n_in_reports` and `sign` module.