Improve menus under Accounting > Configuration about bank accounts

This commit is contained in:
Alexis de Lattre
2018-01-24 22:18:20 +01:00
parent 5955d15934
commit 19f7f8c74a
2 changed files with 20 additions and 1 deletions

View File

@@ -29,7 +29,11 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['account'],
'depends': [
'account',
'base_usability', # needed only to access base_usability.group_nobody
# in v12, I may create a module only for group_nobody
],
'data': [
'account_view.xml',
'partner_view.xml',