Friday, January 10, 2020
3 changes · master
Enhancements to existing features
This update strengthens the reliability of the Events and CRM areas by cleaning up older code and expanding automated test coverage. It prepares these modules for upcoming improvements while reducing the risk of future regressions in event management and lead conversion workflows.
This change adds dependency management files to make it easier for developers to set up and maintain the project environment with Pipenv. It also includes a contributor license agreement document and adjusts dependency listings, with no expected direct impact on business users.
Original PR description
Description of the issue/feature this PR addresses: Pipenv is recommended in Python 3 documentation, so this PR add the Pipfile Current behavior before PR: Pipfile not exists Desired behavior after PR is merged: Easy dependency management using pipenv -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update clarifies how event-related features depend on each other and reorganizes scheduling-related event components, helping installations behave more predictably. It also improves lead-to-ticket conversion so archived leads trigger the right business logic and keep related scoring information accurate.