~camptocamp/openerp-rma/rma-fix-lp1311509_rde

« back to all changes in this revision

Viewing changes to crm_claim_rma/wizard/claim_make_picking_view.xml

  • Committer: Yannick Vaucher
  • Author(s): joel.grandguillaume at camptocamp
  • Date: 2014-01-22 10:53:46 UTC
  • mfrom: (69.1.3 7.0-use-footer-tag-in-wizard)
  • Revision ID: yannick.vaucher@camptocamp.com-20140122105346-4iom00z29xpe4gp0
[MRG] [IMP] Use the footer option in wizard views (better ergonomy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
            <field name="name">claim_picking</field>
12
12
            <field name="model">claim_make_picking.wizard</field>
13
13
            <field name="arch" type="xml">
14
 
                <form string="Select exchange lines to add in picking">
 
14
                <form string="Select exchange lines to add in picking" version="7.0">
15
15
                    <separator string="Locations" colspan="4"/>
16
16
                    <field name="claim_line_source_location" nolabel="1" />
17
17
                    <field name="claim_line_dest_location" nolabel="1" />
18
18
                    <separator string="Select lines for picking" colspan="4"/>
19
19
                    <field name="claim_line_ids" nolabel="1" colspan="4"/>
20
 
                    <group col="4" colspan="2">
21
 
                        <button special="cancel" string="Cancel" name="action_cancel" type="object" icon='gtk-cancel'/>
22
 
                        <button name="action_create_picking" string="Create picking" 
23
 
                                icon='gtk-ok' type="object"/>
24
 
                    </group>
 
20
                    <footer>
 
21
                        <button name="action_create_picking" string="Create picking" type="object" class="oe_highlight"/>
 
22
                        or
 
23
                        <button string="Cancel" class="oe_link" special="cancel" />
 
24
                    </footer>
25
25
                </form>
26
26
            </field>
27
27
        </record>