-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
executable file
·27 lines (26 loc) · 1.19 KB
/
__openerp__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
###############################################################################
# # #
# Oppkrav for Odoo #
# Copyright (C) 2015 Marius Stedjan (<http://www.mariusstedjan.com>). #
# #
###############################################################################
###############################################################################
# Oppkrav Payment Acquirer #
# #
###############################################################################
{
'name': 'Oppkrav Payment Acquirer',
'category': 'Hidden',
'summary': 'Payment Acquirer: Oppkrav Implementation',
'author': 'Marius Stedjan',
'version': '1.0',
'description': """Oppkrav Payment Acquirer""",
'depends': ['payment'],
'data': [
'views/oppkrav.xml',
'data/oppkrav.xml',
],
'installable': True,
'auto_install': True,
}