Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m26s
[WIP] test pre-commit [WIP] test pre-commit readme [WIP] test readme generation [WIP] precommit test [WIP] test pre commit [WIP] test pre-commit [WIP] cache tests [WIP] remove cache from pre-commit [WIP] clean pre commit [CLN] clean readme [CLN] remove generated readme
29 lines
812 B
Python
29 lines
812 B
Python
# Copyright Elabore ()
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "crm usability misc",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Elabore",
|
|
"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",
|
|
],
|
|
# always loaded
|
|
"data": [
|
|
"views/crm_lead_views.xml",
|
|
],
|
|
"installable": True,
|
|
# Install this module automatically if all dependency have been previously
|
|
# and independently installed. Used for synergetic or glue modules.
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|