mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-02 16:59:20 +00:00
[12.0][MIG] account_ebics
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Keys" groups="account_ebics.group_ebics_manager">
|
||||
<label string=""/>
|
||||
<header>
|
||||
<button name="ebics_init_1" states="draft" string="EBICS Initialisation" type="object" class="oe_highlight"
|
||||
groups="account.group_account_manager"
|
||||
@@ -87,7 +86,9 @@
|
||||
<field name="ebics_public_bank_keys" filename="ebics_public_bank_keys_fn"/>
|
||||
</group>
|
||||
<group col="4" name="dn" attrs="{'invisible': [('ebics_key_x509', '=', False)]}">
|
||||
<label string="Distinguished Name attributes used to create self-signed X.509 certificates:" colspan="4"/>
|
||||
<group colspan="4" col="1">
|
||||
<strong>Distinguished Name attributes used to create self-signed X.509 certificates:</strong>
|
||||
</group>
|
||||
<group name="dn_l" colspan="2">
|
||||
<field name="ebics_key_x509_dn_cn"/>
|
||||
<field name="ebics_key_x509_dn_o"/>
|
||||
|
@@ -21,10 +21,10 @@
|
||||
</group>
|
||||
<newline/>
|
||||
<group expand="0" string="Group By">
|
||||
<filter string="File Format" context="{'group_by':'format_id'}"/>
|
||||
<filter string="State" context="{'group_by':'state'}"/>
|
||||
<filter string="User" context="{'group_by':'user_id'}"/>
|
||||
<filter string="Company" domain="[]" groups="base.group_multi_company" context="{'group_by':'company_id'}"/>
|
||||
<filter string="File Format" name="file_format" context="{'group_by':'format_id'}"/>
|
||||
<filter string="State" name="state" context="{'group_by':'state'}"/>
|
||||
<filter string="User" name="user" context="{'group_by':'user_id'}"/>
|
||||
<filter string="Company" name="domain" domain="[]" groups="base.group_multi_company" context="{'group_by':'company_id'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
|
Reference in New Issue
Block a user