-
Notifications
You must be signed in to change notification settings - Fork 4
/
__terp__.py
38 lines (38 loc) · 1.09 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
38
# -*- coding: utf-8 -*-
{
"name": "Mòdul per gestionar els canvis a facturació indexada",
"description": """
""",
"version": "0-dev",
"author": "SomEnergia",
"category": "SomEnergia",
"depends": [
"base",
"base_extended_som",
"giscedata_facturacio_indexada_som",
"som_polissa",
"giscedata_polissa",
"giscedata_polissa_comer",
"giscedata_polissa_category",
"giscedata_lectures_pool",
"giscedata_facturacio_iese",
"giscedata_switching",
],
"init_xml": [],
"demo_xml": [
"demo/product_pricelist_demo_data.xml",
"demo/polissa_demo_data.xml",
],
"update_xml": [
"wizard/wizard_change_to_indexada.xml",
"data/product_pricelist_data.xml",
"data/giscedata_polissa_category_data.xml",
"data/email_template_data.xml",
"data/res_config_data.xml",
"security/ir.model.access.csv",
"wizard/wizard_massive_k_change.xml",
"wizard/wizard_change_to_indexada_multi.xml",
],
"active": False,
"installable": True,
}