Bläddra i källkod

[ADD] Commit Inicial

adrielso 6 år sedan
incheckning
30c32e49a0
4 ändrade filer med 18 tillägg och 0 borttagningar
  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