Title basically tries to capture the gist of the question. I have been asked (volunteer) to assist in the project of migration from a proprietary, more costly CRM solution, to an Odoo Community "product", to be architected, configured, deployed in a cloud service and operated by a specialized partner. My specialization is in infrastructure (architecture, ops and security), so I could certainly validate mapping the apps functionality into the right components, but I have zero knowledge on how good the CRM part is, and - crucially - how to keep its possible need for customization in time and operations cost low, if internal org volunteers have no technical skills. I am concerned about the integrator attempt to get the foot in the door with an acceptable one time cost, then slowly ramp up the price, if this solution requires a lot of babysitting.Does anyone have any experience with this Odoo Community CRM product and model, to share some gotchas, in the light of the above described attempt to use? Users max 300. The hope is to also have the CRM integrate with needed office products (doc, spreadsheet, email, etc.)
bapetel|20 days ago
1. Stay with Odoo Community but define the scope
CRM standard functionnality, no custom development : use standard configurations only to reduce technical dependency
If something is really needed as customization, check the OCA repositories
https://github.com/OCA/crm
OCA is Odoo Community Association
2. For office integration
Regarding emails, you can use Odoo's native mail connector, that is enough
For Docs use Google Workspace or Microsoft 365 and link in the CRM records, it's better
For Spreadsheets, you can use again OCA repo https://github.com/OCA/spreadsheet
3. For implementation with partner or consultant
Start with a fixed price package with clear deliverables and time (installation, configuration, data migration, training)
Then a fixed monthly maintenance contract
Train 2 volunteer as admin so that they can handle all admin related tasks
4. For hosting,
you can use a VPS with some docker stuff and automatic backup
https://github.com/OCA/server-tools/tree/18.0/auto_backup
netfortius|16 days ago
magnumpowers|21 days ago
Since you mentioned migration - the data import process is where most projects get stuck. Odoo's import tools are decent but you'll probably need custom Python scripts for complex data transformations from your current CRM.
One thing I learned while building automation tools is that many small nonprofits actually need something simpler than a full CRM - often they just need better task management and follow-up tracking from their existing email communications. I've been beta testing ungrind.ai which handles that specific piece (auto-creates tasks from emails/meetings), though it's designed more for individual consultants than organizations.
What's your current CRM and roughly how many contacts/complexity are you migrating? That would help determine if Odoo Community's data model limitations might be an issue.
avin01|21 days ago
I agree with @magnumpowers. Without someone technical in-house, it can turn into a "managed software" pretty fast :)
If most users are volunteers and non technical, I’d be a bit cautious and compare simpler tools first.
allinonetools_|22 days ago
khelavastr|23 days ago