~unifield-team/unifield-wm/wm-2418-rw-fix

« back to all changes in this revision

Viewing changes to useability_dashboard_and_menu/dashboard/board_purchase_view.xml

  • Committer: pierre-marie
  • Date: 2012-07-25 14:13:53 UTC
  • mfrom: (1038 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: pierre-marie@pierre-marie-laptop-20120725141353-9iwjdr1kltbei90e
Merge

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="board_purchase_form_msf" model="ir.ui.view">
 
5
            <field name="name">board.purchase.form</field>
 
6
            <field name="model">board.board</field>
 
7
            <field name="type">form</field>
 
8
            <field name="arch" type="xml">
 
9
                <form string="My Board">
 
10
                    <hpaned>
 
11
                        <child1>
 
12
                            <action colspan="4" height="220" name="%(tender_flow.purchase_draft)d" string="Purchase Order Waiting For Validation"  width="510"/>
 
13
                            <action colspan="4" height="220" name="%(tender_flow.purchase_waiting)d" string="Purchase Order Waiting Confirmation"  width="510"/>
 
14
                            <action name="%(tender_flow.tender_action)d" string="Tender"/>
 
15
                            <action colspan="4" height="220" name="%(tender_flow.rfq_draft)d" string="Requests for Quotation Waiting For Validation"  width="510"/>
 
16
                            <action colspan="4" height="220" name="%(tender_flow.rfq_waiting)d" string="Requests for Quotation Waiting For Confirmation"  width="510"/>
 
17
                        </child1>
 
18
                    </hpaned>
 
19
                </form>
 
20
            </field>
 
21
        </record>
 
22
        
 
23
        <record id="tender_flow.open_board_purchase" model="ir.actions.act_window">
 
24
            <field name="name">Purchase Dashboard</field>
 
25
            <field name="res_model">board.board</field>
 
26
            <field name="view_type">form</field>
 
27
            <field name="view_mode">form</field>
 
28
            <field name="usage">menu</field>
 
29
            <field name="view_id" ref="board_purchase_form_msf"/>
 
30
        </record>
 
31
        
 
32
    </data>
 
33
</openerp>
 
 
b'\\ No newline at end of file'