[FIX] account,purchase,stock: update report sxw to match latest rml
[odoo/odoo.git] / addons / report_webkit / wizard / report_webkit_actions_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4     
5         <record model="ir.ui.view" id="view_report_webkit_actions">
6             <field name="name">Report Webkit actions wizard</field>
7             <field name="model">report.webkit.actions</field>
8             <field name="arch" type="xml">
9                 <form string="Add Print Buttons" col="4" version="7.0">
10                     <group>
11                         <field name="print_button"/>
12                         <field name="open_action"/>
13                     </group>
14                     <footer>
15                         <button name="do_action" type="object" string="_Ok" class="oe_highlight"/>
16                         or
17                         <button string="Cancel" class="oe_link" special="cancel" />
18                     </footer>
19                 </form>
20             </field>
21         </record>
22
23         <act_window name="Add Print Buttons"
24             res_model="report.webkit.actions"
25             src_model="ir.actions.report.xml"
26             view_mode="form"
27             view_type="form"
28             key2="client_print_multi"   
29             target="new"
30             id="wizard_ofdo_report_actions"/>
31         
32     </data>
33 </openerp>