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.

13 lines
511 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="account_bank_statement_import_view" 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. <ul id="statement_format" position="inside">
  8. <li>CAMT</li>
  9. <li>zipped CAMT</li>
  10. </ul>
  11. </field>
  12. </record>
  13. </odoo>