Daily updates from Odoo
Monday, December 3, 2018
1 change · master
New functionality added to Odoo
Sales and contact users can now add leads or partners to a VoIP call queue more easily, including bulk creation of call activities. The VoIP panel also supports automatic progression through scheduled calls and keeps call deadlines aligned when activity dates change, making follow-up calling more reliable and efficient.
Original PR description
This PR contains 3 commits: The first one adds the ability to create voip.phonecall from records more easily on `crm.lead` and `res.partner`. Both models now have a server action, and crm lead has a custom button on kanban record. The second fixes an issue where updating the date deadline of an activity was not updating the phonecall date_deadline accordingly. The third one adds support for autocall on next activities phonecall and improves UI of voip panel. Task: 1892475