summaryrefslogtreecommitdiff
path: root/v14_indoteknik/__manifest__.py
blob: 72640f1ae40cb057e780883efe8a65422baff533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    'name': 'Account Period',
    'description': 'Feature for Monthlyu Periods in Accounting',
    "category": 'Accounting', 
    'author': 'Alfius Samuel',
    'version': '1.0',
    'depends': ['base','purchase','base_accounting_kit','account'],
    'data': [
        'views/account_period_view.xml',
        'views/menu_items.xml',
        'views/purchase_view.xml',
        'security/ir.model.access.csv'
    ],
    'qweb': [],
    'installable': True,
    'application': True,
}