Improved Security
[odoo/odoo.git] / addons / profile_accounting / __terp__.py
index 01ccadd..2df93df 100644 (file)
     "category":"Profile",
     "depends":["account","report_analytic","board_account","account_followup",'invoice_payment_tab'],
     "demo_xml":[],
-    "update_xml":["profile_accounting.xml"],
+    "update_xml":[
+        "security/ir.model.access.csv",
+        "profile_accounting.xml"
+    ],
     "active":False,
     "installable":True,
 }