Files
bank-payment/account_banking_pain_base/security/security.xml
Pedro M. Baeza 107d052787 [IMP] account_banking*: Show identifiers at payment mode level
Now the visibility is controlled through a security group.
2017-08-26 13:21:02 +02: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>