Daily updates from Odoo
Tuesday, June 23, 2026
1 change · master
Features or functions removed from Odoo
This change removes a flag used to track production environments within the VoIP system. Previously, call records were always created, regardless of whether the system was initialized with demo data. This update ensures that call records are only created when demo data is present, streamlining the system and improving efficiency.
Original PR description
`is_production` is not very useful in a production database. Remove it. When a database is initiated without demo data, we don't create voip.call record for any call made in demo mode. When a database is initiated with demo data, no change, we still create voip.call record in all cases. Task-[6304061](https://www.odoo.com/odoo/5778/tasks/6304061)