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.

16 lines
775 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <odoo>
  3. <record model="ir.ui.view" id="online_bank_statement_provider_form">
  4. <field name="name">online.bank.statement.provider.form</field>
  5. <field name="model">online.bank.statement.provider</field>
  6. <field name="inherit_id" ref="account_bank_statement_import_online.online_bank_statement_provider_form"/>
  7. <field name="arch" type="xml">
  8. <xpath expr="//page[@name='configuration']" position="inside">
  9. <group name="qonto" attrs="{'invisible':[('service','!=','qonto')]}">
  10. <field name="username" string="Login"/>
  11. <field name="password" string="Key"/>
  12. </group>
  13. </xpath>
  14. </field>
  15. </record>
  16. </odoo>