Saturday, September 4, 2021
2 changes · master
New functionality added to Odoo
Odoo Discuss now supports audio and video conferencing in mail channels, including group direct messages and guest participation. This helps teams communicate in real time without leaving Odoo, with call sound effects and user settings for push-to-talk, voice activation, and participant volume.
Original PR description
*test_discuss_full,test_lint This commit adds the audio and video conference feature to mail channels and integrate it with the groupDM/guest features. Adds new mp3 and ogg files (from task-2554674)…
*test_discuss_full,test_lint
This commit adds the audio and video conference feature to mail channels
and integrate it with the groupDM/guest features.
Adds new mp3 and ogg files (from task-2554674) for sound effects.
- Adds three new tables:
* `mail.channel.rtc.session` to manage the peerToPeer interactions
during rtc calls.
* `mail.ice.server` to provide ICE servers necessary to establish
peerToPeer connections with webRtc.
* `res.users.settings.volumes` to hold the partner-to-partner volume
settings, each partner can create one new setting per other
partner to configure the volume coming from those partners during
calls.
- changes res.config.settings:
* Adds new fields for the Twilio credentials to use their STUN/TURN
service.
- changes res.user.settings:
* Adds 4 fields for the push to talk and voice activation.
- changes mail.channel:
* Adds a new field `rtc_session_ids` that represents the active
participants in a rtc call on that channel.
- changes mail.channel.partner:
* Adds a new field `rtc_inviting_session_id` that represents the
rtcSession of the user that is inviting that channelPartner to a
call.
task-2366708Adds a new reporting module to help businesses prepare EU One Stop Shop tax filings for cross-border B2C sales. It also improves tax report grouping and export support, making it easier to separate sales by country and meet OSS compliance requirements.
Original PR description
[IMP] account_reports: enable grouping on generic tax report In preparation for the OSS report, we improve the generic tax report and associated tax_details query to allow grouping by fiscal position country Preparation for task 2591541 [ADD] l10n_eu_oss_reports: new report to assist with OSS tax filing With OSS launching on 1 July 2021, this module provides tax reports pertaining to EU export B2C sales. It also provides XML exports for certain EU countries The modules checks for the installation of account_intrastat, and provides an additional filter for OSS sales where the goods were imported into the EU. Task 2591541