__manifest__.py
1.07 KB
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
28
29
30
31
32
33
34
35
36
37
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'PDL Kab/Kota',
'version': '0.1',
'summary': 'Pajak & Retribusi Kab/Kota',
'sequence': 10,
'description': """
Pajak & Retribusi
====================
Memudahkan dalam mengelola tagihan kepada wajib pajak atau wajib retribusi
menganalisa pading, even when you are not an padant.
Menydiakan module untuk followup Wajib Pajak/Retribusi.
""",
'category': 'Indonesia Goverment',
'website': 'https://opensipkd.com',
'images': [],
'depends': ['id_gov'],
'data': [
# 'views/view_config.xml',
'views/partner.xml',
# 'views/objek_pajak.xml',
# 'views/district.xml',
'views/sudut_pandang.xml',
# 'views/company.xml',
'views/pdl_kab_menus.xml',
# 'security/account_security.xml',
# 'security/ir.model.access.csv',
],
'demo': [],
'qweb': [],
'installable': True,
'application': True,
'auto_install': False,
'license': 'LGPL-3',
'module': 'pajak'
}