Browse Source
[FIX] base_technical_features: add web dependency for fixing base_import tests
pull/1191/head
Yenthe V.G
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
base_technical_features/__manifest__.py
|
|
@ -8,6 +8,7 @@ |
|
|
|
"category": "Usability", |
|
|
|
"website": "https://github.com/oca/server-tools", |
|
|
|
"author": "Opener B.V., Odoo Community Association (OCA)", |
|
|
|
"depends": ['web'], |
|
|
|
"data": [ |
|
|
|
'security/res_groups.xml', |
|
|
|
'views/res_users.xml', |
|
|
|