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',
|
'category': 'Technical',
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'depends': ['odoo_password_manager'],
|
'depends': [
|
||||||
|
'odoo_password_manager',
|
||||||
|
'hr',
|
||||||
|
],
|
||||||
|
|
||||||
'data': [
|
'data': [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue