Explorar o código

[ADD] Commit Inicial

adrielso %!s(int64=6) %!d(string=hai) anos
achega
30c32e49a0
Modificáronse 4 ficheiros con 18 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 1 0
      __init__.py
  3. 16 0
      __openerp__.py
  4. BIN=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=BIN
static/description/icon.png