bemade_user_password_bundle: add hr to dependencies
This commit is contained in:
parent
53ac9d9112
commit
07297f6c3f
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
|||
'category': 'Technical',
|
||||
'version': '0.1',
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['odoo_password_manager'],
|
||||
'depends': [
|
||||
'odoo_password_manager',
|
||||
'hr',
|
||||
],
|
||||
|
||||
'data': [
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue