[IMP]Remove type field from the modules

bzr revid: tch@tinyerp.com-20120809071034-vvqp0m3yp25pij7g
This commit is contained in:
Twinkle Christian (OpenERP) 2012-08-09 12:40:34 +05:30
parent 8df3f3477b
commit 46cbde1ec9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<record id="view_pos_payment" model="ir.ui.view">
<field name="name">Add payment :</field>
<field name="model">pos.make.payment</field>
<field name="arch" type="xml">
<form string="Add payment :">
<group colspan="4" col="4" >
<group colspan="4">
@ -21,6 +22,7 @@
</group>
</group>
</form>
</field>
</record>
<record id="action_pos_payment" model="ir.actions.act_window">
<field name="name">Payment</field>