forked from Som-Energia/openerp_som_addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__terp__.py
executable file
·37 lines (37 loc) · 959 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
32
33
34
35
36
37
# -*- coding: utf-8 -*-
{
"name": "Integració WWW",
"description": """
Mòdul per la integració de l'oficina virtual
""",
"version": "0-dev",
"author": "GISCE-TI, S.L.",
"category": "www",
"depends": [
"base_extended",
"base_extended_som",
"www_base",
"som_polissa_soci",
"som_indexada",
"som_infoenergia",
"poweremail",
"giscedata_lectures_comer",
"giscedata_lectures_pool",
"giscedata_facturacio_impagat_comer",
"giscedata_atc_switching",
],
"init_xml": [],
"demo_xml": [
"demo/res_partner_demo.xml",
"demo/indexed_prices_demo.xml",
"demo/ov_attachment_demo.xml",
],
"update_xml": [
"www_som_data.xml",
"wizard/wizard_model_list_from_file_data.xml",
"security/ir.model.access.csv",
"ir_attachment_view.xml",
],
"active": False,
"installable": True,
}