Odoo
$ kill $(ps aux | grep "[o]doo" | awk '{print $2}')
Git
$ git revert HEAD~1 - # Reverts last commit
$ git reset --hard HEAD~1 # Removes lasts commit
$ git rebase -i HEAD~2 # Git combine last 2 commits
Odoo
$ kill $(ps aux | grep "[o]doo" | awk '{print $2}')
Git
$ git revert HEAD~1 - # Reverts last commit
$ git reset --hard HEAD~1 # Removes lasts commit
$ git rebase -i HEAD~2 # Git combine last 2 commits
https://ytmp3s.nu/hFxo/ - Youtube to mp3/mp4
https://v3.ytmp3.media/vwOac/ - works with large files over 10 h
https://yt1s.ltd/en214nm/youtube-to-mp3
Get transcript from video
https://anthiago.com/transcript/ - Get transcript.
Odoo's mail thread model handles incoming emails using methods like message_process
and message_update
.
res_model
and res_id
within its database to associate incoming emails with specific records.
This ensures that replies are correctly attached to their corresponding
tasks, helpdesk tickets, or other documents within Odoo's ecosystem
How to view message-id in outlook:
Click 3 dots inside message, then view and View message details.
Mastering Custom Email Domains in Odoo
Odoo Email Communication I: New Features & Theoretical Foundations
Odoo Email Communication II: Let's Practice! Hands-On Techniques & Best Practices