~technofluid-team/openobject-addons/technofluid_multiple_installations

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
# -*- coding: utf-8 -*-

{
    'name': 'Elneo Landefeld',
    'version': '0.1',
    'category': 'Elneo',
    'description': "Module for outreach with Landefeld",
    'author': 'Elneo',
    'website': 'http://www.elneo.com',
    'depends': ['base', 'purchase_validation', 'sale', 'purchase', 'stock', 'elneo_default_supplier', 'elneo_order_confirm', 'product', 'sale_block_delivery'],
    "update_xml" : [
                    'security/ir.model.access.csv',
                    "imports_landefeld_sequence.xml",
                    "exports_landefeld_sequence.xml",
                    "imports_landefeld_view.xml",
                    "exports_landefeld_view.xml",
                    "wizard/imports_landefeld_wizard_view.xml", 
                    "wizard/exports_landefeld_wizard_view.xml",
                    "elneo_landefeld_workflow.xml", 
                    "elneo_landefeld_data.xml", 
                    "wizard/landefeld_sale_wizard_view.xml",
                    'elneo_web_shop.xml'
                    ],
    'installable': True,
    'active': False,
}