[FIX] account_statement_import_online: further improvements.

This commit is contained in:
Ronald Portier
2021-07-14 11:40:50 +02:00
parent 0578dadc9c
commit 8dae9bb4df
13 changed files with 126 additions and 69 deletions

View File

@@ -8,7 +8,7 @@
ref="account_statement_import_online.online_bank_statement_provider_form"
/>
<field name="arch" type="xml">
<xpath expr="//page[@name='configuration']" position="inside">
<xpath expr="//group[@name='main']" position="inside">
<group name="ponto" attrs="{'invisible':[('service','!=','ponto')]}">
<field name="username" string="Login" />
<field name="password" string="Secret Key" />