[FIX] account_payment : Corrections

lp bug: https://launchpad.net/bugs/608412 fixed

bzr revid: jvo@tinyerp.com-20100924102033-sw8cjvew49bhzcnd
This commit is contained in:
RME(OpenERP) 2010-09-24 15:50:33 +05:30 committed by Jay (OpenERP)
parent d7ed28f534
commit a525b4733c
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
</field>
</record>
<menuitem id="menu_main" name="Payment" parent="account.menu_finance" sequence="6"/>
<menuitem id="menu_main_payment" name="Payment" parent="account.menu_finance" sequence="6"/>
<record id="view_payment_mode_tree" model="ir.ui.view">
<field name="name">payment.mode.tree</field>
@ -203,7 +203,7 @@
<field name="search_view_id" ref="view_payment_order_search"/>
</record>
<menuitem action="action_payment_order_tree" id="menu_action_payment_order_form" parent="account_payment.menu_main" sequence="3"/>
<menuitem action="action_payment_order_tree" id="menu_action_payment_order_form" parent="menu_main_payment" sequence="3"/>
<record id="action_payment_order_tree_new" model="ir.actions.act_window">
<field name="name">New Payment Order</field>