You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
530 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="view_account_bank_statement_import_form" model="ir.ui.view">
  4. <field name="model">account.bank.statement.import</field>
  5. <field name="inherit_id" ref="account_bank_statement_import.account_bank_statement_import_view"/>
  6. <field name="arch" type="xml">
  7. <xpath expr="//ul[@id='statement_format']" position="inside">
  8. <li>Open Financial Exchange (.OFX Money)</li>
  9. </xpath>
  10. </field>
  11. </record>
  12. </odoo>