[FIX] account_payment: something wrong with group Accounting / Payments
authorRaphael Collet <rco@openerp.com>
Mon, 12 Dec 2011 14:39:56 +0000 (15:39 +0100)
committerRaphael Collet <rco@openerp.com>
Mon, 12 Dec 2011 14:39:56 +0000 (15:39 +0100)
bzr revid: rco@openerp.com-20111212143956-rhiwojhs3m26jmhw

addons/account_payment/security/account_payment_security.xml

index 91b6578..4bae0c3 100644 (file)
@@ -3,8 +3,7 @@
 <data noupdate="1">
 
     <record id="group_account_payment" model="res.groups">
-        <field name="name">Payments</field>
-        <field name="category_id" ref="base.module_category_accounting_and_finance"/>
+        <field name="name">Accounting / Payments</field>
     </record>
     <record id="account.group_account_invoice" model="res.groups">
         <field name="implied_ids" eval="[(4, ref('group_account_payment'))]"/>