|
@ -1,15 +1,13 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<openerp> |
|
|
|
|
|
<data> |
|
|
|
|
|
<record id="account_bank_statement_import_view" model="ir.ui.view"> |
|
|
|
|
|
<field name="model">account.bank.statement.import</field> |
|
|
|
|
|
<field name="inherit_id" ref="account_bank_statement_import.account_bank_statement_import_view" /> |
|
|
|
|
|
<field name="arch" type="xml"> |
|
|
|
|
|
<ul id="statement_format" position="inside"> |
|
|
|
|
|
<li>CAMT</li> |
|
|
|
|
|
<li>zipped CAMT</li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</field> |
|
|
|
|
|
</record> |
|
|
|
|
|
</data> |
|
|
|
|
|
</openerp> |
|
|
|
|
|
|
|
|
<odoo> |
|
|
|
|
|
<record id="account_bank_statement_import_view" model="ir.ui.view"> |
|
|
|
|
|
<field name="model">account.bank.statement.import</field> |
|
|
|
|
|
<field name="inherit_id" ref="account_bank_statement_import.account_bank_statement_import_view" /> |
|
|
|
|
|
<field name="arch" type="xml"> |
|
|
|
|
|
<ul id="statement_format" position="inside"> |
|
|
|
|
|
<li>CAMT</li> |
|
|
|
|
|
<li>zipped CAMT</li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</field> |
|
|
|
|
|
</record> |
|
|
|
|
|
</odoo> |