ソースを参照

[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',