[I18N] all: updated translation template
[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         <wizard
13             id="wiz_gen_graph"
14             model="ir.module.module"
15             name="create.relation.graph"
16             string="Generate Relationship Graph"
17             multi="False" />
18
19     </data>
20 </openerp>