fixup! Fix pre-commit warnings
parent
323f7bee50
commit
e201088f69
|
@ -11,7 +11,7 @@
|
||||||
"website": "https://github.com/OCA/server-tools/",
|
"website": "https://github.com/OCA/server-tools/",
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["base",],
|
"depends": ["base"],
|
||||||
"data": [
|
"data": [
|
||||||
"security/ir.model.access.csv",
|
"security/ir.model.access.csv",
|
||||||
"views/menu.xml",
|
"views/menu.xml",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"data/ir_module_type.xml",
|
"data/ir_module_type.xml",
|
||||||
"data/ir_module_type_rule.xml",
|
"data/ir_module_type_rule.xml",
|
||||||
],
|
],
|
||||||
"external_dependencies": {"python": ["pygount"],},
|
"external_dependencies": {"python": ["pygount"]},
|
||||||
"post_init_hook": "analyse_installed_modules",
|
"post_init_hook": "analyse_installed_modules",
|
||||||
"installable": True,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue