mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Conflicts: .gitignore .travis.yml README.md __unported__/account_statement_base_completion/__openerp__.py __unported__/account_statement_commission/__openerp__.py __unported__/account_statement_transactionid_import/__openerp__.py __unported__/statement_voucher_killer/__openerp__.py
20 lines
591 B
XML
20 lines
591 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<!-- INHERITED VIEW FOR THE OBJECT : account_bank_statement -->
|
|
|
|
<record id="account_bank_statement_view_form" model="ir.ui.view">
|
|
<field name="model">account.bank.statement</field>
|
|
<field name="inherit_id" ref="account.view_bank_statement_form" />
|
|
<field eval="100" name="priority"/>
|
|
<field name="arch" type="xml">
|
|
<field name="voucher_id" position="replace">
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|