~unifield-team/unifield-wm/uftp-319

« back to all changes in this revision

Viewing changes to msf_outgoing/wizard/split_memory_move_view.xml

  • Committer: chloups208
  • Date: 2011-06-30 14:54:26 UTC
  • mto: (307.2.1 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: chloups208@chloups208-laptop-20110630145426-qsj5j0pp3e5b23bc
[UF-53][UF-58][UF-63] initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="view_split_memory_move_form_wizard" model="ir.ui.view">
 
5
            <field name="name">Split move</field>
 
6
            <field name="model">split.memory.move</field>
 
7
            <field name="type">form</field>
 
8
            <field name="arch" type="xml">
 
9
            <form string="Split Memory Move">
 
10
                <separator string="Quantity to leave in the selected move" colspan="4"/>
 
11
                <field name="quantity"/>
 
12
                <button name="cancel" string="_Cancel"
 
13
                        type="object" icon='gtk-cancel' />
 
14
                <button name="split" string="Ok"
 
15
                    type="object" icon="gtk-ok" />
 
16
            </form>
 
17
            </field>
 
18
        </record>
 
19
 
 
20
    </data>
 
21
</openerp>