| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Fleet (fleet)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 377 |
| Technical Name |
mjb_archive_retired_vehicles |
| License | OPL-1 |
| Website | https://www.majorbird.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Fleet (fleet)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 377 |
| Technical Name |
mjb_archive_retired_vehicles |
| License | OPL-1 |
| Website | https://www.majorbird.com |
Archive: Retired Fleet Vehicles
Automatically archive end-of-life fleet vehicles daily — keeping your active fleet list clean and focused.
$5 / monthby Majorbird — Odoo Silver Partner
The Problem
Fleet managers routinely update a vehicle's state to "Downgraded" or "Retired" when it reaches end of life — but the record stays visible in the active fleet list. Over time, the list fills up with scrapped, sold, or decommissioned vehicles that clutter planning screens, maintenance schedules, and assignment workflows. Finding available, active vehicles becomes harder than it should be. Nobody archives records manually on a consistent basis.
What This Module Does
| Feature | Detail |
|---|---|
| Target model | fleet.vehicle (native Odoo Fleet module) |
| Condition | State = Downgraded (state_id value 4) — configurable per your fleet setup |
| Schedule | Daily cron — engine-driven via mjb_archive_rule |
| Action | Sets active = False on matching vehicles (native Odoo archive) |
| Reversibility | Archived vehicles are hidden but not deleted — recoverable via "Show Archived" filter |
| Module type | Pure data satellite (XML only) — no Python code |
Key Features
State-Based Condition
The archive rule targets vehicles matching a configurable state condition. The default is Downgraded (state 4) — easily changed to Sold, Scrapped, or any other state your fleet uses to indicate end of life.
Safe, Reversible Archive
Archiving sets active = False using Odoo's native mechanism. No records are deleted. Any archived vehicle can be restored instantly by enabling the "Show Archived" filter and unarchiving it.
Daily Automated Cleanup
The engine runs a daily scheduled action that scans fleet.vehicle records against the configured condition. The fleet list stays current automatically — no manual archiving needed from the fleet manager.
Zero-Code Satellite
This satellite is pure XML data — a preconfigured archive rule record for the mjb_archive_rule engine. Install it, verify the state condition matches your fleet, and the automation is live.
Configuration
Install mjb_archive_retired_vehicles. The engine mjb_archive_rule is a required dependency and installs automatically.
Go to Fleet → Configuration → Archive Rules. The pre-configured rule for retired vehicles is already present.
Confirm the condition matches the state your fleet uses for retired/end-of-life vehicles. Adjust the state_id domain if your setup uses a different state name or ID.
To view or restore an archived vehicle, go to Fleet → Vehicles, enable the Archived filter, and unarchive the record if needed. No data is lost.
Scope & Limitations
This module is intentionally focused. It does not:
- Delete vehicle records — archive only (safe and reversible)
- Archive associated service logs, contracts, or cost entries — those remain accessible
- Affect insurance or registration reminder notifications for the archived vehicles
- Work on fleet.vehicle.log or other fleet sub-models — targets vehicles only
- Run in real-time on state change — archiving happens once per day via the scheduled cron
First Version — Feedback Welcome
This is the first release of Archive: Retired Fleet Vehicles, tested on Odoo 19.0. If your fleet workflow uses multiple end-of-life states, needs real-time archiving on state change, or requires cascaded archiving of service history, your feedback helps us prioritise the next version.

About Majorbird
Odoo Silver Partner — Manufacturing, Inventory & Accounting Automation
Offices in Vietnam, China, Mexico, and the Middle East.
www.majorbird.comOdoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module