[REF] move the replace of the voucher_id into the statement_voucher_killer and rename simple_view in no_invoice_import'

This commit is contained in:
Sebastien Beau
2013-12-11 17:19:03 +01:00
parent 0164efeae7
commit fcdfe6ac6c
3 changed files with 5 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
account_bank_statement_simple_view for OpenERP
Copyright (C) 2013-TODAY Akretion <http://www.akretion.com>.
The licence is in the file __openerp__.py
-->
<openerp>
<data>
<!-- INHERITED VIEW FOR THE OBJECT : account_bank_statement -->
<record id="account_bank_statement_view_form" model="ir.ui.view">
<field name="name">account_bank_statement_simple_view.account_bank_statement.view_form</field>
<field name="model">account.bank.statement</field>
<field name="inherit_id" ref="account.view_bank_statement_form" />
<field eval="100" name="priority"/>
<field name="type">form</field>
<field name="arch" type="xml">
<div name="import_buttons" position="replace">
</div>
</field>
</record>
</data>
</openerp>