~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to kit/wizard/split_move_view.xml

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

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.move</field>
 
7
            <field name="type">form</field>
 
8
            <field name="arch" type="xml">
 
9
            <form string="Split Move">
 
10
                <separator string="Quantity for the new move" colspan="4"/>
 
11
                <field name="quantity"/>
 
12
                <button string="Cancel" special="cancel" icon="gtk-cancel" />
 
13
                <button name="split" string="Ok" type="object" icon="gtk-ok" />
 
14
            </form>
 
15
            </field>
 
16
        </record>
 
17
 
 
18
    </data>
 
19
</openerp>