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
+18
View File
@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
{
"name": "FleetFlow Base",
"summary": "Foundation for all FleetFlow addons — owns the Settings menu entry",
"author": "bv Domus La Vila",
"website": "https://domuslavila.eu",
"category": "Technical",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"depends": ["base", "base_setup"],
"data": [
"views/res_config_settings_views.xml",
"views/menus.xml",
],
"installable": True,
"application": False,
"auto_install": False,
}