-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path__terp__.py
31 lines (30 loc) · 920 Bytes
/
__terp__.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
28
29
30
31
# -*- coding: utf-8 -*-
{
'name': 'Som municipal taxes',
'description': 'Mòdul per gestionar el pagament del impost municipal',
'version': '0.1',
'category': 'Som Energia module',
'website': 'https://github.com/Som-Energia/openerp-som-addons',
'author': 'Som Energia SCCL',
'license': 'AGPL-3',
'active': False,
'installable': True,
'depends': [
'base',
'giscedata_municipal_taxes',
'res_municipi_dir3',
'som_crawlers',
],
'init_xml': [],
'update_xml': [
'data/som_municipal_taxes_data.xml',
'views/som_municipal_taxes_config_view.xml',
'wizard/wizard_creacio_remesa_pagament_taxes.xml',
'wizard/wizard_presentacio_redsaras.xml',
'security/som_municipal_taxes_security.xml',
'security/ir.model.access.csv',
],
'demo_xml': [
'tests/som_municipal_taxes_demo.xml',
]
}