A comprehensive Odoo module for managing customer visits and sales activities.
An Odoo module that enables sales teams to track and manage customer visits with GPS location tracking capabilities. It streamlines the sales process by allowing visits to be seamlessly converted into sales orders and quotations.
- Customer Visit Tracking: Create and manage customer visits with detailed notes and scheduling
- GPS Location Tracking: Automatically capture GPS coordinates, IP address, city, and country information when visits are submitted
- Visit Status Management: Track visit lifecycle through Draft, Submitted, Converted, and Cancelled states
- Sales Order Integration: Seamlessly convert visits into sales orders with a simple wizard
- Multi-Company Support: Full support for multi-company environments
- Activity Tracking: Built-in mail threading and activity management for collaboration
- Role-Based Access Control: Comprehensive security with user and manager roles
- Automatic Numbering: Sequential visit numbers for easy tracking and reference
- Place the module in your Odoo addons directory
- Update the apps list in Odoo
- Search for "Visit Management" in the Apps menu
- Click Install
After installation, configure the module:
- Go to Sales → Configuration → Settings
- Scroll to the Visit Management section
- Configure your preferences
- Navigate to Sales → Visits → Visits
- Click Create
- Fill in the visit details:
- Customer
- Visit Date
- Salesperson (auto-populated with current user)
- Visit Notes
- Click Save
- Open a visit record
- Click Submit to change the status to Submitted
- GPS location data will be automatically captured if available
- Open a submitted visit
- Click Create Sales Order
- The wizard will pre-fill customer and salesperson information
- Confirm to create the sales order
- The visit status will change to "Converted to Sale"
- Module Name: visit
- Version: 1.0
- Category: Sales
- License: LGPL-3
- Dependencies: base, sale, mail, web
visit.visit: Main visit management model with GPS trackingvisit.make.sale: Wizard for converting visits to sales orders- Extended
sale.order: Added relationship to track visits - Extended
res.config.settings: Configuration options for the module