Odoo application module for automotive workshop operations: customers, vehicles, estimates, job cards, procurement, profitability, and dashboard reporting.
Maintainer: @tatendatembojnr-code
Repository: draftpos/job_card_management_
- Odoo: 19.0
- Module version: 19.0.2.0.1
- Estimates — Numbered quotes (EST-*), sectioned order lines (Parts, Repairs, Paint, Fittings, Labour), approval workflow, portal preview, email with PDF
- Job cards — Linked to estimates (JOB-*), mandatory schedule dates, technicians, insurance split invoicing
- Vehicles — Zimbabwe vehicle catalog (makes/models) + seeded fleet templates; display as
(REG) Make Model - Customers — Workshop customer master (separate from quick partner entry)
- Procurement — Requisitions from job card lines
- Dashboard — KPIs, overdue jobs, profitability views
- Reports — Estimate, job card, pick slip (sectioned), vehicle history
sale, purchase, purchase_requisition, stock, account, hr, hr_expense, mail
- Copy this folder into your Odoo
addonspath (e.g.addons/job_card_management). - Update the apps list and install Job Card Management.
- On upgrade, vehicle catalog and sample fleet records load from
data/vehicle_catalog_seed.xmlanddata/vehicle_records_seed.xml.
odoo -c odoo.conf -d your_database -i job_card_management
# or upgrade:
odoo -c odoo.conf -d your_database -u job_card_management --stop-after-init| Branch | Purpose |
|---|---|
dev |
Active development |
main |
Release-aligned with dev (force-synced on release) |
LGPL-3.0 (see module manifest).