-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path__terp__.py
41 lines (41 loc) · 1.32 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
# -*- coding: utf-8 -*-
{
"name": "Soci d'una Pòlissa",
"description": """
This module provide :
* Camp de soci per relacionar un contracte amb un soci.
""",
"version": "0-dev",
"author": "GISCE",
"category": "SomEnergia",
"depends": [
"giscedata_facturacio_comer",
"giscedata_lectures_estimacio",
"giscedata_polissa_category",
],
"test_depends": [
"giscedata_tarifas_peajes_20150101",
"giscedata_tarifas_peajes_20160101",
"giscedata_tarifas_peajes_20170101",
"giscedata_tarifas_peajes_20180101",
],
"init_xml": ["res_partner_data.xml"],
"demo_xml": ["res_partner_demo_data.xml"],
"update_xml": [
"giscedata_polissa_view.xml",
"giscedata_facturacio_data.xml",
"giscedata_polissa_category_data.xml",
"res_partner_view.xml",
"somenergia_soci_view.xml",
"giscedata_facturacio_view.xml",
"wizard/wizard_update_invoice_check_ov_visible_view.xml",
"security/ir.model.access.csv",
"giscedata_som_soci_data.xml",
"wizard/wizard_subscribe_client_mailchimp.xml",
"wizard/wizard_subscribe_soci_mailchimp.xml",
"wizard/wizard_unsubscribe_soci_mailchimp.xml",
"somenergia_soci_data.xml",
],
"active": False,
"installable": True,
}