~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal

« back to all changes in this revision

Viewing changes to openerp/addons/auction/wizard/auction_transfer_unsold_object_view.xml

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
ImportĀ upstreamĀ versionĀ 6.1-1+dfsg

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="name_form" model="ir.ui.view">
 
5
                                <field name="name">auction.transfer.unsold.object.form</field>
 
6
                                <field name="model">auction.transfer.unsold.object</field>
 
7
                                <field name="type">form</field>
 
8
                                <field name="arch" type="xml">
 
9
                                        <form string="Draft To Posted">
 
10
                                                <group col="1" colspan="2">
 
11
                                                        <separator colspan="4" string="Transfer unsold Object: Current auction date to another " />
 
12
                                                </group>
 
13
                                                <newline/>
 
14
                                                <field name="auction_id_from" select="1"/>
 
15
                                                <newline/>
 
16
                                                <field name="auction_id_to" select="1"/>
 
17
                                                <button icon='gtk-cancel' special="cancel"
 
18
                                                string="Cancel" />
 
19
                                                <button name="transfer_unsold_object" string="Transfer"
 
20
                                                colspan="1" type="object" icon="gtk-ok" />
 
21
                                        </form>
 
22
                                </field>
 
23
                        </record>
 
24
 
 
25
                </data>
 
26
</openerp>