Browse Source

[ADD] Commit Inicial

adrielso 7 years ago
commit
15b7bc6655
3 changed files with 21 additions and 0 deletions
  1. 0 0
      __init__.py
  2. 21 0
      __openerp__.py
  3. 0 0
      models/__init__.py

+ 0 - 0
__init__.py


+ 21 - 0
__openerp__.py

@@ -0,0 +1,21 @@
+# -*- coding ;utf-8 -*-
+{
+    'name': 'Eiru Account Bank Statement Utility',
+    'author':  'Adrielso Kunert',
+    'version': '0.1',
+    'category': 'account',
+    'description': "Modulo para mejorar el manejo de caja .",
+    'depends': [
+        'account',
+        'eiru_assets',
+    ],
+    'data': [
+        # 'views/template.xml',
+        # 'views/import_statement.xml'
+    ],
+    'qweb': [
+        'static/src/xml/*.xml'
+    ],
+
+    'installable': True,
+}

+ 0 - 0
models/__init__.py