~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to transaction_type/view/transaction_type_view.xml

  • Committer: nhomar at vauxoo
  • Date: 2011-06-11 22:55:27 UTC
  • Revision ID: nhomar@vauxoo.com-20110611225527-v2mlv4fbx38j0gg3
[SHELDON ] commiting ortografy

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
 
 
5
 
        <record model="ir.ui.view" id="transaction_type_form_view">
6
 
            <field name="name">Transaction Type</field>
7
 
            <field name="model">transaction.type</field>
8
 
            <field name="arch" type="xml">
9
 
                <form string="Transaction Type" version="7.0">
10
 
                    <field name="name"/>
11
 
                    <field name="code"/>
12
 
           </form>
13
 
            </field>
14
 
        </record>
15
 
  
16
 
        <record model="ir.ui.view" id="transaction_type_tree_view">
17
 
            <field name="name">Transaction Type</field>
18
 
            <field name="model">transaction.type</field>
19
 
            <field name="arch" type="xml">
20
 
                <tree string="Transaction Type">
21
 
                    <field name="name"/>
22
 
                    <field name="code"/>
23
 
           </tree>
24
 
            </field>
25
 
        </record>
26
 
        
27
 
        <record id="transaction_type_action" model="ir.actions.act_window">
28
 
            <field name="name">Transaction Type</field>
29
 
            <field name="res_model">transaction.type</field>
30
 
            <field name="view_type">form</field>
31
 
            <field name="view_mode">tree,form</field>
32
 
        </record>
33
 
        
34
 
            <menuitem name="Transaction Type" id="transaction_type_menu" parent="account.menu_configuration_misc" action="transaction_type_action" sequence="50"/>
35
 
            
36
 
       
37
 
    </data>
38
 
</openerp>
 
 
b'\\ No newline at end of file'