[FIX]: Add type, storage_id and calendar_collection field in caldav view.
[odoo/odoo.git] / addons / base_module_doc_rst / base_module_doc_rst_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4         <wizard
5                         id="wiz_tech_guide_rst"
6                         model="ir.module.module"
7                         name="tech.guide.rst"
8                         string="Create RST Technical Guide"
9                         keyword="client_action_multi"
10                         multi="True"
11                                 />
12
13         <wizard
14                         id="wiz_gen_graph"
15                         model="ir.module.module"
16                         name="create.relation.graph"
17                         string="Generate Relationship Graph"
18                         multi="False"
19                                 />
20
21     </data>
22 </openerp>