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.

19 lines
764 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
  4. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <record id="account_bank_statement_import_view" model="ir.ui.view">
  8. <field name="model">account.bank.statement.import</field>
  9. <field name="inherit_id" ref="account_bank_statement_import.account_bank_statement_import_view"/>
  10. <field name="arch" type="xml">
  11. <xpath expr="//ul[@id='statement_format']" position="after">
  12. <p>Please select how you'd like to split the imported statement file:</p>
  13. <field name="import_mode" widget="radio" required="1"/>
  14. </xpath>
  15. </field>
  16. </record>
  17. </odoo>