Friday, March 11, 2022
7 changes · master
Enhancements to existing features
The mail app’s user timing settings were changed to be stored as a regular setting field. This makes the behavior more consistent and easier to maintain, with no expected disruption for everyday users.
Original PR description
Task-2734101
This update makes part of the mail app's live communication session handling easier to manage internally. It helps support more reliable behavior for real-time calls and reduces the risk of timing-related issues in future changes.
Original PR description
Task-2734101
This update adds country information to tax records so Odoo can more easily apply country-specific filters and rules. It helps improve configuration accuracy for accounting setups that depend on local tax requirements.
Original PR description
add country_code for use in domains -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
German accounting reports now include a button to export DATEV CSV files together with all attachments from journal entries. This makes it easier for businesses to provide complete accounting data and supporting documents in one export.
Original PR description
Add a button to export datev csv's with all attachments of all Journal Entries. Task: 2604751
The Peru electronic invoicing setup now limits tax group choices to the relevant country. This helps reduce configuration mistakes and supports more accurate local tax compliance.
Original PR description
Related community PR: [86236](https://github.com/odoo/odoo/pull/86236) needs to be merged before this one could
The Planning app has clearer labels, menu guidance, and filtering options to help users find relevant schedules, roles, templates, and resources more easily. These updates improve day-to-day navigation and reporting across Planning-related workflows without changing core business processes.
Original PR description
** = project_forecast, project_timesheet_forecast, sale_planning The purpose of this commit is to do generic improvement in the planning app. In this commit did the following changes: - change the helper of 4 schedule menus, my planning, planning analysis, material resource, roles, and shift template. - add following filters in roles and shift template: -my roles, my team, my department - rename some filters, fields, and menu task-2725526 PR: #23286
This change updates internal payroll accounting tests for Belgian localization to reflect the expected number of database queries. It helps keep automated checks reliable after related platform changes, with no direct impact on day-to-day user workflows.
Original PR description
Title :) Original PR : [odoo/enterprise#20661](https://github.com/odoo/enterprise/pull/20661) Community PR : [odoo/odoo#76097](https://github.com/odoo/odoo/pull/82637) TaskId-2602897