~tempo-openerp/+junk/loewert-report-name

« back to all changes in this revision

Viewing changes to addons/procurement/board_mrp_procurement_view.xml

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

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="procurement_action_board" model="ir.actions.act_window">
 
5
            <field name="name">Procurement Exceptions</field>
 
6
            <field name="type">ir.actions.act_window</field>
 
7
            <field name="res_model">procurement.order</field>
 
8
            <field name="view_type">form</field>
 
9
            <field name="view_mode">tree,form</field>
 
10
            <field name="domain">[('state','=','exception')]</field>
 
11
            <field name="view_id" ref="procurement.procurement_tree_view_board"/>
 
12
        </record>
 
13
        <record id="board_mrp_procurement_form" model="ir.ui.view">
 
14
            <field name="name">board.mrp.procurement.form</field>
 
15
            <field name="model">board.board</field>
 
16
            <field name="inherit_id" ref="stock.board_warehouse_form"/>
 
17
            <field name="arch" type="xml">
 
18
                <xpath expr="//column" position="inside">
 
19
                    <action name="%(procurement_action_board)d" string="Procurements in Exception"/>
 
20
                </xpath>
 
21
            </field>
 
22
        </record>
 
23
    </data>
 
24
</openerp>