-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path__terp__.py
37 lines (37 loc) · 1.11 KB
/
__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
32
33
34
35
36
37
# -*- coding: utf-8 -*-
{
"name": "Automatització de reclamacions",
"description": """
This module provide :
* Model d'automatitzacio
* Model d'historització
* Vistes associades
""",
"version": "0-dev",
"author": "SOM ENERGIA",
"category": "SomEnergia",
"depends": [
"base",
"giscedata_subtipus_reclamacio",
"som_switching",
"som_polissa",
],
"init_xml": [],
"demo_xml": [],
"update_xml": [
"som_autoreclama_state_data.xml",
"som_autoreclama_state_view.xml",
"wizard/wizard_som_autoreclama_execute_step_view.xml",
"wizard/wizard_som_autoreclama_set_manual_state_view.xml",
"wizard/wizard_som_autoreclama_generated_atc_view.xml",
"wizard/wizard_som_autoreclama_set_disable_state_view.xml",
"giscedata_atc_view.xml",
"giscedata_polissa_view.xml",
"security/som_autoreclama.xml",
"security/ir.model.access.csv",
"wizard/wizard_massive_create_r1029_view.xml",
"res_config_data.xml",
],
"active": False,
"installable": True,
}