Browse Source

[ADD] depends eiru_assets

adrielso 7 năm trước cách đây
mục cha
commit
764b748bdd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      __openerp__.py

+ 1 - 1
__openerp__.py

@@ -7,7 +7,7 @@ Este modulo Permite realizar impresión de crédito de Clientes.
     """,
     'author' : 'Adrielso Kunert',
     'category' : 'sale',
-    'depends' : ['sale'],
+    'depends' : ['sale', 'eiru_assets'],
     'data' : ['views/template.xml',],
     'qweb' : ['static/src/xml/*.xml',],
     'installable' : True,