forked from Som-Energia/openerp_som_addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__terp__.py
45 lines (45 loc) · 1.47 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
39
40
41
42
43
44
45
# -*- coding: utf-8 -*-
{
"name": "Funcions de suport a facturació comer per SOM",
"description": """
This module provide :
* Validació propia a giscedata_facturacio_comer
""",
"version": "0-dev",
"author": "GISCE",
"category": "SomEnergia",
"depends": [
"base",
"giscedata_facturacio_comer",
"giscedata_polissa_category",
"som_polissa",
"som_switching",
"som_generationkwh",
"giscedata_repercussio_mecanismo_ajuste_gas",
"giscedata_facturacio_impagat_comer",
],
"test_depends": [
"giscedata_tarifas_pagos_capacidad_20210601",
"giscedata_tarifas_peajes_20210601",
"giscedata_tarifas_cargos_20210601",
],
"init_xml": [],
"demo_xml": [],
"update_xml": [
"data/res_config_data.xml",
"giscedata_facturacio_validation_data.xml",
"giscedata_facturacio_contracte_lot_view.xml",
"security/ir.model.access.csv",
"wizard/wizard_revert_incident_fact_contracte_lot_view.xml",
"wizard/wizard_open_factures_send_mail_view.xml",
"wizard/wizard_informe_factures_dades_desagregades_view.xml",
"giscedata_facturacio_contracte_lot_view.xml",
"giscedata_facturacio_factura_view.xml",
"giscedata_facturacio_data.xml",
"giscedata_lectures_view.xml",
"giscedata_polissa_view.xml",
"giscedata_facturacio_view.xml",
],
"active": False,
"installable": True,
}