[FIX] payment: access rights limitation
[odoo/odoo.git] / addons / website_payment / payment_security.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data noupdate="1">
4
5         <record id="payment.payment_transaction_user_rule" model="ir.rule">
6             <field name="groups" eval="[(4, ref('base.group_public'))]"/>
7         </record>
8
9     </data>
10 </openerp>