Tuesday, November 5, 2024
7 changes · 17.0
Enhancements to existing features
The Romanian localization was updated to better match the official ANAF chart of accounts used for SAF-T reporting. This helps Romanian companies keep accounting setup and statutory reporting data aligned with local requirements.
Original PR description
Description of the issue/feature this PR addresses: Fixed in the translation and addition of accounts in accordance with the ANAF chart of accounts in accordance with the documentation for SAFT Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now supports adding voice-related details when posting messages with attachments. This makes it easier for apps and integrations to preserve voice message information in conversations, improving how audio content is handled in Discuss and mail flows.
Original PR description
Ease adding voice metadata through message_post. Task-
Discuss now recognizes and processes voice attachments when users add them to posts. This ensures voice-related files keep the right metadata, improving support for audio messages and related collaboration workflows.
Original PR description
This commit supports processing voice attachments while processing attachments for posts. It checks for voice information when handling attachments and includes voice-specific data appropriately. Attachments flagged with voice are now correctly processed after being added and voice metadata will be created for them. This will enhance the system’s ability to manage voice-related attachments. Task-3839838
The Canadian GST/HST tax report now includes the required lines 90 and 91, and calculates line 101 based on them. This improves alignment with Canada Revenue Agency filing instructions and adds 0% exempt sales and purchase tax handling.
Original PR description
…Exempt tax for sale and purchase Description of the issue/feature this PR addresses: The current GST/HST report tax report (Canada) have a missing lines for 90 and 91 as per the Canada Revenue agency Instructions of tax report Added Exempt tax which is 0% in the Exempt category: More info found at: https://www.canada.ca/en/revenue-agency/services/forms-publications/publications/rc4022/general-information-gst-hst-registrants.html#H1_106 More details for lines 90, 91, and 101: https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/complete-file-instructions.html#lines909102 Current behavior before PR: Current Tax report missing line 90 and 91: Desired behavior after PR is merged: The tax report should have lines 90 and 91 and line 101 computed based on lines 90 and 91. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Slovenian localization has been refreshed with updated charts of accounts, taxes, tax groups, fiscal positions, and tax reports. This helps Slovenian companies use accounting configurations that better match current local requirements and reporting needs.
Original PR description
- Update CoA - Update taxes - Update tax groups - Update reports - Update fiscal positions Courtesy of `Editor.si` for providing data in order to update the files. Enterprise PR: odoo/enterprise#65817 Task [link](https://www.odoo.com/odoo/project/967/tasks/3901247) task-3901247
This update allows users to directly play voice messages attached to conversations within the WhatsApp channel in Odoo. Previously, users could only view these voice messages. This enhancement improves communication and collaboration within the WhatsApp channel.
Original PR description
This commit adds voice information to attachments while creating attachments received from meta side. This will let the users play voice messages directly from the discuss channel. Task-3839838
Users can now play voice messages directly within the Odoo discuss channel when receiving them through WhatsApp. This improvement enhances the messaging experience by allowing instant playback of audio messages without needing to download or open them separately.
Original PR description
This commit adds voice information to the attachments while creating attachments received for the meta side. This will let the users play voice messages directly from the discuss channel. Task-3839838