adrielso преди 6 години
ревизия
30c32e49a0
променени са 4 файла, в които са добавени 18 реда и са изтрити 0 реда
  1. 1 0
      .gitignore
  2. 1 0
      __init__.py
  3. 16 0
      __openerp__.py
  4. BIN
      static/description/icon.png

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+*.pyc

+ 1 - 0
__init__.py

@@ -0,0 +1 @@
+# -*- coding ;utf-8 -*-

+ 16 - 0
__openerp__.py

@@ -0,0 +1,16 @@
+# -*- coding ;utf-8 -*-
+{
+    'name': 'Eiru Account Interests',
+    'author':  'Adrielso Kunert',
+    'version': '0.1',
+    'category': 'account',
+    'description': "Modulo para mejorar en los calculo de interés de deudas vencidas.",
+    'depends': [
+        'account',
+        'eiru_assets',
+    ],
+    'data': [],
+    'qweb': [],
+
+    'installable': True,
+}

BIN
static/description/icon.png