[WIP] test pre-commit

This commit is contained in:
jscampucci
2025-09-17 11:34:16 +02:00
parent 9b85bd6483
commit 30ab1c8d0f
3 changed files with 27 additions and 12 deletions

View File

@@ -5,14 +5,16 @@
"name": "crm usability misc",
"version": "16.0.1.0.0",
"author": "Elabore",
"website": "https://elabore.coop",
"website": "https://git.elabore.coop/elabore/crm-tools",
"maintainer": "Elabore",
"license": "AGPL-3",
"category": "CRM",
"summary": "Various modifications of CRM app",
# any module necessary for this one to work correctly
"depends": [
"base","crm","sales_team",
"base",
"crm",
"sales_team",
],
# always loaded
"data": [
@@ -23,4 +25,4 @@
# and independently installed. Used for synergetic or glue modules.
"auto_install": False,
"application": False,
}
}