~technofluid-team/openobject-addons/technofluid_multiple_installations

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-

{
    'name': 'Elneo maintenance',
    'version': '0.1',
    'category': 'Elneo',
    'description': "Module to adapt maintenance module to elneo specifics",
    'author': 'Elneo',
    'website': 'http://www.elneo.com',
    'depends': ['maintenance', 'maintenance_product', 'sale_block_delivery', 'elneo_user_request', 'maintenance_project', 'cpi_be', 'maintenance_model', 'elneo_order_warning'],
    "update_xml" : [
        'elneo_maintenance.xml', 'wizard/wizard_move_element_view.xml', 'security/ir.model.access.csv', 'wizard/wizard_sale_confirm.xml','wizard/wizard_import_timeofuse.xml'
        ],
    'installable': True,
    'active': False,
}