[IMP] account_advanced_protection_features : apply changes proposed by pre-commit

This commit is contained in:
2025-10-07 17:19:57 +02:00
parent 95dc32803f
commit e45ad867c0
9 changed files with 72 additions and 52 deletions

View File

@@ -3,27 +3,21 @@
{
"name": "account_advanced_protection_features",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Elabore",
"website": "https://elabore.coop",
"website": "https://git.elabore.coop/elabore/account-tools",
"maintainer": "Quentin Mondot",
"license": "AGPL-3",
"category": "Tools",
"summary": "Add several protection features about accounting",
# any module necessary for this one to work correctly
"depends": [
"base",
"account"
],
"depends": ["base", "account"],
"qweb": [],
"external_dependencies": {
"python": [],
},
# always loaded
"data": [
"security/res_groups.xml",
"views/account_journal_views.xml"
],
"data": ["security/res_groups.xml", "views/account_journal_views.xml"],
# only loaded in demonstration mode
"demo": [],
"js": [],