feat: add dlv_fleetflow_base — FleetFlow Settings foundation addon

This commit is contained in:
Kristof Bernaert
2026-06-14 13:31:26 +02:00
parent 3db8a14fab
commit 3d0e856de0
6 changed files with 134 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2026-06-14
### Added
- Initial release.
- FleetFlow entry in the Odoo Settings sidebar (Settings → FleetFlow).
- Empty notebook foundation for feature addon tabs.
- Owned by `dlv_fleetflow_base`, never uninstalled directly.