~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
<?xml version="1.0"?>
<openerp>
    <data>
        <wizard
            id="wiz_tech_guide_rst"
            model="ir.module.module"
            name="tech.guide.rst"
            string="Create RST Technical Guide"
            keyword="client_action_multi"
            multi="True" />

        <wizard
            id="wiz_gen_graph"
            model="ir.module.module"
            name="create.relation.graph"
            string="Generate Relationship Graph"
            multi="False" />

    </data>
</openerp>