Files
bank-payment/account_banking_pain_base/security/security.xml
Pedro M. Baeza d8bbcc42cf [IMP] account_banking*: Show identifiers at payment mode level
Now the visibility is controlled through a security group.
2018-12-13 20:29:31 +01:00

11 lines
283 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="group_pain_multiple_identifier" model="res.groups">
<field name="name">SEPA/PAIN Identifiers on Payment Modes</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</odoo>