mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Extracted deposit_method views from views/deposit_ticket.xml
This commit is contained in:
committed by
Sandy Carter
parent
1549162424
commit
5379eb8154
@@ -77,6 +77,7 @@ Statement Reconciliation found in the US and other countries.
|
||||
'report/deposit_ticket.xml',
|
||||
|
||||
'views/account_move_line.xml',
|
||||
'views/deposit_method.xml',
|
||||
'views/deposit_ticket.xml',
|
||||
],
|
||||
'demo': [
|
||||
|
||||
23
account_banking_make_deposit/views/deposit_method.xml
Normal file
23
account_banking_make_deposit/views/deposit_method.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<!-- Deposit Method -->
|
||||
|
||||
<record id="action_deposit_method" model="ir.actions.act_window">
|
||||
<field name="name">Deposit Method</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">deposit.method</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
id="menu_deposit_methods"
|
||||
name="Deposit Methods"
|
||||
parent="account.menu_configuration_misc"
|
||||
action="action_deposit_method"
|
||||
sequence="8" />
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -2,23 +2,6 @@
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<!-- Deposit Method -->
|
||||
|
||||
<record id="action_deposit_method" model="ir.actions.act_window">
|
||||
<field name="name">Deposit Method</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">deposit.method</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
id="menu_deposit_methods"
|
||||
name="Deposit Methods"
|
||||
parent="account.menu_configuration_misc"
|
||||
action="action_deposit_method"
|
||||
sequence="8" />
|
||||
|
||||
<!-- Bank Deposit Ticket -->
|
||||
|
||||
<record id="view_deposit_ticket_tree" model="ir.ui.view">
|
||||
|
||||
Reference in New Issue
Block a user