$ 26.00
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 662 |
| Technical Name |
odoo_binary_voice_recorder |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/mohmd-zeeshan/ |
| Versions | 16.0 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 662 |
| Technical Name |
odoo_binary_voice_recorder |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/mohmd-zeeshan/ |
| Versions | 16.0 17.0 18.0 19.0 |
Binary Voice Recorder Widget
Record audio directly from your browser microphone and save it to any binary field in Odoo. Live waveform, playback controls, and configurable time limits.
Key Highlights
Browser Recording
Record audio directly from the browser microphone with no plugins required.
Live Waveform
Real-time waveform visualization during recording for visual feedback.
Playback Controls
Play, pause, resume, and stop audio playback with intuitive controls.
Time Limit
Configurable maximum recording duration (default: 5 minutes).
Multiple Formats
Support for OGG and WAV audio formats with automatic detection.
Permission Control
Group-based delete permission for recording management.
Screenshots

Widget in Form View
The voice recorder widget appears as an inline microphone button on any binary field.

Live Recording
While recording, a live waveform animates with a timer showing elapsed time.

Playback Mode
After recording, playback controls appear with play/pause and delete option.
How to Use
📥 1. Install the Module
Install Binary Voice Recorder Widget from Odoo Apps or place the odoo_binary_voice_recorder folder in your addons path.
💻 2. Add Fields to Your Model
In your Python model, add a binary field and an optional filename field:
_name = 'my.model'
voice_recording = fields.Binary(string="Voice Recording", attachment=False)
voice_recording_filename = fields.Char(string="Filename")
👁 3. Use the Widget in Your XML View
Apply the binary_voice_recorder widget to your binary field:
⚙ 4. Widget Options
Customize the widget behavior with options:
options="{'max_duration': 300, 'audio_format': 'ogg'}"/>
| Option | Type | Default | Description |
|---|---|---|---|
max_duration | Integer | 300 | Maximum recording time in seconds |
audio_format | String | "ogg" | Audio format: "ogg" or "wav" |
🔒 5. Permission Control (Optional)
Control who can delete recordings using the group odoo_binary_voice_recorder.group_can_delete_voice.
Features
- ✓ Record audio directly from browser microphone — no plugins needed
- ✓ Live waveform visualization during recording
- ✓ Full playback controls: play, pause, resume, and stop
- ✓ Configurable maximum recording duration (default: 5 minutes)
- ✓ Support for OGG and WAV audio formats
- ✓ Automatic save to binary fields with filename tracking
- ✓ Permission-based delete with group access control
- ✓ Odoo 16 Community & Enterprise compatible
How It Works
Click Record
Click the microphone button to start recording
Speak
Speak into your mic while the waveform animates
Stop & Save
Click stop to save the recording to the field
Playback
Play back your recording anytime
Support
Say hi to us on WhatsApp!
☏ +92 315 946 4305Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module