소스 검색

[FIX]mass_editing:fixed the travis error

Vimal Patel 6 년 전
부모
커밋
95477a1ba0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mass_editing/__manifest__.py

+ 1 - 1
mass_editing/__manifest__.py

@@ -15,7 +15,7 @@
     'license': 'GPL-3 or any later version',
     'summary': 'Mass Editing',
     'uninstall_hook': 'uninstall_hook',
-    'depends': ['web'],
+    'depends': ['base', 'web'],
     'data': [
         'security/ir.model.access.csv',
         'views/mass_editing_view.xml',